[97405] trunk/dports/graphics/gimp2/Portfile
devans at macports.org
devans at macports.org
Tue Sep 4 19:51:23 PDT 2012
Revision: 97405
https://trac.macports.org/changeset/97405
Author: devans at macports.org
Date: 2012-09-04 19:51:19 -0700 (Tue, 04 Sep 2012)
Log Message:
-----------
gimp2: update to version 2.8.2, fix Snow Leopard build, now builds universal.
Modified Paths:
--------------
trunk/dports/graphics/gimp2/Portfile
Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile 2012-09-05 00:57:12 UTC (rev 97404)
+++ trunk/dports/graphics/gimp2/Portfile 2012-09-05 02:51:19 UTC (rev 97405)
@@ -5,8 +5,7 @@
name gimp2
# please remember to update the gimp metapackage to match
-version 2.8.0
-revision 2
+version 2.8.2
license {GPL-2+ LGPL}
categories graphics
maintainers devans
@@ -20,18 +19,11 @@
The GIMP provides the user with a wide variety of image \
manipulation, painting, processing, and rendering tools.
-#
-# gegl is not universal
-#
-
-universal_variant no
-
set branch [join [lrange [split ${version} .] 0 1] .]
master_sites gimp:gimp/v${branch}/
-checksums md5 28997d14055f15db063eb92e1c8a7ebb \
- sha1 3b20d3dd10d971acbbc9345eb5cb93378c398ebc \
- rmd160 aeff9275461d0171e22b2281aae28ca4fb4bc63f
+checksums sha1 64ad90cedc5e8e348310b6eb6b7821ec110c0886 \
+ rmd160 353cf862302417c35df902618a3ba05ac0b3af41
distname gimp-${version}
@@ -67,6 +59,12 @@
}
}
+platform darwin 10 {
+ if {${configure.compiler} == "gcc-4.2"} {
+ configure.compiler llvm-gcc-4.2
+ }
+}
+
pre-configure {
if {[file exists ${prefix}/lib/gtk-2.0/include/gdkconfig.h]} {
set gtk_not_quartz [catch {exec grep -q GDK_WINDOWING_QUARTZ ${prefix}/lib/gtk-2.0/include/gdkconfig.h}]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120904/c54f6936/attachment.html>
More information about the macports-changes
mailing list