[57685] trunk/dports/graphics/libicns/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Mon Sep 14 17:29:38 PDT 2009
Revision: 57685
http://trac.macports.org/changeset/57685
Author: macsforever2000 at macports.org
Date: 2009-09-14 17:29:37 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
Add openjpeg support. Add openmaintainer. (#21026)
Modified Paths:
--------------
trunk/dports/graphics/libicns/Portfile
Modified: trunk/dports/graphics/libicns/Portfile
===================================================================
--- trunk/dports/graphics/libicns/Portfile 2009-09-15 00:25:39 UTC (rev 57684)
+++ trunk/dports/graphics/libicns/Portfile 2009-09-15 00:29:37 UTC (rev 57685)
@@ -5,7 +5,7 @@
name libicns
version 0.7.0
categories graphics devel
-maintainers fernandes.org:andrew
+maintainers fernandes.org:andrew 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,7 +13,7 @@
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 Jasper, it also has full support for 256x256 and 512x512 32-bit icons with \
+ 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. \
@@ -25,4 +25,9 @@
checksums sha1 96e66119f4d8e6736b9d44120bff8c337d400ce5
-depends_lib port:zlib port:libpng port:jasper
+depends_lib port:zlib port:libpng port:openjpeg
+
+variant jasper description {Link against Jasper} {
+ depends_lib-delete port:openjpeg
+ depends_lib-append port:jasper
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090914/d7521a50/attachment.html>
More information about the macports-changes
mailing list