r18917 - in /packages/unstable/rhythmbox/debian: changelog patches/20_compile_with_libmtp8.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Mar 9 10:23:34 UTC 2009


Author: joss
Date: Mon Mar  9 10:23:34 2009
New Revision: 18917

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18917
Log:
debian/patches/20_compile_with_libmtp8.patch: New patch for fixing
the new number of arguments in function LIBMTP_Send_Track_From_File
(closes: #516564)

Added:
    packages/unstable/rhythmbox/debian/patches/20_compile_with_libmtp8.patch
Modified:
    packages/unstable/rhythmbox/debian/changelog

Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=18917&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog (original)
+++ packages/unstable/rhythmbox/debian/changelog Mon Mar  9 10:23:34 2009
@@ -15,6 +15,11 @@
   [ Josselin Mouette ]
   * Drop Recommends on sound-juicer. Closes: #510022.
   * Move python-gst0.10 to Depends. Closes: #517451.
+
+  [ Rafael Laboissiere ]
+  * debian/patches/20_compile_with_libmtp8.patch: New patch for fixing
+    the new number of arguments in function LIBMTP_Send_Track_From_File
+    (closes: #516564)
 
  -- Loic Minier <lool at dooz.org>  Wed, 03 Sep 2008 11:45:10 +0200
 

Added: packages/unstable/rhythmbox/debian/patches/20_compile_with_libmtp8.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/patches/20_compile_with_libmtp8.patch?rev=18917&op=file
==============================================================================
--- packages/unstable/rhythmbox/debian/patches/20_compile_with_libmtp8.patch (added)
+++ packages/unstable/rhythmbox/debian/patches/20_compile_with_libmtp8.patch Mon Mar  9 10:23:34 2009
@@ -1,0 +1,11 @@
+--- rhythmbox-0.11.6.orig/plugins/mtpdevice/rb-mtp-source.c
++++ rhythmbox-0.11.6/plugins/mtpdevice/rb-mtp-source.c
+@@ -714,7 +714,7 @@
+ 		trackmeta->filetype = mimetype_to_filetype (mimetype);
+ 	}
+ 
+-	if (LIBMTP_Send_Track_From_File (device, filename, trackmeta, NULL, NULL, 0) != 0) {
++	if (LIBMTP_Send_Track_From_File (device, filename, trackmeta, NULL, NULL) != 0) {
+ 		LIBMTP_destroy_track_t (trackmeta);
+ 		rb_debug ("Tracktransfer failed\n");
+ 		return NULL;




More information about the pkg-gnome-commits mailing list