[125492] trunk/dports/graphics/gegl-devel

devans at macports.org devans at macports.org
Thu Sep 18 13:50:50 PDT 2014


Revision: 125492
          https://trac.macports.org/changeset/125492
Author:   devans at macports.org
Date:     2014-09-18 13:50:50 -0700 (Thu, 18 Sep 2014)
Log Message:
-----------
gegl-devel: update to recent git master, patch for ffmpeg 2.4 compatibility.

Modified Paths:
--------------
    trunk/dports/graphics/gegl-devel/Portfile
    trunk/dports/graphics/gegl-devel/files/patch-ffmpeg.diff

Modified: trunk/dports/graphics/gegl-devel/Portfile
===================================================================
--- trunk/dports/graphics/gegl-devel/Portfile	2014-09-18 20:49:00 UTC (rev 125491)
+++ trunk/dports/graphics/gegl-devel/Portfile	2014-09-18 20:50:50 UTC (rev 125492)
@@ -8,8 +8,8 @@
 name            gegl-devel
 conflicts       gegl
 set git_name    gegl
-set git_commit  2726ed74796f529917456192856ce04a5175008f
-set git_date    20140718
+set git_commit  c9a6f40022f25ae7f69afd0b9ef28804aca36726
+set git_date    20140819
 version         0.3.0-${git_date}
 license         {GPL-3+ LGPL-3+}
 categories      graphics
@@ -29,8 +29,8 @@
 
 distname        ${git_name}-${git_commit}
 
-checksums       rmd160  b0cc98f53f3087fd916f968772c64fcf069e5377 \
-                sha256  3ac0789650cb6ddae66bf2e1978dc00075db70bdc77b8860b94bf5b397f09aa9
+checksums       rmd160  c849f7eff87bc955f3df0668101dc750a594d314 \
+                sha256  58ccbedb21961b77104e1ad7d67b64a5cad5d81280dacc66dfd3fb8334bc2744
 
 depends_build   port:pkgconfig \
                 port:intltool \

Modified: trunk/dports/graphics/gegl-devel/files/patch-ffmpeg.diff
===================================================================
--- trunk/dports/graphics/gegl-devel/files/patch-ffmpeg.diff	2014-09-18 20:49:00 UTC (rev 125491)
+++ trunk/dports/graphics/gegl-devel/files/patch-ffmpeg.diff	2014-09-18 20:50:50 UTC (rev 125492)
@@ -52,3 +52,23 @@
          free (p->oc);
        }
        g_free (o->user_data);
+--- operations/workshop/external/ff-save.c.orig	2014-09-18 13:10:57.000000000 -0700
++++ operations/workshop/external/ff-save.c	2014-09-18 13:10:57.000000000 -0700
+@@ -363,7 +363,7 @@
+   AVStream *st;
+ 
+   p = NULL;
+-  st = av_new_stream (oc, 1);
++  st = avformat_new_stream (oc, 1);
+   if (!st)
+     {
+       fprintf (stderr, "Could not alloc stream\n");
+@@ -492,7 +492,7 @@
+   AVCodecContext *c;
+   AVStream *st;
+ 
+-  st = av_new_stream (oc, 0);
++  st = avformat_new_stream (oc, 0);
+   if (!st)
+     {
+       fprintf (stderr, "Could not alloc stream %p %p %i\n", op, oc, codec_id);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140918/2e0eea0b/attachment.html>


More information about the macports-changes mailing list