[107509] trunk/dports/gnome/gstreamer010-gst-plugins-base/Portfile
Revision: 107509 https://trac.macports.org/changeset/107509 Author: jeremyhu@macports.org Date: 2013-07-01 14:24:48 -0700 (Mon, 01 Jul 2013) Log Message: ----------- gstreamer010-gst-plugins-base: Fix timestamp to work around empathy build issue when +universal Modified Paths: -------------- trunk/dports/gnome/gstreamer010-gst-plugins-base/Portfile Modified: trunk/dports/gnome/gstreamer010-gst-plugins-base/Portfile =================================================================== --- trunk/dports/gnome/gstreamer010-gst-plugins-base/Portfile 2013-07-01 21:09:21 UTC (rev 107508) +++ trunk/dports/gnome/gstreamer010-gst-plugins-base/Portfile 2013-07-01 21:24:48 UTC (rev 107509) @@ -9,6 +9,7 @@ name gstreamer010-gst-plugins-base set my_name gst-plugins-base version 0.10.36 +revision 1 description This is gst-plugins, a set of plug-ins for GStreamer. long_description ${description} maintainers rmstonecipher openmaintainer @@ -45,6 +46,12 @@ --disable-ivorbis \ --disable-introspection +post-destroot { + # Workaround a bug in the empathy build which tries to create this file if it has + # a timestamp older than .../audio.h + system "touch ${destroot}${prefix}/include/gstreamer-0.10/gst/audio/audio-enumtypes.h" +} + variant no_x11 { configure.args-append --without-x --disable-x --disable-xvideo --disable-xshm }
participants (1)
-
jeremyhu@macports.org