[111848] trunk/dports/gis/grass
devans at macports.org
devans at macports.org
Thu Oct 3 13:35:14 PDT 2013
Revision: 111848
https://trac.macports.org/changeset/111848
Author: devans at macports.org
Date: 2013-10-03 13:35:14 -0700 (Thu, 03 Oct 2013)
Log Message:
-----------
grass: add patch to fix +ffmpeg build problem, defect described in #40315 persists.
Modified Paths:
--------------
trunk/dports/gis/grass/Portfile
Added Paths:
-----------
trunk/dports/gis/grass/files/patch-ffmpeg.diff
Modified: trunk/dports/gis/grass/Portfile
===================================================================
--- trunk/dports/gis/grass/Portfile 2013-10-03 19:55:06 UTC (rev 111847)
+++ trunk/dports/gis/grass/Portfile 2013-10-03 20:35:14 UTC (rev 111848)
@@ -52,7 +52,8 @@
patch-gui-wxpython-gui_core-ghelp.py.diff \
patch-lib-init-grass.src.diff \
patch-macosx_Makefile.diff \
- patch-Makefile.diff
+ patch-Makefile.diff \
+ patch-ffmpeg.diff
# List of all python scripts. Used later to ensure usage of python27 (and not
# the currently active python)
Added: trunk/dports/gis/grass/files/patch-ffmpeg.diff
===================================================================
--- trunk/dports/gis/grass/files/patch-ffmpeg.diff (rev 0)
+++ trunk/dports/gis/grass/files/patch-ffmpeg.diff 2013-10-03 20:35:14 UTC (rev 111848)
@@ -0,0 +1,11 @@
+--- lib/ogsf/gsd_img_mpeg.c.orig 2013-10-03 10:01:55.000000000 -0700
++++ lib/ogsf/gsd_img_mpeg.c 2013-10-03 10:02:38.000000000 -0700
+@@ -31,7 +31,7 @@
+ #include <avutil.h>
+ #else
+ /* libavutil 51.22.1's avutil.h doesn't include libavutil/mathematics.h */
+-#include <mathematics.h>
++#include <libavutil/mathematics.h>
+ #endif
+
+ /* 5 seconds stream duration */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131003/36aeade6/attachment.html>
More information about the macports-changes
mailing list