Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14720

Modified Files:
        ChangeLog ChangeLog_detailed configure.in 
Log Message:
        * src/display_spl.c: Smart playlists now support the following
          new fields: album artist, tv show, last skipped, season
          number, skipcount and video kind.

        * configure.in: require libgpod >= 0.4.3



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- ChangeLog   24 Feb 2007 05:48:33 -0000      1.196
+++ ChangeLog   26 Feb 2007 13:11:27 -0000      1.197
@@ -11,6 +11,10 @@
 
        NEW FEATURE: Display of Album Art. Thanks to P.G. Richardson.
 
+       UPDATE: Smart playlists now support the following new fields:
+       album artist, tv show, last skipped, season number, skipcount
+       and video kind.
+
        BUGFIX: dragging tracks between two iPods would sometimes not
        actually copy the file.
 

Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -d -r1.390 -r1.391
--- ChangeLog_detailed  24 Feb 2007 06:24:06 -0000      1.390
+++ ChangeLog_detailed  26 Feb 2007 13:11:27 -0000      1.391
@@ -1,3 +1,11 @@
+2007-02-26 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+       * src/display_spl.c: Smart playlists now support the following
+         new fields: album artist, tv show, last skipped, season
+         number, skipcount and video kind.
+
+       * configure.in: require libgpod >= 0.4.3
+
 2007-02-22 Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/file_export.c (export_trackglist_when_necessary):

Index: configure.in
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/configure.in,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- configure.in        20 Feb 2007 14:11:21 -0000      1.98
+++ configure.in        26 Feb 2007 13:11:27 -0000      1.99
@@ -37,7 +37,7 @@
 fi
 
 dnl check for libs that are managed with pkg-config
-PKG_CHECK_MODULES(PACKAGE, [gtk+-2.0 >= 2.6.0 gthread-2.0 >= 0.14.0 glib-2.0 > 
2.4.0 libglade-2.0  >=  2.4.0 libgnomecanvas-2.0 >= 2.14.0 gmodule-2.0 
libgpod-1.0 >= 0.4.2],,[AC_MSG_FAILURE([*** $PACKAGE_PKG_ERRORS])])
+PKG_CHECK_MODULES(PACKAGE, [gtk+-2.0 >= 2.6.0 gthread-2.0 >= 0.14.0 glib-2.0 > 
2.4.0 libglade-2.0  >=  2.4.0 libgnomecanvas-2.0 >= 2.14.0 gmodule-2.0 
libgpod-1.0 >= 0.4.3],,[AC_MSG_FAILURE([*** $PACKAGE_PKG_ERRORS])])
 AC_SUBST(PACKAGE_CFLAGS)
 AC_SUBST(PACKAGE_LIBS)
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to