[85507] trunk/dports/graphics/gimp-gap-devel

devans at macports.org devans at macports.org
Thu Oct 13 20:45:50 PDT 2011


Revision: 85507
          http://trac.macports.org/changeset/85507
Author:   devans at macports.org
Date:     2011-10-13 20:45:50 -0700 (Thu, 13 Oct 2011)
Log Message:
-----------
gimp-gap-devel: update to latest git master, add license.

Modified Paths:
--------------
    trunk/dports/graphics/gimp-gap-devel/Portfile
    trunk/dports/graphics/gimp-gap-devel/files/patch-extern_libs-configure_options_ffmpeg.txt.diff

Modified: trunk/dports/graphics/gimp-gap-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/Portfile	2011-10-14 03:44:34 UTC (rev 85506)
+++ trunk/dports/graphics/gimp-gap-devel/Portfile	2011-10-14 03:45:50 UTC (rev 85507)
@@ -7,7 +7,8 @@
 conflicts       gimp-gap
 set git_name    gimp-gap
 version         2.7.0
-revision        5
+revision        6
+license         {GPL-3 LGPL}
 categories      graphics
 maintainers     devans
 
@@ -28,21 +29,16 @@
 
 fetch.type      git
 git.url         git://git.gnome.org/${git_name}
-git.branch      2d6c80c7
+git.branch      d78e1b39f42e2eed540170144a429cf35d67d75f
 
 pre-patch       {
                     system "cd ${worksrcpath}/extern_libs && gzip -dc ffmpeg.tar.gz | gnutar -xf -"
                 }
 
-patchfiles      patch-extern_libs-configure_options_ffmpeg.txt.diff \
-                patch-gap-gap_frame_fetcher.c.diff
+patchfiles      patch-extern_libs-configure_options_ffmpeg.txt.diff
 
 post-patch     {
-                   if {$build_arch != ""} {
-                       set ffmpeg_extras "--cc=${configure.cc} --arch=${build_arch}"
-                   } else {
-                       set ffmpeg_extras "--cc=${configure.cc}"
-                   }
+                   set ffmpeg_extras "--cc=${configure.cc} --arch=${build_arch}"
                    reinplace "s|MP_FFMPEG_EXTRAS|${ffmpeg_extras}|" ${worksrcpath}/extern_libs/configure_options_ffmpeg.txt
                }
 

Modified: trunk/dports/graphics/gimp-gap-devel/files/patch-extern_libs-configure_options_ffmpeg.txt.diff
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/files/patch-extern_libs-configure_options_ffmpeg.txt.diff	2011-10-14 03:44:34 UTC (rev 85506)
+++ trunk/dports/graphics/gimp-gap-devel/files/patch-extern_libs-configure_options_ffmpeg.txt.diff	2011-10-14 03:45:50 UTC (rev 85507)
@@ -1,6 +1,6 @@
---- extern_libs/configure_options_ffmpeg.txt.orig	2011-09-04 14:15:10.000000000 -0700
-+++ extern_libs/configure_options_ffmpeg.txt	2011-09-04 14:16:20.000000000 -0700
-@@ -15,4 +15,4 @@
+--- extern_libs/configure_options_ffmpeg.txt.orig	2011-10-06 08:29:57.000000000 -0700
++++ extern_libs/configure_options_ffmpeg.txt	2011-10-06 08:29:59.000000000 -0700
+@@ -20,4 +20,4 @@
  #  --enable-swscale
  #  --enable-nonfree
  # options for the ffmpeg configure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111013/274f3c8f/attachment.html>


More information about the macports-changes mailing list