r29111 - in /desktop/unstable/totem/debian: changelog control control.in patches/83_tracker-0.10.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Jul 26 17:00:12 UTC 2011


Author: biebl
Date: Tue Jul 26 17:00:11 2011
New Revision: 29111

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29111
Log:
Build for tracker 0.10.

Added:
    desktop/unstable/totem/debian/patches/83_tracker-0.10.patch
Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/patches/series

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=29111&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Tue Jul 26 17:00:11 2011
@@ -1,3 +1,9 @@
+totem (2.30.2-7) UNRELEASED; urgency=low
+
+  * Build for tracker 0.10.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 26 Jul 2011 18:59:02 +0200
+
 totem (2.30.2-6) unstable; urgency=low
 
   * Only suggest totem-mozilla. Closes: #599638.

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=29111&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control [utf-8] (original)
+++ desktop/unstable/totem/debian/control [utf-8] Tue Jul 26 17:00:11 2011
@@ -18,7 +18,7 @@
                libgtk2.0-dev (>= 2.19.5),
                libunique-dev,
                libtotem-plparser-dev (>= 2.29.1),
-               libtracker-client-0.8-dev (>= 0.8.1),
+               libtracker-client-0.10-dev (>= 0.10.0),
                liblircclient-dev (>= 0.6.6),
                libirman-dev (>= 0.4.2),
                gnome-pkg-tools (>= 0.10),

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=29111&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in [utf-8] (original)
+++ desktop/unstable/totem/debian/control.in [utf-8] Tue Jul 26 17:00:11 2011
@@ -13,7 +13,7 @@
                libgtk2.0-dev (>= 2.19.5),
                libunique-dev,
                libtotem-plparser-dev (>= 2.29.1),
-               libtracker-client-0.8-dev (>= 0.8.1),
+               libtracker-client-0.10-dev (>= 0.10.0),
                liblircclient-dev (>= 0.6.6),
                libirman-dev (>= 0.4.2),
                gnome-pkg-tools (>= 0.10),

Added: desktop/unstable/totem/debian/patches/83_tracker-0.10.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/83_tracker-0.10.patch?rev=29111&op=file
==============================================================================
--- desktop/unstable/totem/debian/patches/83_tracker-0.10.patch (added)
+++ desktop/unstable/totem/debian/patches/83_tracker-0.10.patch [utf-8] Tue Jul 26 17:00:11 2011
@@ -1,0 +1,13 @@
+Index: totem-2.30.2/configure.in
+===================================================================
+--- totem-2.30.2.orig/configure.in	2011-07-26 16:49:49.901460780 +0200
++++ totem-2.30.2/configure.in	2011-07-26 16:50:59.192589672 +0200
+@@ -532,7 +532,7 @@
+ 		tracker)
+ 			PKG_CHECK_MODULES(TRACKER, tracker-client-0.8 >= 0.8.1, [HAVE_TRACKER=yes], [HAVE_TRACKER=no])
+ 			if test "${HAVE_TRACKER}" != "yes" ; then
+-			   	PKG_CHECK_MODULES(TRACKER, tracker-client-0.9 >= 0.9.0, [HAVE_TRACKER=yes], [HAVE_TRACKER=no])
++			   	PKG_CHECK_MODULES(TRACKER, tracker-client-0.10 >= 0.10.0, [HAVE_TRACKER=yes], [HAVE_TRACKER=no])
+ 			fi
+ 				
+ 			if test "${HAVE_TRACKER}" != "yes" ; then

Modified: desktop/unstable/totem/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/series?rev=29111&op=diff
==============================================================================
--- desktop/unstable/totem/debian/patches/series [utf-8] (original)
+++ desktop/unstable/totem/debian/patches/series [utf-8] Tue Jul 26 17:00:11 2011
@@ -3,4 +3,5 @@
 80_webm.patch
 81_mpegts.patch
 82_youtube_api.patch
+83_tracker-0.10.patch
 90_autotools.patch




More information about the pkg-gnome-commits mailing list