[22109] trunk/dports/gnome/inkscape/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 17 13:36:35 PST 2007


Revision: 22109
          http://trac.macosforge.org/projects/macports/changeset/22109
Author:   rhwood at macports.org
Date:     2007-02-17 13:36:35 -0800 (Sat, 17 Feb 2007)

Log Message:
-----------
Upgrade to version 0.45

Modified Paths:
--------------
    trunk/dports/gnome/inkscape/Portfile

Modified: trunk/dports/gnome/inkscape/Portfile
===================================================================
--- trunk/dports/gnome/inkscape/Portfile	2007-02-17 20:59:38 UTC (rev 22108)
+++ trunk/dports/gnome/inkscape/Portfile	2007-02-17 21:36:35 UTC (rev 22109)
@@ -2,9 +2,9 @@
 
 PortSystem 1.0
 name		inkscape
-version		0.44.1
-revision	2
-maintainers	nomaintainer at macports.org
+version		0.45
+revision	0
+maintainers	rhwood at macports.org openmaintainer at macports.org
 categories	gnome graphics
 platforms	darwin
 homepage	http://www.inkscape.org
@@ -19,10 +19,8 @@
 	grouping, and more.
 
 master_sites    sourceforge
-# Only a tar.gz is provided for version 0.44.1
-#use_bzip2       yes
-checksums       md5 ae2929f70403004038963ef2448728f3 \
-		sha1 6e55d0cf9f4ef50aaca250de36cde33654fb180a
+checksums       md5 82d7cff90a7de42460e65d289e0d4d33 \
+		sha1 8a8259509b323277bc47b11d665acec9f2532b79
 
 depends_lib	\
 		port:libgnomeprintui \
@@ -30,11 +28,11 @@
 		port:gtkmm \
 		port:gnome-vfs \
 		port:libxslt \
-		port:loudmouth \
 		port:lcms \
 		port:dbus \
 		port:dbus-glib \
-		port:py-xml
+		port:py-xml \
+		port:libcroco
 
 post-patch {
 	reinplace "s|USE_NLS=yes|USE_NLS=no|g" ${worksrcpath}/configure
@@ -46,13 +44,26 @@
 	--with-gnome-print \
 	--with-gnome-vfs \
 	--with-perl \
+	--with-python \
+	--enable-lcms \
 	--enable-inkboard
 configure.env \
 	CPPFLAGS="-L${prefix}/lib -I${prefix}/include -no-cpp-precomp" \
 	CFLAGS="-flat_namespace -undefined suppress -L${prefix}/lib" \
 	LDFLAGS="-L${prefix}/lib"
+default_variants \
+    disable_debugging
 
-post-destroot {
-	system "strip ${destroot}${prefix}/bin/inkscape"
-	system "strip ${destroot}${prefix}/bin/inkview"
+variant disable_debugging conflict enable_debugging {
+    # this variant strips the executables saving @200MB of disk space
+    # at the cost of not being able to get meaningful debugging information
+    # in the event of an application crash
+    post-destroot {
+        system "strip ${destroot}${prefix}/bin/inkscape"
+        system "strip ${destroot}${prefix}/bin/inkview"
+    }
 }
+
+variant enable_debugging conflicts disable_debugging {
+    # does nothing but offer a counter-point to disable_debugging
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070217/944cb0d7/attachment.html


More information about the macports-changes mailing list