[70546] trunk/dports/graphics/inkscape

devans at macports.org devans at macports.org
Thu Aug 12 15:36:49 PDT 2010


Revision: 70546
          http://trac.macports.org/changeset/70546
Author:   devans at macports.org
Date:     2010-08-12 15:36:48 -0700 (Thu, 12 Aug 2010)
Log Message:
-----------
inkscape: update configuration, dependencies, correctly configure compilation against python26.

Modified Paths:
--------------
    trunk/dports/graphics/inkscape/Portfile
    trunk/dports/graphics/inkscape/files/patch-configure.diff

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2010-08-12 20:47:45 UTC (rev 70545)
+++ trunk/dports/graphics/inkscape/Portfile	2010-08-12 22:36:48 UTC (rev 70546)
@@ -6,7 +6,7 @@
 name            inkscape
 conflicts       inkscape-devel
 version         0.47
-revision        3
+revision        4
 maintainers     devans
 categories      graphics gnome
 platforms       darwin
@@ -29,35 +29,35 @@
 checksums       md5 7b497c8f673e40b05295a29f6e2111f4 \
                 sha1 7c75352f3882ebf4fcaebc22413bcb79bf3b7895
 
-depends_lib     port:libgnomeprintui \
-                port:boehmgc \
+depends_lib     port:boehmgc \
                 port:gsl \
                 port:gtkmm \
                 port:gnome-vfs \
-                port:libxslt \
                 port:lcms \
-                port:dbus \
-                port:dbus-glib \
-                port:py26-xml \
-                port:libcroco \
                 port:poppler \
-                port:py26-numpy \
-                port:py26-lxml \
                 port:boost \
                 port:ImageMagick \
                 port:libwpg
 
+#
+# external dependencies for included Python extensions
+#
+
+depends_lib-append \
+                port:py26-lxml \
+                port:py26-numpy \
+                port:py26-xml
+
 patchfiles      patch-configure.diff \
                 patch-poppler-0.12.2.diff
 
 configure.args  \
         --mandir=${prefix}/share/man \
         --with-xft \
-        --with-gnome-print \
         --with-gnome-vfs \
         --with-python \
         --enable-lcms \
-        --enable-inkboard
+        --enable-poppler-cairo
 
 configure.python \
         ${prefix}/bin/python2.6

Modified: trunk/dports/graphics/inkscape/files/patch-configure.diff
===================================================================
--- trunk/dports/graphics/inkscape/files/patch-configure.diff	2010-08-12 20:47:45 UTC (rev 70545)
+++ trunk/dports/graphics/inkscape/files/patch-configure.diff	2010-08-12 22:36:48 UTC (rev 70546)
@@ -5,12 +5,12 @@
  
  if test "x$with_python" = "xyes"; then
 -    checkPYTHON_CFLAGS=`python -c "import distutils.sysconfig ; print '-I%s' % distutils.sysconfig.get_config_var('INCLUDEPY')" 2>/dev/null`
-+    checkPYTHON_CFLAGS=`${prefix}/bin/python2.5 -c "import distutils.sysconfig ; print '-I%s' % distutils.sysconfig.get_config_var('INCLUDEPY')" 2>/dev/null`
++    checkPYTHON_CFLAGS=`${prefix}/bin/python2.6 -c "import distutils.sysconfig ; print '-I%s' % distutils.sysconfig.get_config_var('INCLUDEPY')" 2>/dev/null`
      if test "$?" -gt "0"; then
          with_python="no"
      else
 -        checkPYTHON_LIBS=`python -c "import distutils.sysconfig ; print '%s/%s %s' % (distutils.sysconfig.get_config_var('LIBPL'),distutils.sysconfig.get_config_var('LDLIBRARY'),distutils.sysconfig.get_config_var('LIBS'))" 2>/dev/null`
-+        checkPYTHON_LIBS=-lpython2.5
++        checkPYTHON_LIBS=-lpython2.6
          if test "$?" -gt "0"; then
              with_python="no"
          else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100812/c85017f2/attachment.html>


More information about the macports-changes mailing list