r29116 - in /desktop/unstable/brasero/debian: changelog control control.in patches/51_tracker-0.10.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Jul 26 18:43:31 UTC 2011


Author: biebl
Date: Tue Jul 26 18:43:31 2011
New Revision: 29116

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

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

Modified: desktop/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/changelog?rev=29116&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/changelog [utf-8] (original)
+++ desktop/unstable/brasero/debian/changelog [utf-8] Tue Jul 26 18:43:31 2011
@@ -1,8 +1,12 @@
 brasero (2.30.3-3) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Only depend on growisofs instead of dvd+rw-tools.
 
- -- Josselin Mouette <joss at debian.org>  Mon, 08 Nov 2010 16:33:44 +0100
+  [ Michael Biebl ]
+  * Build for tracker 0.10. Closes: #628792
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 26 Jul 2011 20:39:48 +0200
 
 brasero (2.30.3-2) unstable; urgency=low
 

Modified: desktop/unstable/brasero/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/control?rev=29116&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/control [utf-8] (original)
+++ desktop/unstable/brasero/debian/control [utf-8] Tue Jul 26 18:43:31 2011
@@ -28,12 +28,12 @@
                libnautilus-extension-dev (>= 2.22.2),
                libburn-dev (>= 0.4.0),
                libisofs-dev (>= 0.6.4),
-               libtracker-client-0.8-dev (>= 0.8.0),
+               libtracker-client-0.10-dev (>= 0.10.0),
                libtotem-plparser-dev (>= 2.29.1),
                libunique-dev (>= 1.0.0),
                libnotify-dev (>= 0.3.0),
                intltool (>= 0.35.0)
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 3.9.0
 Homepage: http://www.gnome.org/projects/brasero/
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/brasero/

Modified: desktop/unstable/brasero/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/control.in?rev=29116&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/control.in [utf-8] (original)
+++ desktop/unstable/brasero/debian/control.in [utf-8] Tue Jul 26 18:43:31 2011
@@ -23,7 +23,7 @@
                libnautilus-extension-dev (>= 2.22.2),
                libburn-dev (>= 0.4.0),
                libisofs-dev (>= 0.6.4),
-               libtracker-client-0.8-dev (>= 0.8.0),
+               libtracker-client-0.10-dev (>= 0.10.0),
                libtotem-plparser-dev (>= 2.29.1),
                libunique-dev (>= 1.0.0),
                libnotify-dev (>= 0.3.0),

Added: desktop/unstable/brasero/debian/patches/51_tracker-0.10.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/patches/51_tracker-0.10.patch?rev=29116&op=file
==============================================================================
--- desktop/unstable/brasero/debian/patches/51_tracker-0.10.patch (added)
+++ desktop/unstable/brasero/debian/patches/51_tracker-0.10.patch [utf-8] Tue Jul 26 18:43:31 2011
@@ -1,0 +1,38 @@
+Description: Update brasero for tracker 0.10
+ This patch simply uses libtracker-client-0.10 instead of
+ libtracker-client-0.8.
+ brasero should be updated to use libtracker-sparql instead though, as
+ libtracker-client has been deprecated and is scheduled to be removed in 0.12
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=651630
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628792
+Index: brasero-2.30.3/configure.in
+===================================================================
+--- brasero-2.30.3.orig/configure.in	2011-07-04 03:27:50.049094576 +0200
++++ brasero-2.30.3/configure.in	2011-07-04 03:28:36.780507082 +0200
+@@ -377,7 +377,7 @@
+ 
+ dnl ****************check for search (optional)**************
+ BEAGLE_REQUIRED=0.3.0
+-TRACKER_REQUIRED=0.8.0
++TRACKER_REQUIRED=0.10.0
+ 
+ AC_ARG_ENABLE(search,
+ 			AS_HELP_STRING([--enable-search],[Build search pane (if a search backend is available) [[default=auto]]]),
+@@ -392,7 +392,7 @@
+ 			[enable_search="yes"])
+ 
+ if test x"$enable_search" = "xtracker"; then
+-	PKG_CHECK_MODULES(BRASERO_SEARCH, tracker-client-0.8 >= $TRACKER_REQUIRED)
++	PKG_CHECK_MODULES(BRASERO_SEARCH, tracker-client-0.10 >= $TRACKER_REQUIRED)
+ 	AC_DEFINE(BUILD_SEARCH, 1, [define if you  want to use search pane])
+ 	AC_DEFINE(BUILD_TRACKER, 1, [define if you  want to use search pane])
+ 	AC_SUBST(BRASERO_SEARCH_CFLAGS)
+@@ -410,7 +410,7 @@
+ 	build_tracker="no"
+ 	build_search="yes"
+ elif test x"$enable_search" = "xyes"; then
+-	PKG_CHECK_MODULES(BRASERO_SEARCH, tracker-client-0.8 >= $TRACKER_REQUIRED, build_search=yes, build_search=no)
++	PKG_CHECK_MODULES(BRASERO_SEARCH, tracker-client-0.10 >= $TRACKER_REQUIRED, build_search=yes, build_search=no)
+ 	if test x"$build_search" = "xyes"; then
+ 		AC_DEFINE(BUILD_SEARCH, 1, [define if you  want to use search pane])
+ 		AC_DEFINE(BUILD_TRACKER, 1, [define if you  want to use search pane])

Modified: desktop/unstable/brasero/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/patches/series?rev=29116&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/patches/series [utf-8] (original)
+++ desktop/unstable/brasero/debian/patches/series [utf-8] Tue Jul 26 18:43:31 2011
@@ -2,4 +2,5 @@
 11_nautilus_menu_no_display.patch
 31_link_libice.patch
 50_checksum.patch
+51_tracker-0.10.patch
 90_relibtoolize.patch




More information about the pkg-gnome-commits mailing list