[40913] trunk/dports/graphics/ImageMagick/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Oct 18 02:07:51 PDT 2008
Revision: 40913
http://trac.macports.org/changeset/40913
Author: ryandesign at macports.org
Date: 2008-10-18 02:07:50 -0700 (Sat, 18 Oct 2008)
Log Message:
-----------
------------------------------------------------------------------------
r40864 | ryandesign at macports.org | 2008-10-16 15:49:03 -0500 (Thu, 16 Oct 2008) | 3 lines
ImageMagick:
* update to 6.4.4-9. All 699 tests behaved as expected (33 expected failures)
* add lqr variant for liquid rescale support (see #16883)
Modified Paths:
--------------
trunk/dports/graphics/ImageMagick/Portfile
Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile 2008-10-18 08:58:51 UTC (rev 40912)
+++ trunk/dports/graphics/ImageMagick/Portfile 2008-10-18 09:07:50 UTC (rev 40913)
@@ -3,7 +3,7 @@
PortSystem 1.0
name ImageMagick
-version 6.4.4-8
+version 6.4.4-9
homepage http://www.imagemagick.org/
categories graphics devel
maintainers ryandesign
@@ -37,9 +37,9 @@
# ftp://ftp.nluug.nl/pub/${name}/ \
checksums \
- md5 cb07300b79abd1884d93fbb98a1fb24d \
- sha1 948ff47d0a2e17b802c51e9d2a04e5871778a0ce \
- rmd160 bafabf16165adc6edb9556173ee99f0b405770ee
+ md5 17fc68afdc0a185ad2dab72a641f5296 \
+ sha1 52791e106b590116936ce02edb70c8badf34db07 \
+ rmd160 f9c5d33aa9647a1c28679bebd8592617dce8a5e8
depends_lib \
lib:libX11.6:XFree86 \
@@ -80,6 +80,7 @@
--without-wmf \
--without-gvc \
--without-rsvg \
+ --without-lqr \
--mandir=${prefix}/share/man
test.run yes
@@ -132,6 +133,13 @@
--with-lcms
}
+variant lqr description {Support Liquid Rescale (experimental)} {
+ configure.args-delete \
+ --without-lqr
+ configure.args-append \
+ --with-lqr
+}
+
variant wmf description {Support the Windows Metafile Format} {
depends_lib-append \
port:libwmf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081018/ac0c2aae/attachment.html
More information about the macports-changes
mailing list