[102306] trunk/dports/graphics/GraphicsMagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 30 03:23:20 PST 2013


Revision: 102306
          https://trac.macports.org/changeset/102306
Author:   ryandesign at macports.org
Date:     2013-01-30 03:23:19 -0800 (Wed, 30 Jan 2013)
Log Message:
-----------
GraphicsMagick: use lcms2 instead of lcms; use xz (liblzma); use jasper (jp2; #28856); explicitly disable some other options that are off by default

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

Modified: trunk/dports/graphics/GraphicsMagick/Portfile
===================================================================
--- trunk/dports/graphics/GraphicsMagick/Portfile	2013-01-30 10:47:35 UTC (rev 102305)
+++ trunk/dports/graphics/GraphicsMagick/Portfile	2013-01-30 11:23:19 UTC (rev 102306)
@@ -5,6 +5,7 @@
 
 name                    GraphicsMagick
 version                 1.3.17
+revision                1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              graphics
 platforms               darwin
@@ -28,13 +29,15 @@
 
 depends_lib             port:libxml2 \
                         port:bzip2 \
+                        port:xz \
                         port:zlib \
                         port:libpng \
                         port:tiff \
                         port:freetype \
                         port:libiconv \
                         port:libtool \
-                        port:lcms \
+                        port:lcms2 \
+                        port:jasper \
                         port:jpeg
 
 use_xz                  yes
@@ -43,21 +46,26 @@
 compiler.blacklist llvm-gcc-4.2 macports-llvm-gcc-4.2
 
 configure.args          --with-jbig=no \
+                        --with-jpeg=yes \
                         --with-wmf=no \
                         --with-dps=no \
-                        --with-lcms=yes \
+                        --with-gslib=no \
+                        --with-lcms=no \
+                        --with-lcms2=yes \
                         --with-x=no \
                         --with-perl=no \
                         --with-trio=no \
-                        --with-jp2=no \
+                        --with-jp2=yes \
                         --with-fpx=no \
                         --with-png=yes \
                         --with-tiff=yes \
                         --with-bzlib=yes \
+                        --with-lzma=yes \
                         --with-zlib=yes \
                         --with-xml=yes \
                         --with-ttf=yes \
                         --without-included-ltdl \
+                        --without-umem \
                         --enable-shared=yes
 
 use_parallel_build      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130130/be83eecd/attachment.html>


More information about the macports-changes mailing list