[20073] trunk/dports/graphics

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 15 16:44:09 PDT 2006


Revision: 20073
          http://trac.macosforge.org/projects/macports/changeset/20073
Author:   yves at macports.org
Date:     2006-10-15 16:44:08 -0700 (Sun, 15 Oct 2006)

Log Message:
-----------
gimp development version

Added Paths:
-----------
    trunk/dports/graphics/gimp-dev/
    trunk/dports/graphics/gimp-dev/Portfile
    trunk/dports/graphics/gimp-dev/files/
    trunk/dports/graphics/gimp-dev/files/gimp-2.3.in

Added: trunk/dports/graphics/gimp-dev/Portfile
===================================================================
--- trunk/dports/graphics/gimp-dev/Portfile	                        (rev 0)
+++ trunk/dports/graphics/gimp-dev/Portfile	2006-10-15 23:44:08 UTC (rev 20073)
@@ -0,0 +1,51 @@
+# $Id: Portfile,v 1.36 2006/07/15 02:28:58 yves Exp $
+
+PortSystem 1.0
+name             gimp-dev
+version          2.3.12
+categories       graphics
+maintainers      yves at macports.org
+description      The GNU Image Manipulation Program (unstable)
+long_description \
+	The GNU Image Manipulation Program (GIMP) is a powerful \
+	tool for the preparation and manipulation of digital images. \
+	The GIMP provides the user with a wide variety of image \
+	manipulation, painting, processing, and rendering tools.
+homepage         http://www.gimp.org/
+platforms        darwin
+master_sites     ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \
+                 ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.3/ \
+                 ftp://ftp.minet.net/pub/gimp/v2.3/ \
+                 ftp://ftp.gimp.org/pub/gimp/v2.3/
+checksums        md5 b66a3c39bd6355e85ac4ea54f3912612
+distname         gimp-${version}
+use_bzip2        yes
+depends_lib      port:curl \
+				 port:gimp-print \
+                 port:lcms \
+                 port:libart_lgpl \
+                 port:libexif \
+                 port:libmng \
+                 port:libwmf \
+                 port:p5-xml-parser \
+                 port:poppler \
+                 port:py-gtk2
+
+configure.env    LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
+configure.pre_args --prefix="${prefix}/gimp-2.3"
+configure.args   --enable-mp
+
+destroot.destdir DESTDIR=${destroot}
+
+post-destroot {
+    xinstall -m 755 ${filespath}/gimp-2.3.in \
+    	${destroot}${prefix}/bin/gimp-2.3
+    reinplace "s|@@PREFIX@@|${prefix}|g" \
+    	${destroot}${prefix}/bin/gimp-2.3
+}
+
+variant with_gnome {
+    depends_lib-append	port:libgnomeui \
+                        port:libgtkhtml \
+                        port:librsvg
+}

Added: trunk/dports/graphics/gimp-dev/files/gimp-2.3.in
===================================================================
--- trunk/dports/graphics/gimp-dev/files/gimp-2.3.in	                        (rev 0)
+++ trunk/dports/graphics/gimp-dev/files/gimp-2.3.in	2006-10-15 23:44:08 UTC (rev 20073)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+PATH=@@PREFIX@@/gimp-2.3/bin:$PATH
+export PATH
+LD_LIBRARY_PATH=@@PREFIX@@/gimp-2.3/lib
+export LD_LIBRARY_PATH
+
+@@PREFIX@@/gimp-2.3/bin/gimp-2.3 "$@"

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


More information about the macports-changes mailing list