Author: ranger
Date: Tue Feb 13 04:13:36 2007
New Revision: 649

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=649&repname=user%3a+ranger>
Log:
libgpod fix

Modified:
    trunk/experimental/common/main/finkinfo/libs/libgpod1.patch

Modified: trunk/experimental/common/main/finkinfo/libs/libgpod1.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/libgpod1.patch&rev=649&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/libs/libgpod1.patch (original)
+++ trunk/experimental/common/main/finkinfo/libs/libgpod1.patch Tue Feb 13 
04:13:36 2007
@@ -1,6 +1,6 @@
 diff -uNr libgpod-0.4.2/src/db-parse-context.c 
libgpod-0.4.2-new/src/db-parse-context.c
---- libgpod-0.4.2/src/db-parse-context.c       2006-10-02 09:52:47.000000000 
-0400
-+++ libgpod-0.4.2-new/src/db-parse-context.c   2007-02-10 17:50:32.000000000 
-0500
+--- libgpod-0.4.2/src/db-parse-context.c       Mon Oct  2 09:52:47 2006
++++ libgpod-0.4.2-new/src/db-parse-context.c   Sun Feb 11 19:52:19 2007
 @@ -23,9 +23,9 @@
   */
  
@@ -13,21 +13,35 @@
  #include <fcntl.h>
  #include <string.h>
 diff -uNr libgpod-0.4.2/src/itdb_itunesdb.c 
libgpod-0.4.2-new/src/itdb_itunesdb.c
---- libgpod-0.4.2/src/itdb_itunesdb.c  2007-01-14 09:28:37.000000000 -0500
-+++ libgpod-0.4.2-new/src/itdb_itunesdb.c      2007-02-10 17:51:43.000000000 
-0500
-@@ -132,6 +132,11 @@
- 
- #define ITUNESDB_COPYBLK (1024*1024*4)      /* blocksize for cp () */
- 
+--- libgpod-0.4.2/src/itdb_itunesdb.c  Sun Jan 14 09:28:37 2007
++++ libgpod-0.4.2-new/src/itdb_itunesdb.c      Sun Feb 11 19:52:31 2007
+@@ -122,8 +122,16 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/stat.h>
+-#include <sys/statvfs.h>
+ #include <sys/types.h>
++
 +#ifdef NO_STATVFS
 +# include <sys/mount.h>
 +# define statvfs statfs
 +# define f_frsize f_bsize
++#else
++# include <sys/statvfs.h>
 +#endif
++
+ #include <time.h>
+ #include <unistd.h>
  
+@@ -132,7 +140,6 @@
+ 
+ #define ITUNESDB_COPYBLK (1024*1024*4)      /* blocksize for cp () */
+ 
+-
  /* NOTE for developers:
  
-@@ -4638,6 +4643,18 @@
+    Sometimes new MHOD string fields are added by Apple in the
+@@ -4638,6 +4645,18 @@
  }
  
  
@@ -46,7 +60,7 @@
  /**
   * itdb_shuffle_write_file:
   * @itdb: the #Itdb_iTunesDB to write to disk
-@@ -4652,18 +4669,6 @@
+@@ -4652,18 +4671,6 @@
  gboolean itdb_shuffle_write_file (Itdb_iTunesDB *itdb,
                                  const gchar *filename, GError **error)
  {
@@ -66,8 +80,8 @@
      GList *gl;
      WContents *cts;
 diff -uNr libgpod-0.4.2/src/itdb_track.c libgpod-0.4.2-new/src/itdb_track.c
---- libgpod-0.4.2/src/itdb_track.c     2007-01-14 10:15:50.000000000 -0500
-+++ libgpod-0.4.2-new/src/itdb_track.c 2007-02-10 17:50:32.000000000 -0500
+--- libgpod-0.4.2/src/itdb_track.c     Sun Jan 14 10:15:50 2007
++++ libgpod-0.4.2-new/src/itdb_track.c Sun Feb 11 19:52:19 2007
 @@ -69,20 +69,11 @@
      return track;
  }


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to