[99333] trunk/dports/gnome/gst-plugins-bad
rmstonecipher at macports.org
rmstonecipher at macports.org
Thu Nov 1 19:26:07 PDT 2012
Revision: 99333
http://trac.macports.org//changeset/99333
Author: rmstonecipher at macports.org
Date: 2012-11-01 19:26:07 -0700 (Thu, 01 Nov 2012)
Log Message:
-----------
gnome/gst-plugins-bad enable apple_media (fixes #28394)
Modified Paths:
--------------
trunk/dports/gnome/gst-plugins-bad/Portfile
Added Paths:
-----------
trunk/dports/gnome/gst-plugins-bad/files/patch-sys-applemedia-Makefile.in.diff
Modified: trunk/dports/gnome/gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-bad/Portfile 2012-11-02 02:13:36 UTC (rev 99332)
+++ trunk/dports/gnome/gst-plugins-bad/Portfile 2012-11-02 02:26:07 UTC (rev 99333)
@@ -8,7 +8,7 @@
name gst-plugins-bad
version 0.10.23
-revision 4
+revision 5
description A set of plug-ins for GStreamer that need more quality.
long_description \
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \
@@ -59,8 +59,7 @@
# port:swfdec (configure wants pkg-config swfdec-0.3, we have swfdec-0.8)
#
-configure.args --disable-apple_media \
- --disable-silent-rules \
+configure.args --disable-silent-rules \
--disable-quicktime \
--disable-mpeg2enc \
--disable-mplex \
@@ -84,7 +83,8 @@
configure.cflags-append -funroll-loops -fstrict-aliasing
configure.env-append "HAVE_CXX=yes"
-patchfiles modplug.patch
+patchfiles modplug.patch \
+ patch-sys-applemedia-Makefile.in.diff
post-patch {
reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \
Added: trunk/dports/gnome/gst-plugins-bad/files/patch-sys-applemedia-Makefile.in.diff
===================================================================
--- trunk/dports/gnome/gst-plugins-bad/files/patch-sys-applemedia-Makefile.in.diff (rev 0)
+++ trunk/dports/gnome/gst-plugins-bad/files/patch-sys-applemedia-Makefile.in.diff 2012-11-02 02:26:07 UTC (rev 99333)
@@ -0,0 +1,10 @@
+--- sys/applemedia/Makefile.in.orig 2012-11-01 21:03:54.000000000 -0500
++++ sys/applemedia/Makefile.in 2012-11-01 21:06:40.000000000 -0500
+@@ -246,6 +246,7 @@
+ CELT_CFLAGS = @CELT_CFLAGS@
+ CELT_LIBS = @CELT_LIBS@
+ CFLAGS = @CFLAGS@
++OBJCFLAGS = @CFLAGS@
+ COG_CFLAGS = @COG_CFLAGS@
+ COG_LIBS = @COG_LIBS@
+ CPP = @CPP@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121101/4eb4b3ea/attachment.html>
More information about the macports-changes
mailing list