[137659] users/devans/GNOME-3/stable/dports/gnome/ gstreamer1-gst-plugins-bad

devans at macports.org devans at macports.org
Tue Jun 16 09:35:33 PDT 2015


Revision: 137659
          https://trac.macports.org/changeset/137659
Author:   devans at macports.org
Date:     2015-06-16 09:35:33 -0700 (Tue, 16 Jun 2015)
Log Message:
-----------
GNOME-3/stable: gstreamer1-gst-plugins-bad, merge recent changes from trunk.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/files/openal.patch

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gstreamer1-gst-plugins-bad:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1-gst-plugins-bad:125773-131959
/users/rmstonecipher/gnome/gstreamer1-gst-plugins-bad:102363-103172
   + /branches/mld-qt-481/dports/gnome/gstreamer1-gst-plugins-bad:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1-gst-plugins-bad:125773-137658
/users/rmstonecipher/gnome/gstreamer1-gst-plugins-bad:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-06-16 16:32:00 UTC (rev 137658)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-06-16 16:35:33 UTC (rev 137659)
@@ -10,7 +10,7 @@
 name                gstreamer1-gst-plugins-bad
 set my_name         gst-plugins-bad
 version             1.4.5
-revision            2
+revision            3
 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 \
                     to the rest. They might be close to being good quality, but they're missing \
@@ -47,9 +47,10 @@
                     port:libopus \
                     port:librsvg \
                     port:libssh2 \
+                    port:mesa \
                     port:libGLU \
-                    port:mesa \
                     port:mpg123 \
+                    port:openal-soft \
                     port:openexr \
                     port:openjpeg15 \
                     port:orc \
@@ -66,7 +67,8 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-patchfiles          modplug.patch
+patchfiles          modplug.patch \
+                    openal.patch
 
 #
 # could depend on tons for multimedia stuff +variants
@@ -78,6 +80,7 @@
 # port:opencv (opencv plugin requires opencv >= 2.0.0 opencv < 2.5.0 but current version is 3.0.0)
 # port:slv2 (builds but lv2 plugin fails to load and slv2 is not universal) disable lv2 explicitly in case slv2 is installed
 # port:Xvid plugin xvid not ported in this version
+#
 # the following plugins build opportunisticly due to missing dependencies
 # explicitly disabled for now
 #

Copied: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/files/openal.patch (from rev 137658, trunk/dports/gnome/gstreamer1-gst-plugins-bad/files/openal.patch)
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/files/openal.patch	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/files/openal.patch	2015-06-16 16:35:33 UTC (rev 137659)
@@ -0,0 +1,30 @@
+--- ext/openal/gstopenalsrc.h.orig	2015-06-02 14:22:41.000000000 -0700
++++ ext/openal/gstopenalsrc.h	2015-06-02 14:23:00.000000000 -0700
+@@ -57,9 +57,9 @@
+ #include <alc.h>
+ #include <alext.h>
+ #elif defined(__APPLE__)
+-#include <OpenAL/al.h>
+-#include <OpenAL/alc.h>
+-#include <OpenAL/alext.h>
++#include <al.h>
++#include <alc.h>
++#include <alext.h>
+ #else
+ #include <AL/al.h>
+ #include <AL/alc.h>
+--- ext/openal/gstopenalsink.h.orig	2015-06-02 14:22:43.000000000 -0700
++++ ext/openal/gstopenalsink.h	2015-06-02 14:23:00.000000000 -0700
+@@ -33,9 +33,9 @@
+ #include <alc.h>
+ #include <alext.h>
+ #elif defined(__APPLE__)
+-#include <OpenAL/al.h>
+-#include <OpenAL/alc.h>
+-#include <OpenAL/alext.h>
++#include <al.h>
++#include <alc.h>
++#include <alext.h>
+ #else
+ #include <AL/al.h>
+ #include <AL/alc.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150616/507bdaca/attachment.html>


More information about the macports-changes mailing list