Revision: 1657
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1657&view=rev
Author:   tmzullinger
Date:     2007-07-27 12:26:33 -0700 (Fri, 27 Jul 2007)

Log Message:
-----------
don't make the python gtk module a hard requirement

Modified Paths:
--------------
    libgpod/branches/bug-1723660/ChangeLog
    libgpod/branches/bug-1723660/configure.ac
    libgpod/branches/bug-1723660/m4/python.m4

Modified: libgpod/branches/bug-1723660/ChangeLog
===================================================================
--- libgpod/branches/bug-1723660/ChangeLog      2007-07-27 19:25:23 UTC (rev 
1656)
+++ libgpod/branches/bug-1723660/ChangeLog      2007-07-27 19:26:33 UTC (rev 
1657)
@@ -3,6 +3,10 @@
        * bindings/python/gpod.i.in:
          s/top_srcdir/top_builddir to fix make distcheck
 
+       * configure.ac
+         m4/python.m4:
+         don't make the python gtk module a hard requirement
+
 2007-07-13  Nicholas Piper  <nicholas at users.sourceforge.net>
 
        * bindings/python/ipod.py (Track.set_coverart_from_file): Rename

Modified: libgpod/branches/bug-1723660/configure.ac
===================================================================
--- libgpod/branches/bug-1723660/configure.ac   2007-07-27 19:25:23 UTC (rev 
1656)
+++ libgpod/branches/bug-1723660/configure.ac   2007-07-27 19:26:33 UTC (rev 
1657)
@@ -135,7 +135,6 @@
 
 PYTHON_MIN_VERSION=2.1.1
 PYTHON_MUTAGEN_MIN_VERSION=1.8
-PYTHON_GTK_MIN_VERSION=2.0
 SWIG_MIN_VERSION=1.3.24
 LIBGPOD_CHECK_PYTHON($PYTHON_MIN_VERSION)
 

Modified: libgpod/branches/bug-1723660/m4/python.m4
===================================================================
--- libgpod/branches/bug-1723660/m4/python.m4   2007-07-27 19:25:23 UTC (rev 
1656)
+++ libgpod/branches/bug-1723660/m4/python.m4   2007-07-27 19:26:33 UTC (rev 
1657)
@@ -126,10 +126,11 @@
                 dnl check for mutagen module >= $PYTHON_MUTAGEN_MIN_VERSION
                 
AM_CHECK_PYMOD(mutagen,$PYTHON_MUTAGEN_MIN_VERSION,mutagen.version_string,,with_python=no)
 
-                if test "X$have_gdkpixbuf" == "Xyes" -a "X$have_pygobject" == 
"Xyes"; then
-                    dnl check for gtk module >= $PYTHON_GTK_MIN_VERSION
-                    
AM_CHECK_PYMOD(gtk,$PYTHON_GTK_MIN_VERSION,'.'.join(map(str, 
gtk.ver)),,with_python=no)
-                fi
+                dnl this test should perhaps be re-enabled, but only produce a 
warning -- tmz
+                dnl if test "X$have_gdkpixbuf" == "Xyes" -a "X$have_pygobject" 
== "Xyes"; then
+                dnl     dnl check for gtk module >= $PYTHON_GTK_MIN_VERSION
+                dnl     
AM_CHECK_PYMOD(gtk,$PYTHON_GTK_MIN_VERSION,'.'.join(map(str, 
gtk.ver)),,with_python=no)
+                dnl fi
 
                 dnl check for swig
                 if test "X$with_python" == Xyes; then


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to