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

ryandesign at macports.org ryandesign at macports.org
Wed May 7 16:32:02 PDT 2014


Revision: 119841
          https://trac.macports.org/changeset/119841
Author:   ryandesign at macports.org
Date:     2014-05-07 16:32:02 -0700 (Wed, 07 May 2014)
Log Message:
-----------
ImageMagick: jpeg2 variant needs openjpeg now, not jasper (#43599)

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

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2014-05-07 23:16:16 UTC (rev 119840)
+++ trunk/dports/graphics/ImageMagick/Portfile	2014-05-07 23:32:02 UTC (rev 119841)
@@ -99,7 +99,7 @@
                             --without-perl \
                             --without-fpx \
                             --without-jbig \
-                            --without-jp2 \
+                            --without-openjp2 \
                             --without-wmf \
                             --without-gvc \
                             --without-rsvg \
@@ -125,9 +125,9 @@
     configure.args-replace  --without-jbig --with-jbig
 }
 
-variant jpeg2 description {Support JPEG-2000 using JasPer} {
-    depends_lib-append      port:jasper
-    configure.args-replace  --without-jp2 --with-jp2
+variant jpeg2 description {Support JPEG-2000 using OpenJPEG} {
+    depends_lib-append      port:openjpeg
+    configure.args-replace  --without-openjp2 --with-openjp2
 }
 
 variant lqr description {Support Liquid Rescale (experimental)} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140507/f4c94f42/attachment-0001.html>


More information about the macports-changes mailing list