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

ryandesign at macports.org ryandesign at macports.org
Fri Apr 27 11:49:48 PDT 2012


Revision: 92396
          https://trac.macports.org/changeset/92396
Author:   ryandesign at macports.org
Date:     2012-04-27 11:49:48 -0700 (Fri, 27 Apr 2012)
Log Message:
-----------
ImageMagick: update to 6.7.6-7; add pango variant and ensure pango is not used unless that variant is used (#)

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

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2012-04-27 18:45:46 UTC (rev 92395)
+++ trunk/dports/graphics/ImageMagick/Portfile	2012-04-27 18:49:48 UTC (rev 92396)
@@ -8,7 +8,7 @@
 
 name                        ImageMagick
 conflicts                   cryptlib
-version                     6.7.6-0
+version                     6.7.6-7
 set reasonable_version      [lindex [split ${version} -] 0]
 homepage                    http://www.imagemagick.org/
 categories                  graphics devel
@@ -42,8 +42,8 @@
 #                            http://ftp.surfnet.nl/pub/ImageMagick/
 #                            ftp://ftp.nluug.nl/pub/${name}/
 
-checksums                   rmd160  43aa3d86c7b84a40320dae372f8e9aa63704cd40 \
-                            sha256  79f69685ff3e0b423fee4815d80cfcc34d6411b427b47befec9f842c9c2382e0
+checksums                   rmd160  bbedf3b193dfa98d24f11c290f6490451652b1a4 \
+                            sha256  049f52999c45d28ab5ffbb5436b34ca97f0a96412c63c3e3bae8fa86227e77eb
 
 depends_build               port:pkgconfig
 
@@ -123,6 +123,7 @@
                             --without-gvc \
                             --without-rsvg \
                             --without-lqr \
+                            --without-pango \
                             --with-gs-font-dir=${prefix}/share/fonts/urw-fonts
 
 post-configure {
@@ -175,6 +176,13 @@
     configure.args-append   --with-lqr
 }
 
+variant pango description {Support Pango} {
+    depends_lib-append      path:lib/pkgconfig/pango.pc:pango
+    archcheck.files-append  lib/libpango-1.0.dylib
+    configure.args-delete   --without-pango
+    configure.args-append   --with-pango
+}
+
 variant mpeg description {Support MPEG-1 and MPEG-2 video} {
     depends_lib-append      port:mpeg2vidcodec
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120427/6b3eab08/attachment-0001.html>


More information about the macports-changes mailing list