[112623] trunk/dports/gnome/gstreamer1

devans at macports.org devans at macports.org
Mon Oct 28 06:47:39 PDT 2013


Revision: 112623
          https://trac.macports.org/changeset/112623
Author:   devans at macports.org
Date:     2013-10-28 06:47:39 -0700 (Mon, 28 Oct 2013)
Log Message:
-----------
gstreamer1: commit patch from #40783, fixes build problem, openmaintainer.

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer1/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gstreamer1/files/
    trunk/dports/gnome/gstreamer1/files/patch-gst-gstdatetime.c.diff

Modified: trunk/dports/gnome/gstreamer1/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer1/Portfile	2013-10-28 13:35:44 UTC (rev 112622)
+++ trunk/dports/gnome/gstreamer1/Portfile	2013-10-28 13:47:39 UTC (rev 112623)
@@ -43,6 +43,8 @@
 
 use_xz           yes
 
+patchfiles	patch-gst-gstdatetime.c.diff
+
 configure.env-append    PERL_PATH=${prefix}/bin/perl
 configure.cflags-append -funroll-loops -fstrict-aliasing -fno-common
 

Added: trunk/dports/gnome/gstreamer1/files/patch-gst-gstdatetime.c.diff
===================================================================
--- trunk/dports/gnome/gstreamer1/files/patch-gst-gstdatetime.c.diff	                        (rev 0)
+++ trunk/dports/gnome/gstreamer1/files/patch-gst-gstdatetime.c.diff	2013-10-28 13:47:39 UTC (rev 112623)
@@ -0,0 +1,12 @@
+--- gst/gstdatetime.c-orig      2013-10-23 18:13:07.000000000 -0700
++++ gst/gstdatetime.c   2013-10-23 18:13:18.000000000 -0700
+@@ -21,8 +21,8 @@
+ #include "config.h"
+ #endif
+
+-#include "glib-compat-private.h"
+ #include "gst_private.h"
++#include "glib-compat-private.h"
+ #include "gstdatetime.h"
+ #include "gstvalue.h"
+ #include <glib.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131028/ca3fe398/attachment.html>


More information about the macports-changes mailing list