rpms/amarok/F-10 amarok-2.0.96-old-libgpod.patch,1.2,1.3

Kevin Kofler kkofler at fedoraproject.org
Tue May 26 21:53:03 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/amarok/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17372/F-10

Modified Files:
	amarok-2.0.96-old-libgpod.patch 
Log Message:
Oops, need to declare thumb and thumbPath too.

amarok-2.0.96-old-libgpod.patch:

Index: amarok-2.0.96-old-libgpod.patch
===================================================================
RCS file: /cvs/pkgs/rpms/amarok/F-10/amarok-2.0.96-old-libgpod.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- amarok-2.0.96-old-libgpod.patch	26 May 2009 21:47:50 -0000	1.2
+++ amarok-2.0.96-old-libgpod.patch	26 May 2009 21:52:32 -0000	1.3
@@ -33,13 +33,15 @@ diff -ur amarok-2.0.96/src/collection/ip
 +endif (IPOD_FOUND AND WITH_Ipod)
 diff -ur amarok-2.0.96/src/collection/ipodcollection/handler/IpodHandler.cpp amarok-2.0.96-old-libgpod/src/collection/ipodcollection/handler/IpodHandler.cpp
 --- amarok-2.0.96/src/collection/ipodcollection/handler/IpodHandler.cpp	2009-05-26 23:22:01.000000000 +0200
-+++ amarok-2.0.96-old-libgpod/src/collection/ipodcollection/handler/IpodHandler.cpp	2009-05-26 23:44:50.000000000 +0200
-@@ -1299,7 +1299,66 @@
++++ amarok-2.0.96-old-libgpod/src/collection/ipodcollection/handler/IpodHandler.cpp	2009-05-26 23:51:52.000000000 +0200
+@@ -1299,7 +1299,68 @@
      if( ipodtrack->has_artwork == 0x02 )
          return;
  
 -    GdkPixbuf *pixbuf = (GdkPixbuf*) itdb_artwork_get_pixbuf( ipodtrack->itdb->device, ipodtrack->artwork, -1, -1 );
-+    GdkPixbuf *pixbuf = NULL;
++    Itdb_Thumb *thumb = NULL;
++    GdkPixbuf *gpixbuf = NULL;
++    QString thumbPath;
 +
 +    // try small first
 +    thumb = itdb_artwork_get_thumb_by_type ( ipodtrack->artwork, ITDB_THUMB_COVER_SMALL );




More information about the fedora-extras-commits mailing list