[27157] trunk/dports/graphics

source_changes at macosforge.org source_changes at macosforge.org
Sat Jul 21 22:55:06 PDT 2007


Revision: 27157
          http://trac.macosforge.org/projects/macports/changeset/27157
Author:   yves at macports.org
Date:     2007-07-21 22:55:06 -0700 (Sat, 21 Jul 2007)

Log Message:
-----------
new icns support gimp plugn

Added Paths:
-----------
    trunk/dports/graphics/icns-gimp/
    trunk/dports/graphics/icns-gimp/Portfile

Added: trunk/dports/graphics/icns-gimp/Portfile
===================================================================
--- trunk/dports/graphics/icns-gimp/Portfile	                        (rev 0)
+++ trunk/dports/graphics/icns-gimp/Portfile	2007-07-22 05:55:06 UTC (rev 27157)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem 1.0
+name			icns-gimp
+version			0.1
+maintainers		yves
+description		Gimp file format plug-in for Macintosh icon files (.icns)
+long_description \
+    Gimp file format plug-in for Macintosh icon files (.icns) \
+    Currently read-only. \
+    Can load true color, 8-bit, 4-bit, and 1-bit icons at 128x128, \
+    48x48, 32x32, and 16x16 sizes. \
+    Multiple images are loaded as separate layers.
+
+categories      graphics
+homepage		http://leuksman.com/pages/icns
+
+master_sites	sourceforge:gimp-mac-helper
+checksums		md5 e491775279b973db3cab06c7359855e8
+
+depends_lib     lib:libgimp-2.0:gimp2
+
+patch {
+    reinplace "s|/sw|${prefix}|g" ${worksrcpath}/Makefile
+    reinplace "s|#define ICO_DBG||g" \
+        ${worksrcpath}/icnsload.c
+}
+
+use_configure   no
+
+build.target    icns
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/lib/gimp/2.0/plug-ins
+    xinstall -m 755 ${worksrcpath}/icns \
+        ${destroot}${prefix}/lib/gimp/2.0/plug-ins
+}


Property changes on: trunk/dports/graphics/icns-gimp/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070721/3766138e/attachment.html


More information about the macports-changes mailing list