[24729] trunk/dports/graphics

source_changes at macosforge.org source_changes at macosforge.org
Tue May 1 13:37:18 PDT 2007


Revision: 24729
          http://trac.macosforge.org/projects/macports/changeset/24729
Author:   yves at macports.org
Date:     2007-05-01 13:37:18 -0700 (Tue, 01 May 2007)

Log Message:
-----------
All mixed up here

Added Paths:
-----------
    trunk/dports/graphics/gimp2/
    trunk/dports/graphics/gimp2/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/gimp2/

Added: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	                        (rev 0)
+++ trunk/dports/graphics/gimp2/Portfile	2007-05-01 20:37:18 UTC (rev 24729)
@@ -0,0 +1,58 @@
+# $Id$
+
+PortSystem 1.0
+name            gimp2
+version         2.2.14
+categories      graphics
+maintainers     yves at macports.org
+homepage        http://www.gimp.org/
+platforms       darwin
+
+description     The GNU Image Manipulation Program (version 2)
+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.
+
+master_sites    ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
+                ftp://ftp.flirble.org/pub/X/gimp/gimp/v2.2/ \
+                ftp://ftp.minet.net/pub/gimp/v2.2/ \
+                ftp://ftp.gimp.org/pub/gimp/v2.2/
+checksums       md5 2f47dd66d714a970356e275dd1d3caac
+distname        gimp-${version}
+use_bzip2       yes
+
+depends_lib     port:aalib \
+                port:gimp-print \
+                lib:libgtk-x11-2.0:gtk2 \
+                port:lcms \
+                port:libart_lgpl \
+                port:libexif \
+                port:libmng \
+                port:libwmf \
+                port:p5-xml-parser
+depends_run     bin:gs:ghostscript
+
+configure.args  --enable-mp \
+                --mandir=${prefix}/share/man
+
+post-destroot {
+    file mkdir ${destroot}${prefix}/share/applications
+    cd ${destroot}${prefix}/share/applications
+	system "ln -s ../gimp/2.0/misc/gimp.desktop"
+}
+
+variant enable_python {
+    depends_lib-append    port:py-gtk2
+    configure.args-append --enable-python
+}
+
+variant with_gnome {
+    depends_lib-append	port:libgtkhtml \
+                        port:librsvg
+}
+
+platform darwin i386 {
+    configure.args-append   --disable-mmx
+}

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


More information about the macports-changes mailing list