[59320] trunk/dports/graphics/libicns/Portfile

adfernandes at macports.org adfernandes at macports.org
Tue Oct 13 07:54:53 PDT 2009


Revision: 59320
          http://trac.macports.org/changeset/59320
Author:   adfernandes at macports.org
Date:     2009-10-13 07:54:52 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
Closes #21859

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

Modified: trunk/dports/graphics/libicns/Portfile
===================================================================
--- trunk/dports/graphics/libicns/Portfile	2009-10-13 14:47:04 UTC (rev 59319)
+++ trunk/dports/graphics/libicns/Portfile	2009-10-13 14:54:52 UTC (rev 59320)
@@ -4,8 +4,9 @@
 
 name				libicns
 version				0.7.0
+revision            1
 categories			graphics devel
-maintainers			fernandes.org:andrew openmaintainer
+maintainers			adfernandes openmaintainer
 description			libicns is a library for manipulation of the Mac OS icns resource format and includes the icns2png converter
 long_description \
     libicns is a library for manipulation of the Mac OS icns resource format, also known \
@@ -13,10 +14,10 @@
     format, as well as read from Mac OS resource files and macbinary encoded Mac OS \
     resource forks. As of release 0.5.9, it can fully read and write any 128x128 and all \
     smaller 32-bit icons, and read support for 8-bit, 4-bit, and 1-bit icons. If linked \
-    against OpenJPEG or Jasper, it also has full support for 256x256 and 512x512 32-bit icons with \
-    masks as alpha channels. libicns includes icns2png, a tool for extracting the images \
-    contained within icns files, and saving them as png images. It also includes png2icns, \
-    a tool for creating icns files from a set of png images. \
+    against (a patched version of) Jasper, it also has full support for 256x256 and 512x512 \
+    32-bit icons with masks as alpha channels. libicns includes icns2png, a tool for extracting \
+    the images contained within icns files, and saving them as png images. It also includes \
+    png2icns, a tool for creating icns files from a set of png images. \
 
 homepage			http://icns.sourceforge.net/
 master_sites		sourceforge:icns
@@ -25,9 +26,5 @@
 
 checksums           sha1 96e66119f4d8e6736b9d44120bff8c337d400ce5
 
-depends_lib		port:zlib port:libpng port:openjpeg
-
-variant jasper description {Link against Jasper} {
-	depends_lib-delete port:openjpeg
-	depends_lib-append port:jasper
-}
+                    # Note we need a patched jasper >= 1.900.1_5
+depends_lib         port:zlib port:libpng port:jasper
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/bb79e102/attachment.html>


More information about the macports-changes mailing list