[40588] trunk/dports/graphics/gimp2/Portfile

simon at macports.org simon at macports.org
Tue Oct 7 16:15:26 PDT 2008


Revision: 40588
          http://trac.macports.org/changeset/40588
Author:   simon at macports.org
Date:     2008-10-07 16:15:26 -0700 (Tue, 07 Oct 2008)
Log Message:
-----------
graphics/gimp2: Updated to 2.6.0, closes #16735. Thanks to db.evans at gmail.com.

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

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2008-10-07 22:23:55 UTC (rev 40587)
+++ trunk/dports/graphics/gimp2/Portfile	2008-10-07 23:15:26 UTC (rev 40588)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,8 +4,7 @@
 
 name            gimp2
-version         2.4.5
-revision        1
+version         2.6.0
 categories      graphics
-maintainers     nomaintainer
+maintainers     gmail.com:dbevans
 homepage        http://www.gimp.org/
 platforms       darwin
@@ -21,21 +21,26 @@
 master_sites    http://gimp.mirrors.hoobly.com/gimp/v${M.m}/ \
                 ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/v${M.m}/ \
                 ftp://ftp.gimp.org/pub/gimp/v${M.m}/
-checksums       md5 162e264dc5f0c7e4de8794e78818381f
+
+checksums       md5     e5ac955fee8b376d431e4693027d7640 \
+                sha1    187effb5722a1d5943c48ec74a3be96c836215f6 \
+                rmd160  66dae43b362298314befc39916bb3e01b9098b50
+
 distname        gimp-${version}
 use_bzip2       yes
 
-depends_lib     port:aalib \
+depends_lib     port:gegl \
+                port:aalib \
                 port:curl \
                 port:libart_lgpl \
                 port:libexif \
                 port:libgnomeui \
-                port:libgtkhtml \
                 port:libmng \
                 port:librsvg \
                 port:libwmf \
                 port:p5-xml-parser \
                 port:poppler \
+                port:webkit-gtk \
                 port:py25-gtk
 
 platform darwin 7 {
@@ -54,24 +59,22 @@
 configure.python    ${prefix}/bin/python2.5
 configure.args  --enable-mp \
                 --with-pdbgen \
-                --without-dbus
+                --without-dbus \
+                --without-hal \
+                --without-alsa \
+                --without-gvfs
 
-variant without_gnome description "Disable SVG support and built-in help browser." {
-    depends_lib-delete	    port:libgnomeui \
-                            port:libgtkhtml \
-                            port:librsvg
-    configure.args-append   --without-gtkhtml2 \
-                            --without-librsvg \
-                            --without-gnomevfs
-}
-
-variant no_python description "Disable Python scripts and filters." {
+variant no_python description {Disable Python scripts and filters} {
     depends_lib-delete      port:py25-gtk
     configure.args-append   --disable-python
 }
 
-variant dbus {
+variant dbus description {Enable dbus support} {
     depends_lib-append      port:dbus-glib
     configure.args-delete   --without-dbus
 }
 
+variant gvfs description {Enable gvfs support} {
+    depends_lib-append      port:gvfs
+    configure.args-delete   --without-gvfs
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081007/b67459bb/attachment.html 


More information about the macports-changes mailing list