Update of /cvsroot/gtkpod/libgpod/m4
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9387/m4
Modified Files:
python.m4
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: python.m4
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/m4/python.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- python.m4 31 May 2006 14:22:39 -0000 1.3
+++ python.m4 12 Feb 2007 08:29:36 -0000 1.4
@@ -121,8 +121,8 @@
fi
AC_SUBST(PYTHON_LDFLAGS)
- dnl check for eyeD3 module >= $PYTHON_EYED3_MIN_VERSION
-
AM_CHECK_PYMOD(eyeD3,$PYTHON_EYED3_MIN_VERSION,eyeD3.eyeD3Version,,with_python=no)
+ dnl check for mutagen module >= $PYTHON_MUTAGEN_MIN_VERSION
+
AM_CHECK_PYMOD(mutagen,$PYTHON_MUTAGEN_MIN_VERSION,mutagen.version_string,,with_python=no)
dnl check for swig
if test "X$with_python" == Xyes; then
-------------------------------------------------------------------------
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