[37357] trunk/dports/graphics/ImageMagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 4 05:42:09 PDT 2008


Revision: 37357
          http://trac.macosforge.org/projects/macports/changeset/37357
Author:   ryandesign at macports.org
Date:     2008-06-04 05:42:08 -0700 (Wed, 04 Jun 2008)

Log Message:
-----------
ImageMagick:

 * update to 6.4.1-5; All 697 tests behaved as expected (33 expected failures)
 * add +hdri variant for high dynamic range imaging support, requested by Nick Ludlam

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

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2008-06-04 12:25:10 UTC (rev 37356)
+++ trunk/dports/graphics/ImageMagick/Portfile	2008-06-04 12:42:08 UTC (rev 37357)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    ImageMagick
-version                 6.4.1-4
+version                 6.4.1-5
 homepage                http://www.imagemagick.org/
 categories              graphics devel
 maintainers             ryandesign
@@ -37,9 +37,9 @@
     ftp://ftp.nluug.nl/pub/${name}/
 
 checksums \
-    md5 d58d102327a702ecfc8243f856d92a89 \
-    sha1 f4e49c3f34055985a284ca9535ce53896cfd3bf0 \
-    rmd160 e425fa25c4f645c2e0dd162e246ad01b1590a57a
+    md5 d2c82178143ddf7ee685158fd6d8cd52 \
+    sha1 c69d2c34619da66c49d32ba1428634eb5867f488 \
+    rmd160 4b2c0aa43b3dc84ce0f0251b97abdbc42ae8684e
 
 depends_lib \
     lib:libX11.6:XFree86 \
@@ -61,6 +61,7 @@
     --enable-shared \
     --enable-static \
     --disable-ltdl-install \
+    --disable-hdri \
     --with-dps \
     --with-bzlib \
     --with-jpeg \
@@ -172,6 +173,15 @@
         --with-gvc
 }
 
+variant hdri description {Support High Dynamic Range Imaging using OpenEXR} {
+    depends_lib-append \
+        port:openexr
+    configure.args-delete \
+        --disable-hdri
+    configure.args-append \
+        --enable-hdri
+}
+
 variant q8 conflicts q16 q32 description {Use 8 bits per pixel quantum} {
     configure.args-append --with-quantum-depth=8
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080604/646a7bc3/attachment.htm 


More information about the macports-changes mailing list