[48163] trunk/dports/graphics/gimp-gap/Portfile

devans at macports.org devans at macports.org
Sun Mar 15 11:53:02 PDT 2009


Revision: 48163
          http://trac.macports.org/changeset/48163
Author:   devans at macports.org
Date:     2009-03-15 11:53:02 -0700 (Sun, 15 Mar 2009)
Log Message:
-----------
gimp-gap: remove libavformat variant and make it the default as you really can't do much without it.

Modified Paths:
--------------
    trunk/dports/graphics/gimp-gap/Portfile

Modified: trunk/dports/graphics/gimp-gap/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap/Portfile	2009-03-15 18:52:54 UTC (rev 48162)
+++ trunk/dports/graphics/gimp-gap/Portfile	2009-03-15 18:53:02 UTC (rev 48163)
@@ -5,7 +5,7 @@
 
 name            gimp-gap
 version         2.4.0
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
 maintainers     devans
@@ -79,19 +79,15 @@
 
 configure.args  --disable-audio-support \
                 --disable-libmpeg3 \
-                --disable-libavformat \
                 --enable-gdkpixbuf-pview
 
-variant libavformat description {Build against included ffmpeg libavformat source} {
-    configure.args-delete --disable-libavformat
-    post-configure {
+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 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090315/d2477f84/attachment.html>


More information about the macports-changes mailing list