r22161 - in /desktop/unstable/totem/debian: changelog control.in patches/90_autotools.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Oct 26 12:24:54 UTC 2009


Author: slomo
Date: Mon Oct 26 12:24:53 2009
New Revision: 22161

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22161
Log:
* New upstream bugfix release:
  + debian/control.in:
    - Update build dependencies.
  + debian/patches/90_autotools.patch:
    - Regenerated for the new version.

Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/patches/90_autotools.patch

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=22161&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Mon Oct 26 12:24:53 2009
@@ -1,3 +1,13 @@
+totem (2.28.2-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+    + debian/control.in:
+      - Update build dependencies.
+    + debian/patches/90_autotools.patch:
+      - Regenerated for the new version.
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 26 Oct 2009 13:19:20 +0100
+
 totem (2.28.1-2) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=22161&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in [utf-8] (original)
+++ desktop/unstable/totem/debian/control.in [utf-8] Mon Oct 26 12:24:53 2009
@@ -18,10 +18,10 @@
                libirman-dev (>= 0.4.2),
                gnome-pkg-tools (>= 0.10),
                scrollkeeper,
-               libgstreamer0.10-dev (>= 0.10.24),
-               libgstreamer-plugins-base0.10-dev (>= 0.10.24),
-               gstreamer0.10-tools (>= 0.10.24),
-               gstreamer0.10-plugins-base (>= 0.10.24),
+               libgstreamer0.10-dev (>= 0.10.25),
+               libgstreamer-plugins-base0.10-dev (>= 0.10.25),
+               gstreamer0.10-tools (>= 0.10.25),
+               gstreamer0.10-plugins-base (>= 0.10.25),
                gstreamer0.10-plugins-good,
                librsvg2-dev (>= 2.16.0-2),
                librsvg2-common (>= 2.16.0-2),
@@ -61,7 +61,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         gstreamer0.10-plugins-base (>= 0.10.24),
+         gstreamer0.10-plugins-base (>= 0.10.25),
          gstreamer0.10-alsa | gstreamer0.10-audiosink,
          gstreamer0.10-plugins-good (>= 0.10.7),
          gstreamer0.10-x,

Modified: desktop/unstable/totem/debian/patches/90_autotools.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/90_autotools.patch?rev=22161&op=diff
==============================================================================
--- desktop/unstable/totem/debian/patches/90_autotools.patch [utf-8] (original)
+++ desktop/unstable/totem/debian/patches/90_autotools.patch [utf-8] Mon Oct 26 12:24:53 2009
@@ -1,6 +1,6 @@
-diff -Naur totem-2.28.1.old/aclocal.m4 totem-2.28.1/aclocal.m4
---- totem-2.28.1.old/aclocal.m4	2009-09-29 13:36:54.000000000 +0200
-+++ totem-2.28.1/aclocal.m4	2009-09-29 17:18:03.000000000 +0200
+diff -Naur totem-2.28.2.old/aclocal.m4 totem-2.28.2/aclocal.m4
+--- totem-2.28.2.old/aclocal.m4	2009-10-26 12:27:59.000000000 +0100
++++ totem-2.28.2/aclocal.m4	2009-10-26 13:23:04.000000000 +0100
 @@ -13,8 +13,8 @@
  
  m4_ifndef([AC_AUTOCONF_VERSION],
@@ -12,7 +12,7 @@
  You have another version of autoconf.  It may work, but is not guaranteed to.
  If you have problems, you may need to regenerate the build system entirely.
  To do so, use the procedure documented by the package, typically `autoreconf'.])])
-@@ -3444,13 +3444,10 @@
+@@ -3447,13 +3447,10 @@
    # before this can be enabled.
    hardcode_into_libs=yes
  
@@ -27,7 +27,7 @@
    fi
  
    # We used to test for /lib/ld.so.1 and disable shared libraries on
-@@ -3462,6 +3459,18 @@
+@@ -3465,6 +3462,18 @@
    dynamic_linker='GNU/Linux ld.so'
    ;;
  
@@ -46,7 +46,7 @@
  netbsd*)
    version_type=sunos
    need_lib_prefix=no
-@@ -4053,7 +4062,7 @@
+@@ -4056,7 +4065,7 @@
    lt_cv_deplibs_check_method=pass_all
    ;;
  
@@ -55,7 +55,7 @@
    if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
      lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
    else
-@@ -4734,7 +4743,7 @@
+@@ -4737,7 +4746,7 @@
  	    ;;
  	esac
  	;;
@@ -64,7 +64,7 @@
  	;;
        *qnx* | *nto*)
          # QNX uses GNU C++, but need to define -shared option too, otherwise
-@@ -5159,6 +5168,9 @@
+@@ -5162,6 +5171,9 @@
    cygwin* | mingw* | cegcc*)
      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
    ;;
@@ -74,7 +74,7 @@
    *)
      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
    ;;
-@@ -5223,6 +5235,9 @@
+@@ -5226,6 +5238,9 @@
    openbsd*)
      with_gnu_ld=no
      ;;
@@ -84,7 +84,7 @@
    esac
  
    _LT_TAGVAR(ld_shlibs, $1)=yes
-@@ -5405,7 +5420,7 @@
+@@ -5408,7 +5423,7 @@
        fi
        ;;
  
@@ -93,7 +93,7 @@
        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  	wlarc=
-@@ -5580,6 +5595,7 @@
+@@ -5583,6 +5598,7 @@
  	if test "$aix_use_runtimelinking" = yes; then
  	  shared_flag="$shared_flag "'${wl}-G'
  	fi
@@ -101,7 +101,7 @@
        else
  	# not using gcc
  	if test "$host_cpu" = ia64; then
-@@ -5818,7 +5834,7 @@
+@@ -5821,7 +5837,7 @@
        _LT_TAGVAR(link_all_deplibs, $1)=yes
        ;;
  
@@ -110,7 +110,7 @@
        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
        else
-@@ -9027,14 +9043,16 @@
+@@ -9030,14 +9046,16 @@
  # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
  # ---------------------------------------------
  m4_define([_PKG_CONFIG],
@@ -135,7 +135,7 @@
  fi[]dnl
  ])# _PKG_CONFIG
  
-@@ -9078,9 +9096,9 @@
+@@ -9081,9 +9099,9 @@
  if test $pkg_failed = yes; then
          _PKG_SHORT_ERRORS_SUPPORTED
          if test $_pkg_short_errors_supported = yes; then
@@ -147,9 +147,9 @@
          fi
  	# Put the nasty error message in config.log where it belongs
  	echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
-diff -Naur totem-2.28.1.old/bindings/Makefile.in totem-2.28.1/bindings/Makefile.in
---- totem-2.28.1.old/bindings/Makefile.in	2009-09-29 13:39:56.000000000 +0200
-+++ totem-2.28.1/bindings/Makefile.in	2009-09-29 17:18:07.000000000 +0200
+diff -Naur totem-2.28.2.old/bindings/Makefile.in totem-2.28.2/bindings/Makefile.in
+--- totem-2.28.2.old/bindings/Makefile.in	2009-10-26 12:28:04.000000000 +0100
++++ totem-2.28.2/bindings/Makefile.in	2009-10-26 13:23:07.000000000 +0100
 @@ -109,6 +109,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -167,9 +167,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/bindings/python/Makefile.in totem-2.28.1/bindings/python/Makefile.in
---- totem-2.28.1.old/bindings/python/Makefile.in	2009-09-29 13:39:56.000000000 +0200
-+++ totem-2.28.1/bindings/python/Makefile.in	2009-09-29 17:18:07.000000000 +0200
+diff -Naur totem-2.28.2.old/bindings/python/Makefile.in totem-2.28.2/bindings/python/Makefile.in
+--- totem-2.28.2.old/bindings/python/Makefile.in	2009-10-26 12:28:04.000000000 +0100
++++ totem-2.28.2/bindings/python/Makefile.in	2009-10-26 13:23:07.000000000 +0100
 @@ -106,6 +106,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -187,9 +187,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/bindings/vala/Makefile.in totem-2.28.1/bindings/vala/Makefile.in
---- totem-2.28.1.old/bindings/vala/Makefile.in	2009-09-29 13:39:56.000000000 +0200
-+++ totem-2.28.1/bindings/vala/Makefile.in	2009-09-29 17:18:07.000000000 +0200
+diff -Naur totem-2.28.2.old/bindings/vala/Makefile.in totem-2.28.2/bindings/vala/Makefile.in
+--- totem-2.28.2.old/bindings/vala/Makefile.in	2009-10-26 12:28:04.000000000 +0100
++++ totem-2.28.2/bindings/vala/Makefile.in	2009-10-26 13:23:07.000000000 +0100
 @@ -70,6 +70,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -207,9 +207,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/browser-plugin/Makefile.in totem-2.28.1/browser-plugin/Makefile.in
---- totem-2.28.1.old/browser-plugin/Makefile.in	2009-09-29 13:39:57.000000000 +0200
-+++ totem-2.28.1/browser-plugin/Makefile.in	2009-09-29 17:18:07.000000000 +0200
+diff -Naur totem-2.28.2.old/browser-plugin/Makefile.in totem-2.28.2/browser-plugin/Makefile.in
+--- totem-2.28.2.old/browser-plugin/Makefile.in	2009-10-26 12:28:05.000000000 +0100
++++ totem-2.28.2/browser-plugin/Makefile.in	2009-10-26 13:23:07.000000000 +0100
 @@ -333,6 +333,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -227,10 +227,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/config.guess totem-2.28.1/config.guess
-diff -Naur totem-2.28.1.old/config.h.in totem-2.28.1/config.h.in
---- totem-2.28.1.old/config.h.in	2009-09-29 13:39:54.000000000 +0200
-+++ totem-2.28.1/config.h.in	2009-09-29 17:18:05.000000000 +0200
+diff -Naur totem-2.28.2.old/config.h.in totem-2.28.2/config.h.in
+--- totem-2.28.2.old/config.h.in	2009-10-26 12:28:54.000000000 +0100
++++ totem-2.28.2/config.h.in	2009-10-26 13:23:06.000000000 +0100
 @@ -100,6 +100,9 @@
  /* Define to the one symbol short name of this package. */
  #undef PACKAGE_TARNAME
@@ -241,15 +240,14 @@
  /* Define to the version of this package. */
  #undef PACKAGE_VERSION
  
-diff -Naur totem-2.28.1.old/config.sub totem-2.28.1/config.sub
-diff -Naur totem-2.28.1.old/configure totem-2.28.1/configure
---- totem-2.28.1.old/configure	2009-09-29 13:37:13.000000000 +0200
-+++ totem-2.28.1/configure	2009-09-29 17:18:05.000000000 +0200
+diff -Naur totem-2.28.2.old/configure totem-2.28.2/configure
+--- totem-2.28.2.old/configure	2009-10-26 12:28:17.000000000 +0100
++++ totem-2.28.2/configure	2009-10-26 13:23:05.000000000 +0100
 @@ -1,20 +1,22 @@
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
--# Generated by GNU Autoconf 2.63 for totem 2.28.1.
-+# Generated by GNU Autoconf 2.64 for totem 2.28.1.
+-# Generated by GNU Autoconf 2.63 for totem 2.28.2.
++# Generated by GNU Autoconf 2.64 for totem 2.28.2.
  #
  # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=totem>.
  #
@@ -1043,8 +1041,8 @@
  # Identity of this package.
  PACKAGE_NAME='totem'
 @@ -748,6 +702,7 @@
- PACKAGE_VERSION='2.28.1'
- PACKAGE_STRING='totem 2.28.1'
+ PACKAGE_VERSION='2.28.2'
+ PACKAGE_STRING='totem 2.28.2'
  PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=totem'
 +PACKAGE_URL=''
  
@@ -1242,7 +1240,7 @@
 +test -n "$ac_init_help" && exit $ac_status
 +if $ac_init_version; then
 +  cat <<\_ACEOF
-+totem configure 2.28.1
++totem configure 2.28.2
 +generated by GNU Autoconf 2.64
 +
 +Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1686,7 +1684,7 @@
 -test -n "$ac_init_help" && exit $ac_status
 -if $ac_init_version; then
 -  cat <<\_ACEOF
--totem configure 2.28.1
+-totem configure 2.28.2
 -generated by GNU Autoconf 2.63
 +} # ac_fn_cxx_try_cpp
  
@@ -1745,7 +1743,7 @@
  This file contains any messages produced by compilers while
  running configure, to aid debugging if configure makes a mistake.
  
- It was created by totem $as_me 2.28.1, which was
+ It was created by totem $as_me 2.28.2, which was
 -generated by GNU Autoconf 2.63.  Invocation command line was
 +generated by GNU Autoconf 2.64.  Invocation command line was
  
@@ -11517,7 +11515,7 @@
 @@ -18622,7 +16715,7 @@
  
  lt_cl_version="\
- totem config.lt 2.28.1
+ totem config.lt 2.28.2
 -configured by $0, generated by GNU Autoconf 2.63.
 +configured by $0, generated by GNU Autoconf 2.64.
  
@@ -16223,7 +16221,7 @@
  $as_echo "$USE_MAINTAINER_MODE" >&6; }
     if test $USE_MAINTAINER_MODE = yes; then
    MAINTAINER_MODE_TRUE=
-@@ -24271,7 +21954,7 @@
+@@ -24274,7 +21957,7 @@
  
  
  # Check whether --with-html-dir was given.
@@ -16232,7 +16230,7 @@
    withval=$with_html_dir;
  else
    with_html_dir='${datadir}/gtk-doc/html'
-@@ -24281,7 +21964,7 @@
+@@ -24284,7 +21967,7 @@
  
  
      # Check whether --enable-gtk-doc was given.
@@ -16241,7 +16239,7 @@
    enableval=$enable_gtk_doc;
  else
    enable_gtk_doc=no
-@@ -24290,31 +21973,29 @@
+@@ -24293,31 +21976,29 @@
  
    if test x$enable_gtk_doc = xyes; then
      if test -n "$PKG_CONFIG" && \
@@ -16281,7 +16279,7 @@
    $as_echo_n "(cached) " >&6
  else
    case $GTKDOC_CHECK in
-@@ -24327,14 +22008,14 @@
+@@ -24330,14 +22011,14 @@
  do
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
@@ -16299,7 +16297,7 @@
  IFS=$as_save_IFS
  
    ;;
-@@ -24342,10 +22023,10 @@
+@@ -24345,10 +22026,10 @@
  fi
  GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
  if test -n "$GTKDOC_CHECK"; then
@@ -16312,7 +16310,7 @@
  $as_echo "no" >&6; }
  fi
  
-@@ -24388,22 +22069,18 @@
+@@ -24391,22 +22072,18 @@
  
  
  # Check whether --enable-run-in-source-tree was given.
@@ -16338,7 +16336,7 @@
  
  fi
  
-@@ -24422,7 +22099,7 @@
+@@ -24425,7 +22102,7 @@
  
  
  
@@ -16347,7 +16345,7 @@
  
  cat >confcache <<\_ACEOF
  # This file is a shell script that caches the results of configure
-@@ -24451,13 +22128,13 @@
+@@ -24454,13 +22131,13 @@
      case $ac_val in #(
      *${as_nl}*)
        case $ac_var in #(
@@ -16363,7 +16361,7 @@
        esac ;;
      esac
    done
-@@ -24465,8 +22142,8 @@
+@@ -24468,8 +22145,8 @@
    (set) 2>&1 |
      case $as_nl`(ac_space=' '; set) 2>&1` in #(
      *${as_nl}ac_space=\ *)
@@ -16374,7 +16372,7 @@
        sed -n \
  	"s/'/'\\\\''/g;
  	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
-@@ -24489,11 +22166,11 @@
+@@ -24492,11 +22169,11 @@
  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
    if test -w "$cache_file"; then
      test "x$cache_file" != "x/dev/null" &&
@@ -16388,7 +16386,7 @@
  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    fi
  fi
-@@ -24513,8 +22190,8 @@
+@@ -24516,8 +22193,8 @@
    ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    #    will be set to the directory where LIBOBJS objects are built.
@@ -16399,7 +16397,7 @@
  done
  LIBOBJS=$ac_libobjs
  
-@@ -24530,192 +22207,118 @@
+@@ -24533,192 +22210,118 @@
  fi
  
  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
@@ -16645,7 +16643,7 @@
  #! $SHELL
  # Generated by $as_me.
  # Run this file to recreate the current configuration.
-@@ -24725,17 +22328,18 @@
+@@ -24728,17 +22331,18 @@
  debug=false
  ac_cs_recheck=false
  ac_cs_silent=false
@@ -16671,7 +16669,7 @@
    emulate sh
    NULLCMD=:
    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-@@ -24743,23 +22347,15 @@
+@@ -24746,23 +22350,15 @@
    alias -g '${1+"$@"}'='"$@"'
    setopt NO_GLOB_SUBST
  else
@@ -16700,7 +16698,7 @@
  as_nl='
  '
  export as_nl
-@@ -24767,7 +22363,13 @@
+@@ -24770,7 +22366,13 @@
  as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
@@ -16715,7 +16713,7 @@
    as_echo='printf %s\n'
    as_echo_n='printf %s'
  else
-@@ -24778,7 +22380,7 @@
+@@ -24781,7 +22383,7 @@
      as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
      as_echo_n_body='eval
        arg=$1;
@@ -16724,7 +16722,7 @@
        *"$as_nl"*)
  	expr "X$arg" : "X\\(.*\\)$as_nl";
  	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-@@ -24801,13 +22403,6 @@
+@@ -24804,13 +22406,6 @@
    }
  fi
  
@@ -16738,7 +16736,7 @@
  
  # IFS
  # We need space, tab and new line, in precisely that order.  Quoting is
-@@ -24817,15 +22412,15 @@
+@@ -24820,15 +22415,15 @@
  IFS=" ""	$as_nl"
  
  # Find who we are.  Look in the path if we contain no directory separator.
@@ -16757,7 +16755,7 @@
  IFS=$as_save_IFS
  
       ;;
-@@ -24837,12 +22432,16 @@
+@@ -24840,12 +22435,16 @@
  fi
  if test ! -f "$as_myself"; then
    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
@@ -16778,7 +16776,7 @@
  done
  PS1='$ '
  PS2='> '
-@@ -24854,7 +22453,89 @@
+@@ -24857,7 +22456,89 @@
  LANGUAGE=C
  export LANGUAGE
  
@@ -16869,7 +16867,7 @@
  if expr a : '\(a\)' >/dev/null 2>&1 &&
     test "X`expr 00001 : '.*\(...\)'`" = X001; then
    as_expr=expr
-@@ -24868,8 +22549,12 @@
+@@ -24871,8 +22552,12 @@
    as_basename=false
  fi
  
@@ -16883,7 +16881,7 @@
  as_me=`$as_basename -- "$0" ||
  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  	 X"$0" : 'X\(//\)$' \| \
-@@ -24889,76 +22574,25 @@
+@@ -24892,76 +22577,25 @@
  	  }
  	  s/.*/./; q'`
  
@@ -16971,7 +16969,7 @@
  
  rm -f conf$$ conf$$.exe conf$$.file
  if test -d conf$$.dir; then
-@@ -24987,8 +22621,56 @@
+@@ -24990,8 +22624,56 @@
  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  rmdir conf$$.dir 2>/dev/null
  
@@ -17029,7 +17027,7 @@
  else
    test -d ./-p && rmdir ./-p
    as_mkdir_p=false
-@@ -25007,10 +22689,10 @@
+@@ -25010,10 +22692,10 @@
        if test -d "$1"; then
  	test -d "$1/.";
        else
@@ -17042,7 +17040,7 @@
  	???[sx]*):;;*)false;;esac;fi
      '\'' sh
    '
-@@ -25025,13 +22707,19 @@
+@@ -25028,13 +22710,19 @@
  
  
  exec 6>&1
@@ -17058,13 +17056,13 @@
  # report actual input values of CONFIG_FILES etc. instead of their
  # values after options handling.
  ac_log="
- This file was extended by totem $as_me 2.28.1, which was
+ This file was extended by totem $as_me 2.28.2, which was
 -generated by GNU Autoconf 2.63.  Invocation command line was
 +generated by GNU Autoconf 2.64.  Invocation command line was
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
-@@ -25063,10 +22751,11 @@
+@@ -25066,10 +22754,11 @@
  
  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  ac_cs_usage="\
@@ -17079,7 +17077,7 @@
  
    -h, --help       print this help, then exit
    -V, --version    print version number and configuration settings, then exit
-@@ -25088,16 +22777,16 @@
+@@ -25091,16 +22780,16 @@
  Configuration commands:
  $config_commands
  
@@ -17089,7 +17087,7 @@
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  ac_cs_version="\\
- totem config.status 2.28.1
+ totem config.status 2.28.2
 -configured by $0, generated by GNU Autoconf 2.63,
 +configured by $0, generated by GNU Autoconf 2.64,
    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
@@ -17099,7 +17097,7 @@
  This config.status script is free software; the Free Software Foundation
  gives unlimited permission to copy, distribute and modify it."
  
-@@ -25140,20 +22829,19 @@
+@@ -25143,20 +22832,19 @@
      case $ac_optarg in
      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
      esac
@@ -17124,7 +17122,7 @@
    --help | --hel | -h )
      $as_echo "$ac_cs_usage"; exit ;;
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-@@ -25161,11 +22849,10 @@
+@@ -25164,11 +22852,10 @@
      ac_cs_silent=: ;;
  
    # This is an error.
@@ -17139,7 +17137,7 @@
       ac_need_defaults=false ;;
  
    esac
-@@ -25578,6 +23265,7 @@
+@@ -25581,6 +23268,7 @@
      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
      "src/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/Makefile" ;;
@@ -17147,7 +17145,7 @@
      "src/plugins/bemused/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/bemused/Makefile" ;;
      "src/plugins/coherence_upnp/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/coherence_upnp/Makefile" ;;
      "src/plugins/dbus-service/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/dbus-service/Makefile" ;;
-@@ -25626,9 +23314,7 @@
+@@ -25629,9 +23317,7 @@
      "docs/reference/version.xml") CONFIG_FILES="$CONFIG_FILES docs/reference/version.xml" ;;
      "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
  
@@ -17158,7 +17156,7 @@
    esac
  done
  
-@@ -25655,7 +23341,7 @@
+@@ -25658,7 +23344,7 @@
    trap 'exit_status=$?
    { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  ' 0
@@ -17167,7 +17165,7 @@
  }
  # Create a (secure) tmp directory for tmp files.
  
-@@ -25666,11 +23352,7 @@
+@@ -25669,11 +23355,7 @@
  {
    tmp=./conf$$-$RANDOM
    (umask 077 && mkdir "$tmp")
@@ -17180,7 +17178,7 @@
  
  # Set up the scripts for CONFIG_FILES section.
  # No need to generate them if there are no CONFIG_FILES.
-@@ -25678,10 +23360,16 @@
+@@ -25681,10 +23363,16 @@
  if test -n "$CONFIG_FILES"; then
  
  
@@ -17199,7 +17197,7 @@
  else
    ac_cs_awk_cr=$ac_cr
  fi
-@@ -25695,24 +23383,18 @@
+@@ -25698,24 +23386,18 @@
    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    echo "_ACEOF"
  } >conf$$subs.sh ||
@@ -17227,7 +17225,7 @@
    else
      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    fi
-@@ -25801,9 +23483,7 @@
+@@ -25804,9 +23486,7 @@
  else
    cat
  fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
@@ -17238,7 +17236,7 @@
  _ACEOF
  
  # VPATH may cause trouble with some makes, so we remove $(srcdir),
-@@ -25844,9 +23524,7 @@
+@@ -25847,9 +23527,7 @@
    if test -z "$ac_t"; then
      break
    elif $ac_last_try; then
@@ -17249,7 +17247,7 @@
    else
      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    fi
-@@ -25931,9 +23609,7 @@
+@@ -25934,9 +23612,7 @@
  _ACAWK
  _ACEOF
  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
@@ -17260,7 +17258,7 @@
  fi # test -n "$CONFIG_HEADERS"
  
  
-@@ -25946,9 +23622,7 @@
+@@ -25949,9 +23625,7 @@
    esac
    case $ac_mode$ac_tag in
    :[FHL]*:*);;
@@ -17271,7 +17269,7 @@
    :[FH]-) ac_tag=-:-;;
    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
    esac
-@@ -25976,12 +23650,10 @@
+@@ -25979,12 +23653,10 @@
  	   [\\/$]*) false;;
  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  	   esac ||
@@ -17286,7 +17284,7 @@
      done
  
      # Let's still pretend it is `configure' which instantiates (i.e., don't
-@@ -25992,7 +23664,7 @@
+@@ -25995,7 +23667,7 @@
  	`' by configure.'
      if test x"$ac_file" != x-; then
        configure_input="$ac_file.  $configure_input"
@@ -17295,7 +17293,7 @@
  $as_echo "$as_me: creating $ac_file" >&6;}
      fi
      # Neutralize special characters interpreted by sed in replacement strings.
-@@ -26005,9 +23677,7 @@
+@@ -26008,9 +23680,7 @@
  
      case $ac_tag in
      *:-:* | *:-) cat >"$tmp/stdin" \
@@ -17306,7 +17304,7 @@
      esac
      ;;
    esac
-@@ -26035,47 +23705,7 @@
+@@ -26038,47 +23708,7 @@
  	    q
  	  }
  	  s/.*/./; q'`
@@ -17355,7 +17353,7 @@
    ac_builddir=.
  
  case "$ac_dir" in
-@@ -26132,7 +23762,6 @@
+@@ -26135,7 +23765,6 @@
  # If the template does not know about datarootdir, expand it.
  # FIXME: This hack should be removed a few years after 2.60.
  ac_datarootdir_hack=; ac_datarootdir_seen=
@@ -17363,7 +17361,7 @@
  ac_sed_dataroot='
  /datarootdir/ {
    p
-@@ -26142,12 +23771,11 @@
+@@ -26145,12 +23774,11 @@
  /@docdir@/p
  /@infodir@/p
  /@localedir@/p
@@ -17378,7 +17376,7 @@
  $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-@@ -26157,7 +23785,7 @@
+@@ -26160,7 +23788,7 @@
    s&@infodir@&$infodir&g
    s&@localedir@&$localedir&g
    s&@mandir@&$mandir&g
@@ -17387,7 +17385,7 @@
  esac
  _ACEOF
  
-@@ -26186,14 +23814,12 @@
+@@ -26189,14 +23817,12 @@
  $ac_datarootdir_hack
  "
  eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
@@ -17404,7 +17402,7 @@
  which seems to be undefined.  Please make sure it is defined." >&5
  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  which seems to be undefined.  Please make sure it is defined." >&2;}
-@@ -26203,9 +23829,7 @@
+@@ -26206,9 +23832,7 @@
    -) cat "$tmp/out" && rm -f "$tmp/out";;
    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    esac \
@@ -17415,7 +17413,7 @@
   ;;
    :H)
    #
-@@ -26216,25 +23840,19 @@
+@@ -26219,25 +23843,19 @@
        $as_echo "/* $configure_input  */" \
        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
      } >"$tmp/config.h" \
@@ -17445,7 +17443,7 @@
    fi
  # Compute "$ac_file"'s index in $config_headers.
  _am_arg="$ac_file"
-@@ -26272,7 +23890,7 @@
+@@ -26275,7 +23893,7 @@
  	  s/.*/./; q'`/stamp-h$_am_stamp_count
   ;;
  
@@ -17454,7 +17452,7 @@
  $as_echo "$as_me: executing $ac_file commands" >&6;}
   ;;
    esac
-@@ -26367,47 +23985,7 @@
+@@ -26370,47 +23988,7 @@
  	    q
  	  }
  	  s/.*/./; q'`
@@ -17503,7 +17501,7 @@
        # echo "creating $dirpart/$file"
        echo '# dummy' > "$dirpart/$file"
      done
-@@ -27221,9 +24799,7 @@
+@@ -27224,9 +24802,7 @@
   ;;
      "po/stamp-it":C)
      if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
@@ -17514,7 +17512,7 @@
      fi
      rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
      >"po/stamp-it.tmp"
-@@ -27246,15 +24822,12 @@
+@@ -27249,15 +24825,12 @@
  done # for ac_tag
  
  
@@ -17532,7 +17530,7 @@
  
  
  # configure is writing to config.log, and then calls config.status.
-@@ -27275,37 +24848,37 @@
+@@ -27278,37 +24851,37 @@
    exec 5>>config.log
    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
    # would make configure fail if this is the last instruction.
@@ -17580,7 +17578,7 @@
  $as_echo "$as_me:    Vala binding support disabled" >&6;}
  fi
  if test "x${PLUGINS}" != "x" ; then
-@@ -27313,112 +24886,112 @@
+@@ -27316,112 +24889,112 @@
  		for plugin in ${PLUGINS}; do
  			case ${allowed_plugin} in
  				${plugin})
@@ -17723,9 +17721,9 @@
 +{ $as_echo "$as_me:${as_lineno-$LINENO}: End options" >&5
  $as_echo "$as_me: End options" >&6;}
  
-diff -Naur totem-2.28.1.old/data/icons/16x16/Makefile.in totem-2.28.1/data/icons/16x16/Makefile.in
---- totem-2.28.1.old/data/icons/16x16/Makefile.in	2009-09-29 13:39:58.000000000 +0200
-+++ totem-2.28.1/data/icons/16x16/Makefile.in	2009-09-29 17:18:07.000000000 +0200
+diff -Naur totem-2.28.2.old/data/icons/16x16/Makefile.in totem-2.28.2/data/icons/16x16/Makefile.in
+--- totem-2.28.2.old/data/icons/16x16/Makefile.in	2009-10-26 12:28:06.000000000 +0100
++++ totem-2.28.2/data/icons/16x16/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -91,6 +91,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17743,9 +17741,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/data/icons/22x22/Makefile.in totem-2.28.1/data/icons/22x22/Makefile.in
---- totem-2.28.1.old/data/icons/22x22/Makefile.in	2009-09-29 13:39:58.000000000 +0200
-+++ totem-2.28.1/data/icons/22x22/Makefile.in	2009-09-29 17:18:07.000000000 +0200
+diff -Naur totem-2.28.2.old/data/icons/22x22/Makefile.in totem-2.28.2/data/icons/22x22/Makefile.in
+--- totem-2.28.2.old/data/icons/22x22/Makefile.in	2009-10-26 12:28:06.000000000 +0100
++++ totem-2.28.2/data/icons/22x22/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -91,6 +91,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17763,9 +17761,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/data/icons/24x24/Makefile.in totem-2.28.1/data/icons/24x24/Makefile.in
---- totem-2.28.1.old/data/icons/24x24/Makefile.in	2009-09-29 13:39:58.000000000 +0200
-+++ totem-2.28.1/data/icons/24x24/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/data/icons/24x24/Makefile.in totem-2.28.2/data/icons/24x24/Makefile.in
+--- totem-2.28.2.old/data/icons/24x24/Makefile.in	2009-10-26 12:28:06.000000000 +0100
++++ totem-2.28.2/data/icons/24x24/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -91,6 +91,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17783,9 +17781,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/data/icons/32x32/Makefile.in totem-2.28.1/data/icons/32x32/Makefile.in
---- totem-2.28.1.old/data/icons/32x32/Makefile.in	2009-09-29 13:39:58.000000000 +0200
-+++ totem-2.28.1/data/icons/32x32/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/data/icons/32x32/Makefile.in totem-2.28.2/data/icons/32x32/Makefile.in
+--- totem-2.28.2.old/data/icons/32x32/Makefile.in	2009-10-26 12:28:06.000000000 +0100
++++ totem-2.28.2/data/icons/32x32/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -91,6 +91,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17803,9 +17801,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/data/icons/48x48/Makefile.in totem-2.28.1/data/icons/48x48/Makefile.in
---- totem-2.28.1.old/data/icons/48x48/Makefile.in	2009-09-29 13:39:58.000000000 +0200
-+++ totem-2.28.1/data/icons/48x48/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/data/icons/48x48/Makefile.in totem-2.28.2/data/icons/48x48/Makefile.in
+--- totem-2.28.2.old/data/icons/48x48/Makefile.in	2009-10-26 12:28:06.000000000 +0100
++++ totem-2.28.2/data/icons/48x48/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -91,6 +91,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17823,9 +17821,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/data/icons/Makefile.in totem-2.28.1/data/icons/Makefile.in
---- totem-2.28.1.old/data/icons/Makefile.in	2009-09-29 13:39:58.000000000 +0200
-+++ totem-2.28.1/data/icons/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/data/icons/Makefile.in totem-2.28.2/data/icons/Makefile.in
+--- totem-2.28.2.old/data/icons/Makefile.in	2009-10-26 12:28:06.000000000 +0100
++++ totem-2.28.2/data/icons/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -107,6 +107,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17843,9 +17841,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/data/icons/scalable/Makefile.in totem-2.28.1/data/icons/scalable/Makefile.in
---- totem-2.28.1.old/data/icons/scalable/Makefile.in	2009-09-29 13:39:59.000000000 +0200
-+++ totem-2.28.1/data/icons/scalable/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/data/icons/scalable/Makefile.in totem-2.28.2/data/icons/scalable/Makefile.in
+--- totem-2.28.2.old/data/icons/scalable/Makefile.in	2009-10-26 12:28:07.000000000 +0100
++++ totem-2.28.2/data/icons/scalable/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -91,6 +91,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17863,9 +17861,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/data/Makefile.in totem-2.28.1/data/Makefile.in
---- totem-2.28.1.old/data/Makefile.in	2009-09-29 13:39:57.000000000 +0200
-+++ totem-2.28.1/data/Makefile.in	2009-09-29 17:18:07.000000000 +0200
+diff -Naur totem-2.28.2.old/data/Makefile.in totem-2.28.2/data/Makefile.in
+--- totem-2.28.2.old/data/Makefile.in	2009-10-26 12:28:05.000000000 +0100
++++ totem-2.28.2/data/Makefile.in	2009-10-26 13:23:07.000000000 +0100
 @@ -141,6 +141,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17883,9 +17881,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/docs/Makefile.in totem-2.28.1/docs/Makefile.in
---- totem-2.28.1.old/docs/Makefile.in	2009-09-29 13:39:59.000000000 +0200
-+++ totem-2.28.1/docs/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/docs/Makefile.in totem-2.28.2/docs/Makefile.in
+--- totem-2.28.2.old/docs/Makefile.in	2009-10-26 12:28:07.000000000 +0100
++++ totem-2.28.2/docs/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -107,6 +107,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17903,9 +17901,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/docs/reference/Makefile.in totem-2.28.1/docs/reference/Makefile.in
---- totem-2.28.1.old/docs/reference/Makefile.in	2009-09-29 13:39:59.000000000 +0200
-+++ totem-2.28.1/docs/reference/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/docs/reference/Makefile.in totem-2.28.2/docs/reference/Makefile.in
+--- totem-2.28.2.old/docs/reference/Makefile.in	2009-10-26 12:28:07.000000000 +0100
++++ totem-2.28.2/docs/reference/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -76,6 +76,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17923,9 +17921,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/help/bg/Makefile.in totem-2.28.1/help/bg/Makefile.in
---- totem-2.28.1.old/help/bg/Makefile.in	2009-09-29 13:40:00.000000000 +0200
-+++ totem-2.28.1/help/bg/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/help/bg/Makefile.in totem-2.28.2/help/bg/Makefile.in
+--- totem-2.28.2.old/help/bg/Makefile.in	2009-10-26 12:28:07.000000000 +0100
++++ totem-2.28.2/help/bg/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -132,6 +132,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17943,9 +17941,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/help/Makefile.in totem-2.28.1/help/Makefile.in
---- totem-2.28.1.old/help/Makefile.in	2009-09-29 13:39:59.000000000 +0200
-+++ totem-2.28.1/help/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/help/Makefile.in totem-2.28.2/help/Makefile.in
+--- totem-2.28.2.old/help/Makefile.in	2009-10-26 12:28:07.000000000 +0100
++++ totem-2.28.2/help/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -132,6 +132,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17963,9 +17961,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/lib/Makefile.in totem-2.28.1/lib/Makefile.in
---- totem-2.28.1.old/lib/Makefile.in	2009-09-29 13:40:00.000000000 +0200
-+++ totem-2.28.1/lib/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/lib/Makefile.in totem-2.28.2/lib/Makefile.in
+--- totem-2.28.2.old/lib/Makefile.in	2009-10-26 12:28:08.000000000 +0100
++++ totem-2.28.2/lib/Makefile.in	2009-10-26 13:23:08.000000000 +0100
 @@ -104,6 +104,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -17983,9 +17981,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/ltmain.sh totem-2.28.1/ltmain.sh
---- totem-2.28.1.old/ltmain.sh	2009-09-29 13:39:45.000000000 +0200
-+++ totem-2.28.1/ltmain.sh	2009-09-29 17:17:58.000000000 +0200
+diff -Naur totem-2.28.2.old/ltmain.sh totem-2.28.2/ltmain.sh
+--- totem-2.28.2.old/ltmain.sh	2009-09-29 13:39:45.000000000 +0200
++++ totem-2.28.2/ltmain.sh	2009-10-26 13:23:00.000000000 +0100
 @@ -65,7 +65,7 @@
  #       compiler:		$LTCC
  #       compiler flags:		$LTCFLAGS
@@ -18064,9 +18062,9 @@
  	  esac
  	  ;;
  	no)
-diff -Naur totem-2.28.1.old/Makefile.in totem-2.28.1/Makefile.in
---- totem-2.28.1.old/Makefile.in	2009-09-29 13:40:09.000000000 +0200
-+++ totem-2.28.1/Makefile.in	2009-09-29 17:18:12.000000000 +0200
+diff -Naur totem-2.28.2.old/Makefile.in totem-2.28.2/Makefile.in
+--- totem-2.28.2.old/Makefile.in	2009-10-26 12:28:15.000000000 +0100
++++ totem-2.28.2/Makefile.in	2009-10-26 13:23:12.000000000 +0100
 @@ -124,6 +124,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18084,9 +18082,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/po/Makefile.in.in totem-2.28.1/po/Makefile.in.in
---- totem-2.28.1.old/po/Makefile.in.in	2009-09-29 13:39:46.000000000 +0200
-+++ totem-2.28.1/po/Makefile.in.in	2009-09-29 17:17:59.000000000 +0200
+diff -Naur totem-2.28.2.old/po/Makefile.in.in totem-2.28.2/po/Makefile.in.in
+--- totem-2.28.2.old/po/Makefile.in.in	2009-09-29 13:39:46.000000000 +0200
++++ totem-2.28.2/po/Makefile.in.in	2009-10-26 13:23:01.000000000 +0100
 @@ -129,7 +129,7 @@
  	done
  
@@ -18096,9 +18094,9 @@
  
  # Define this as empty until I found a useful application.
  install-exec installcheck:
-diff -Naur totem-2.28.1.old/src/backend/Makefile.in totem-2.28.1/src/backend/Makefile.in
---- totem-2.28.1.old/src/backend/Makefile.in	2009-09-29 13:40:01.000000000 +0200
-+++ totem-2.28.1/src/backend/Makefile.in	2009-09-29 17:18:09.000000000 +0200
+diff -Naur totem-2.28.2.old/src/backend/Makefile.in totem-2.28.2/src/backend/Makefile.in
+--- totem-2.28.2.old/src/backend/Makefile.in	2009-10-26 12:28:09.000000000 +0100
++++ totem-2.28.2/src/backend/Makefile.in	2009-10-26 13:23:09.000000000 +0100
 @@ -121,6 +121,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18116,9 +18114,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/Makefile.in totem-2.28.1/src/Makefile.in
---- totem-2.28.1.old/src/Makefile.in	2009-09-29 13:40:01.000000000 +0200
-+++ totem-2.28.1/src/Makefile.in	2009-09-29 17:18:08.000000000 +0200
+diff -Naur totem-2.28.2.old/src/Makefile.in totem-2.28.2/src/Makefile.in
+--- totem-2.28.2.old/src/Makefile.in	2009-10-26 12:28:08.000000000 +0100
++++ totem-2.28.2/src/Makefile.in	2009-10-26 13:23:09.000000000 +0100
 @@ -343,6 +343,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18136,9 +18134,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/bbc/Makefile.in totem-2.28.1/src/plugins/bbc/Makefile.in
---- totem-2.28.1.old/src/plugins/bbc/Makefile.in	1970-01-01 01:00:00.000000000 +0100
-+++ totem-2.28.1/src/plugins/bbc/Makefile.in	2009-09-29 17:18:09.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/bbc/Makefile.in totem-2.28.2/src/plugins/bbc/Makefile.in
+--- totem-2.28.2.old/src/plugins/bbc/Makefile.in	1970-01-01 01:00:00.000000000 +0100
++++ totem-2.28.2/src/plugins/bbc/Makefile.in	2009-10-26 13:23:09.000000000 +0100
 @@ -0,0 +1,594 @@
 +# Makefile.in generated by automake 1.11 from Makefile.am.
 +# @configure_input@
@@ -18734,9 +18732,9 @@
 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
 +# Otherwise a system limit (for SysV at least) may be exceeded.
 +.NOEXPORT:
-diff -Naur totem-2.28.1.old/src/plugins/bemused/Makefile.in totem-2.28.1/src/plugins/bemused/Makefile.in
---- totem-2.28.1.old/src/plugins/bemused/Makefile.in	2009-09-29 13:40:01.000000000 +0200
-+++ totem-2.28.1/src/plugins/bemused/Makefile.in	2009-09-29 17:18:09.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/bemused/Makefile.in totem-2.28.2/src/plugins/bemused/Makefile.in
+--- totem-2.28.2.old/src/plugins/bemused/Makefile.in	2009-10-26 12:28:09.000000000 +0100
++++ totem-2.28.2/src/plugins/bemused/Makefile.in	2009-10-26 13:23:09.000000000 +0100
 @@ -125,6 +125,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18754,9 +18752,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/brasero-disc-recorder/Makefile.in totem-2.28.1/src/plugins/brasero-disc-recorder/Makefile.in
---- totem-2.28.1.old/src/plugins/brasero-disc-recorder/Makefile.in	2009-09-29 13:40:02.000000000 +0200
-+++ totem-2.28.1/src/plugins/brasero-disc-recorder/Makefile.in	2009-09-29 17:18:09.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/brasero-disc-recorder/Makefile.in totem-2.28.2/src/plugins/brasero-disc-recorder/Makefile.in
+--- totem-2.28.2.old/src/plugins/brasero-disc-recorder/Makefile.in	2009-10-26 12:28:09.000000000 +0100
++++ totem-2.28.2/src/plugins/brasero-disc-recorder/Makefile.in	2009-10-26 13:23:09.000000000 +0100
 @@ -128,6 +128,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18774,9 +18772,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/coherence_upnp/Makefile.in totem-2.28.1/src/plugins/coherence_upnp/Makefile.in
---- totem-2.28.1.old/src/plugins/coherence_upnp/Makefile.in	2009-09-29 13:40:02.000000000 +0200
-+++ totem-2.28.1/src/plugins/coherence_upnp/Makefile.in	2009-09-29 17:18:09.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/coherence_upnp/Makefile.in totem-2.28.2/src/plugins/coherence_upnp/Makefile.in
+--- totem-2.28.2.old/src/plugins/coherence_upnp/Makefile.in	2009-10-26 12:28:10.000000000 +0100
++++ totem-2.28.2/src/plugins/coherence_upnp/Makefile.in	2009-10-26 13:23:09.000000000 +0100
 @@ -93,6 +93,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18794,9 +18792,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/dbus-service/Makefile.in totem-2.28.1/src/plugins/dbus-service/Makefile.in
---- totem-2.28.1.old/src/plugins/dbus-service/Makefile.in	2009-09-29 13:40:02.000000000 +0200
-+++ totem-2.28.1/src/plugins/dbus-service/Makefile.in	2009-09-29 17:18:09.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/dbus-service/Makefile.in totem-2.28.2/src/plugins/dbus-service/Makefile.in
+--- totem-2.28.2.old/src/plugins/dbus-service/Makefile.in	2009-10-26 12:28:10.000000000 +0100
++++ totem-2.28.2/src/plugins/dbus-service/Makefile.in	2009-10-26 13:23:09.000000000 +0100
 @@ -93,6 +93,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18814,9 +18812,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/galago/Makefile.in totem-2.28.1/src/plugins/galago/Makefile.in
---- totem-2.28.1.old/src/plugins/galago/Makefile.in	2009-09-29 13:40:02.000000000 +0200
-+++ totem-2.28.1/src/plugins/galago/Makefile.in	2009-09-29 17:18:09.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/galago/Makefile.in totem-2.28.2/src/plugins/galago/Makefile.in
+--- totem-2.28.2.old/src/plugins/galago/Makefile.in	2009-10-26 12:28:10.000000000 +0100
++++ totem-2.28.2/src/plugins/galago/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -125,6 +125,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18834,9 +18832,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/gromit/Makefile.in totem-2.28.1/src/plugins/gromit/Makefile.in
---- totem-2.28.1.old/src/plugins/gromit/Makefile.in	2009-09-29 13:40:03.000000000 +0200
-+++ totem-2.28.1/src/plugins/gromit/Makefile.in	2009-09-29 17:18:09.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/gromit/Makefile.in totem-2.28.2/src/plugins/gromit/Makefile.in
+--- totem-2.28.2.old/src/plugins/gromit/Makefile.in	2009-10-26 12:28:10.000000000 +0100
++++ totem-2.28.2/src/plugins/gromit/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -124,6 +124,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18854,9 +18852,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/iplayer/Makefile.in totem-2.28.1/src/plugins/iplayer/Makefile.in
---- totem-2.28.1.old/src/plugins/iplayer/Makefile.in	2009-09-29 13:40:03.000000000 +0200
-+++ totem-2.28.1/src/plugins/iplayer/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/iplayer/Makefile.in totem-2.28.2/src/plugins/iplayer/Makefile.in
+--- totem-2.28.2.old/src/plugins/iplayer/Makefile.in	2009-10-26 12:28:10.000000000 +0100
++++ totem-2.28.2/src/plugins/iplayer/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -94,6 +94,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18874,9 +18872,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/jamendo/Makefile.in totem-2.28.1/src/plugins/jamendo/Makefile.in
---- totem-2.28.1.old/src/plugins/jamendo/Makefile.in	2009-09-29 13:40:03.000000000 +0200
-+++ totem-2.28.1/src/plugins/jamendo/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/jamendo/Makefile.in totem-2.28.2/src/plugins/jamendo/Makefile.in
+--- totem-2.28.2.old/src/plugins/jamendo/Makefile.in	2009-10-26 12:28:11.000000000 +0100
++++ totem-2.28.2/src/plugins/jamendo/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -94,6 +94,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18894,9 +18892,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/lirc/Makefile.in totem-2.28.1/src/plugins/lirc/Makefile.in
---- totem-2.28.1.old/src/plugins/lirc/Makefile.in	2009-09-29 13:40:04.000000000 +0200
-+++ totem-2.28.1/src/plugins/lirc/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/lirc/Makefile.in totem-2.28.2/src/plugins/lirc/Makefile.in
+--- totem-2.28.2.old/src/plugins/lirc/Makefile.in	2009-10-26 12:28:11.000000000 +0100
++++ totem-2.28.2/src/plugins/lirc/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -126,6 +126,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18914,9 +18912,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/Makefile.in totem-2.28.1/src/plugins/Makefile.in
---- totem-2.28.1.old/src/plugins/Makefile.in	2009-09-29 13:40:01.000000000 +0200
-+++ totem-2.28.1/src/plugins/Makefile.in	2009-09-29 17:18:09.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/Makefile.in totem-2.28.2/src/plugins/Makefile.in
+--- totem-2.28.2.old/src/plugins/Makefile.in	2009-10-26 12:28:09.000000000 +0100
++++ totem-2.28.2/src/plugins/Makefile.in	2009-10-26 13:23:09.000000000 +0100
 @@ -167,6 +167,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18934,9 +18932,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/media-player-keys/Makefile.in totem-2.28.1/src/plugins/media-player-keys/Makefile.in
---- totem-2.28.1.old/src/plugins/media-player-keys/Makefile.in	2009-09-29 13:40:04.000000000 +0200
-+++ totem-2.28.1/src/plugins/media-player-keys/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/media-player-keys/Makefile.in totem-2.28.2/src/plugins/media-player-keys/Makefile.in
+--- totem-2.28.2.old/src/plugins/media-player-keys/Makefile.in	2009-10-26 12:28:11.000000000 +0100
++++ totem-2.28.2/src/plugins/media-player-keys/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -130,6 +130,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18954,9 +18952,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/mythtv/Makefile.in totem-2.28.1/src/plugins/mythtv/Makefile.in
---- totem-2.28.1.old/src/plugins/mythtv/Makefile.in	2009-09-29 13:40:04.000000000 +0200
-+++ totem-2.28.1/src/plugins/mythtv/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/mythtv/Makefile.in totem-2.28.2/src/plugins/mythtv/Makefile.in
+--- totem-2.28.2.old/src/plugins/mythtv/Makefile.in	2009-10-26 12:28:11.000000000 +0100
++++ totem-2.28.2/src/plugins/mythtv/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -126,6 +126,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18974,9 +18972,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/ontop/Makefile.in totem-2.28.1/src/plugins/ontop/Makefile.in
---- totem-2.28.1.old/src/plugins/ontop/Makefile.in	2009-09-29 13:40:04.000000000 +0200
-+++ totem-2.28.1/src/plugins/ontop/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/ontop/Makefile.in totem-2.28.2/src/plugins/ontop/Makefile.in
+--- totem-2.28.2.old/src/plugins/ontop/Makefile.in	2009-10-26 12:28:12.000000000 +0100
++++ totem-2.28.2/src/plugins/ontop/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -124,6 +124,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -18994,9 +18992,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/opensubtitles/Makefile.in totem-2.28.1/src/plugins/opensubtitles/Makefile.in
---- totem-2.28.1.old/src/plugins/opensubtitles/Makefile.in	2009-09-29 13:40:05.000000000 +0200
-+++ totem-2.28.1/src/plugins/opensubtitles/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/opensubtitles/Makefile.in totem-2.28.2/src/plugins/opensubtitles/Makefile.in
+--- totem-2.28.2.old/src/plugins/opensubtitles/Makefile.in	2009-10-26 12:28:12.000000000 +0100
++++ totem-2.28.2/src/plugins/opensubtitles/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -94,6 +94,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19014,9 +19012,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/properties/Makefile.in totem-2.28.1/src/plugins/properties/Makefile.in
---- totem-2.28.1.old/src/plugins/properties/Makefile.in	2009-09-29 13:40:05.000000000 +0200
-+++ totem-2.28.1/src/plugins/properties/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/properties/Makefile.in totem-2.28.2/src/plugins/properties/Makefile.in
+--- totem-2.28.2.old/src/plugins/properties/Makefile.in	2009-10-26 12:28:12.000000000 +0100
++++ totem-2.28.2/src/plugins/properties/Makefile.in	2009-10-26 13:23:10.000000000 +0100
 @@ -137,6 +137,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19034,9 +19032,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/publish/Makefile.in totem-2.28.1/src/plugins/publish/Makefile.in
---- totem-2.28.1.old/src/plugins/publish/Makefile.in	2009-09-29 13:40:05.000000000 +0200
-+++ totem-2.28.1/src/plugins/publish/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/publish/Makefile.in totem-2.28.2/src/plugins/publish/Makefile.in
+--- totem-2.28.2.old/src/plugins/publish/Makefile.in	2009-10-26 12:28:12.000000000 +0100
++++ totem-2.28.2/src/plugins/publish/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -126,6 +126,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19054,9 +19052,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/pythonconsole/Makefile.in totem-2.28.1/src/plugins/pythonconsole/Makefile.in
---- totem-2.28.1.old/src/plugins/pythonconsole/Makefile.in	2009-09-29 13:40:05.000000000 +0200
-+++ totem-2.28.1/src/plugins/pythonconsole/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/pythonconsole/Makefile.in totem-2.28.2/src/plugins/pythonconsole/Makefile.in
+--- totem-2.28.2.old/src/plugins/pythonconsole/Makefile.in	2009-10-26 12:28:12.000000000 +0100
++++ totem-2.28.2/src/plugins/pythonconsole/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -93,6 +93,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19074,9 +19072,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/sample-python/Makefile.in totem-2.28.1/src/plugins/sample-python/Makefile.in
---- totem-2.28.1.old/src/plugins/sample-python/Makefile.in	2009-09-29 13:40:06.000000000 +0200
-+++ totem-2.28.1/src/plugins/sample-python/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/sample-python/Makefile.in totem-2.28.2/src/plugins/sample-python/Makefile.in
+--- totem-2.28.2.old/src/plugins/sample-python/Makefile.in	2009-10-26 12:28:13.000000000 +0100
++++ totem-2.28.2/src/plugins/sample-python/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -67,6 +67,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19094,9 +19092,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/sample-vala/Makefile.in totem-2.28.1/src/plugins/sample-vala/Makefile.in
---- totem-2.28.1.old/src/plugins/sample-vala/Makefile.in	2009-09-29 13:40:06.000000000 +0200
-+++ totem-2.28.1/src/plugins/sample-vala/Makefile.in	2009-09-29 17:18:10.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/sample-vala/Makefile.in totem-2.28.2/src/plugins/sample-vala/Makefile.in
+--- totem-2.28.2.old/src/plugins/sample-vala/Makefile.in	2009-10-26 12:28:13.000000000 +0100
++++ totem-2.28.2/src/plugins/sample-vala/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -127,6 +127,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19114,9 +19112,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/screensaver/Makefile.in totem-2.28.1/src/plugins/screensaver/Makefile.in
---- totem-2.28.1.old/src/plugins/screensaver/Makefile.in	2009-09-29 13:40:06.000000000 +0200
-+++ totem-2.28.1/src/plugins/screensaver/Makefile.in	2009-09-29 17:18:11.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/screensaver/Makefile.in totem-2.28.2/src/plugins/screensaver/Makefile.in
+--- totem-2.28.2.old/src/plugins/screensaver/Makefile.in	2009-10-26 12:28:13.000000000 +0100
++++ totem-2.28.2/src/plugins/screensaver/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -126,6 +126,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19134,9 +19132,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/screenshot/Makefile.in totem-2.28.1/src/plugins/screenshot/Makefile.in
---- totem-2.28.1.old/src/plugins/screenshot/Makefile.in	2009-09-29 13:40:06.000000000 +0200
-+++ totem-2.28.1/src/plugins/screenshot/Makefile.in	2009-09-29 17:18:11.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/screenshot/Makefile.in totem-2.28.2/src/plugins/screenshot/Makefile.in
+--- totem-2.28.2.old/src/plugins/screenshot/Makefile.in	2009-10-26 12:28:14.000000000 +0100
++++ totem-2.28.2/src/plugins/screenshot/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -131,6 +131,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19154,9 +19152,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/sidebar-test/Makefile.in totem-2.28.1/src/plugins/sidebar-test/Makefile.in
---- totem-2.28.1.old/src/plugins/sidebar-test/Makefile.in	2009-09-29 13:40:07.000000000 +0200
-+++ totem-2.28.1/src/plugins/sidebar-test/Makefile.in	2009-09-29 17:18:11.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/sidebar-test/Makefile.in totem-2.28.2/src/plugins/sidebar-test/Makefile.in
+--- totem-2.28.2.old/src/plugins/sidebar-test/Makefile.in	2009-10-26 12:28:14.000000000 +0100
++++ totem-2.28.2/src/plugins/sidebar-test/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -126,6 +126,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19174,9 +19172,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/skipto/Makefile.in totem-2.28.1/src/plugins/skipto/Makefile.in
---- totem-2.28.1.old/src/plugins/skipto/Makefile.in	2009-09-29 13:40:07.000000000 +0200
-+++ totem-2.28.1/src/plugins/skipto/Makefile.in	2009-09-29 17:18:11.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/skipto/Makefile.in totem-2.28.2/src/plugins/skipto/Makefile.in
+--- totem-2.28.2.old/src/plugins/skipto/Makefile.in	2009-10-26 12:28:14.000000000 +0100
++++ totem-2.28.2/src/plugins/skipto/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -126,6 +126,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19194,9 +19192,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/thumbnail/Makefile.in totem-2.28.1/src/plugins/thumbnail/Makefile.in
---- totem-2.28.1.old/src/plugins/thumbnail/Makefile.in	2009-09-29 13:40:07.000000000 +0200
-+++ totem-2.28.1/src/plugins/thumbnail/Makefile.in	2009-09-29 17:18:11.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/thumbnail/Makefile.in totem-2.28.2/src/plugins/thumbnail/Makefile.in
+--- totem-2.28.2.old/src/plugins/thumbnail/Makefile.in	2009-10-26 12:28:14.000000000 +0100
++++ totem-2.28.2/src/plugins/thumbnail/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -125,6 +125,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19214,9 +19212,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/totem/Makefile.in totem-2.28.1/src/plugins/totem/Makefile.in
---- totem-2.28.1.old/src/plugins/totem/Makefile.in	2009-09-29 13:40:08.000000000 +0200
-+++ totem-2.28.1/src/plugins/totem/Makefile.in	2009-09-29 17:18:11.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/totem/Makefile.in totem-2.28.2/src/plugins/totem/Makefile.in
+--- totem-2.28.2.old/src/plugins/totem/Makefile.in	2009-10-26 12:28:15.000000000 +0100
++++ totem-2.28.2/src/plugins/totem/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -91,6 +91,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19234,9 +19232,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/tracker/Makefile.in totem-2.28.1/src/plugins/tracker/Makefile.in
---- totem-2.28.1.old/src/plugins/tracker/Makefile.in	2009-09-29 13:40:08.000000000 +0200
-+++ totem-2.28.1/src/plugins/tracker/Makefile.in	2009-09-29 17:18:11.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/tracker/Makefile.in totem-2.28.2/src/plugins/tracker/Makefile.in
+--- totem-2.28.2.old/src/plugins/tracker/Makefile.in	2009-10-26 12:28:15.000000000 +0100
++++ totem-2.28.2/src/plugins/tracker/Makefile.in	2009-10-26 13:23:11.000000000 +0100
 @@ -126,6 +126,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@
@@ -19254,9 +19252,9 @@
  PACKAGE_VERSION = @PACKAGE_VERSION@
  PATH_SEPARATOR = @PATH_SEPARATOR@
  PKG_CONFIG = @PKG_CONFIG@
-diff -Naur totem-2.28.1.old/src/plugins/youtube/Makefile.in totem-2.28.1/src/plugins/youtube/Makefile.in
---- totem-2.28.1.old/src/plugins/youtube/Makefile.in	2009-09-29 13:40:09.000000000 +0200
-+++ totem-2.28.1/src/plugins/youtube/Makefile.in	2009-09-29 17:18:11.000000000 +0200
+diff -Naur totem-2.28.2.old/src/plugins/youtube/Makefile.in totem-2.28.2/src/plugins/youtube/Makefile.in
+--- totem-2.28.2.old/src/plugins/youtube/Makefile.in	2009-10-26 12:28:15.000000000 +0100
++++ totem-2.28.2/src/plugins/youtube/Makefile.in	2009-10-26 13:23:12.000000000 +0100
 @@ -126,6 +126,8 @@
  AUTOHEADER = @AUTOHEADER@
  AUTOMAKE = @AUTOMAKE@




More information about the pkg-gnome-commits mailing list