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

Modified Files:
        ChangeLog INSTALL_CVS configure.ac 
Log Message:
        * ChangeLog
          INSTALL_CVS
          configure.ac
          bindings/python/gtkpod.py
          bindings/python/ipod.py
          bindings/python/examples/add_song.py
          bindings/python/examples/create_mp3_tags_from_itdb.py:

          updates and fixes from Nicholas Piper.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- ChangeLog   9 Feb 2007 16:01:59 -0000       1.190
+++ ChangeLog   12 Feb 2007 08:29:36 -0000      1.191
@@ -1,5 +1,23 @@
 2007-02-09  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
+       * ChangeLog
+         INSTALL_CVS
+         configure.ac
+         bindings/python/gtkpod.py
+         bindings/python/ipod.py
+         bindings/python/examples/add_song.py
+         bindings/python/examples/create_mp3_tags_from_itdb.py:
+
+         updates and fixes from Nicholas Piper.
+
+2007-02-11  Nicholas Piper  <nick-gtkpod at nickpiper.co.uk>
+
+       * bindings/python: Corrections to text encoding in the extended
+         database and switch to python-mutagen from python-eyeD3 Thanks
+         to Stalwart for his help clearing up handling broken filenames.
+
+2007-02-09  Jorg Schuler <jcsjcs at users.sourceforge.net>
+
        * src/ithumb-writer.c: reduced maximum size for ithmb files from
          500 MB to 256 MB after reports of slow iPod interface behavior.
 

Index: INSTALL_CVS
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/INSTALL_CVS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- INSTALL_CVS 16 Jan 2007 11:15:15 -0000      1.8
+++ INSTALL_CVS 12 Feb 2007 08:29:36 -0000      1.9
@@ -22,4 +22,4 @@
 
 python (e.g. python2.4)
 python-dev (e.g. python2.4-dev)
-python-eyeD3
+python-mutagen

Index: configure.ac
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/configure.ac,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- configure.ac        15 Jan 2007 16:03:25 -0000      1.44
+++ configure.ac        12 Feb 2007 08:29:36 -0000      1.45
@@ -111,7 +111,7 @@
 dnl **************************************************
 
 PYTHON_MIN_VERSION=2.1.1
-PYTHON_EYED3_MIN_VERSION=0.6.6
+PYTHON_MUTAGEN_MIN_VERSION=1.8.-1
 SWIG_MIN_VERSION=1.3.24
 LIBGPOD_CHECK_PYTHON($PYTHON_MIN_VERSION)
 


-------------------------------------------------------------------------
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
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to