[28256] trunk/dports/graphics
source_changes at macosforge.org
source_changes at macosforge.org
Sun Aug 26 05:39:39 PDT 2007
Revision: 28256
http://trac.macosforge.org/projects/macports/changeset/28256
Author: yves at macports.org
Date: 2007-08-26 05:39:38 -0700 (Sun, 26 Aug 2007)
Log Message:
-----------
New Gimp Animation Package
Modified Paths:
--------------
trunk/dports/graphics/gimp/Portfile
Added Paths:
-----------
trunk/dports/graphics/gimp-gap/
trunk/dports/graphics/gimp-gap/Portfile
Modified: trunk/dports/graphics/gimp/Portfile
===================================================================
--- trunk/dports/graphics/gimp/Portfile 2007-08-26 10:04:49 UTC (rev 28255)
+++ trunk/dports/graphics/gimp/Portfile 2007-08-26 12:39:38 UTC (rev 28256)
@@ -4,6 +4,7 @@
name gimp
version 2.4
+revision 1
categories graphics
maintainers yves openmaintainer at macports.org
homepage http://www.gimp.org/
@@ -12,8 +13,11 @@
description The Gimp - Batteries Included
long_description \
This is a META port for the gimp2 which includes help and documentation, \
- various plug-ins, a Mac OS X application bundle for Finder integration \
- and even a nice theme.
+ support for icns, jp2000 and RAW formats, \
+ Gutenprint and scanner frontends \
+ and even a nice theme (Nodoka). \
+ Mac OS X users also get a Gimp.app bundle, a \"Show in Finder\" menu \
+ and clipboard integration.
depends_lib port:icns-gimp \
port:gimp-jp2 \
@@ -40,3 +44,6 @@
ln -s ${prefix}/share/themes/Nodoka/gtk-2.0/gtkrc
}
+variant animation description "Include the Gimp Animation Package (gimp-gap)." {
+ depends_lib-append port:gimp-gap
+}
Added: trunk/dports/graphics/gimp-gap/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap/Portfile (rev 0)
+++ trunk/dports/graphics/gimp-gap/Portfile 2007-08-26 12:39:38 UTC (rev 28256)
@@ -0,0 +1,46 @@
+# $Id$
+
+PortSystem 1.0
+
+name gimp-gap
+version 2.2.2
+categories graphics
+maintainers yves
+description The Gimp Animation Package.
+long_description ${description}
+homepage http://www.gimp.org/
+platforms darwin
+
+master_sites ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.2/gap/
+checksums md5 2c7ea1cf560a2693310781265d8f3c05
+use_bzip2 yes
+
+depends_lib port:gimp2 \
+ port:XviD
+depends_run port:MPlayer
+
+post-patch {
+ reinplace "s|enable-shared|prefix=${prefix} --enable-shared|" \
+ ${worksrcpath}/extern_libs/configure_options_ffmpeg.txt
+}
+
+configure.args --disable-audio-support \
+ --disable-libmpeg3
+post-configure {
+ reinplace "s|-Wl,-d|-Wl|g" \
+ ${worksrcpath}/extern_libs/ffmpeg/config.mak
+ reinplace "s|no-cpp-precomp|no-cpp-precomp -DHAVE_LRINTF -fno-common|g" \
+ ${worksrcpath}/extern_libs/ffmpeg/config.mak
+ reinplace "s|APPLE|NOTHANKS|" \
+ ${worksrcpath}/extern_libs/ffmpeg/libavformat/tcp.c
+}
+
+post-destroot {
+ cd ${worksrcpath}/docs
+ foreach dir {howto reference} {
+ xinstall -d ${destroot}${prefix}/share/${name}/$dir
+ foreach txt [glob -d $dir/txt *.txt] {
+ xinstall -m 644 $txt ${destroot}${prefix}/share/${name}/$dir
+ }
+ }
+}
Property changes on: trunk/dports/graphics/gimp-gap/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/20070826/b68942f0/attachment.html
More information about the macports-changes
mailing list