[107509] trunk/dports/gnome/gstreamer010-gst-plugins-base/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jul 1 14:24:48 PDT 2013


Revision: 107509
          https://trac.macports.org/changeset/107509
Author:   jeremyhu at 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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130701/78c3091f/attachment.html>


More information about the macports-changes mailing list