Update of /cvsroot/gtkpod/libgpod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23842

Modified Files:
        ChangeLog configure.ac 
Log Message:
        * configure.ac: check for version 2.4 of glib -- now we need to
          make sure that libgpod actually works with 2.4...



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- ChangeLog   15 Nov 2005 14:41:10 -0000      1.54
+++ ChangeLog   17 Nov 2005 15:05:10 -0000      1.55
@@ -1,9 +1,14 @@
+2005-11-13  Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+        * configure.ac: check for version 2.4 of glib -- now we need to
+         make sure that libgpod actually works with 2.4...
+
 2005-11-15  Christophe Fergeau  <[EMAIL PROTECTED]>
 
        * src/itdb_itunesdb.c: (itdb_new): initialise glib type system before
        calling ipod_device_new (which creates a gobject)
 
-2005-11-12  Jorg Schuler <jcsjcs at users.sourceforge.net>
+2005-11-13  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/itdb_itunesdb.c: when new rating is set on the iPod, backup
          the old rating to app_rating. Not sure what it's for, but iTunes

Index: configure.ac
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/configure.ac,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- configure.ac        8 Nov 2005 09:22:07 -0000       1.18
+++ configure.ac        17 Nov 2005 15:05:10 -0000      1.19
@@ -53,7 +53,7 @@
 AC_PROG_INTLTOOL([0.21])
 AC_CHECK_FUNCS(mremap)
 
-PKG_CHECK_MODULES(LIBGPOD, glib-2.0 gobject-2.0)
+PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.4.0 gobject-2.0)
 LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall"
 
 dnl **************************************************



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to