[137016] trunk/dports/gnome/gstreamer1-gst-plugins-bad

jeremyhu at macports.org jeremyhu at macports.org
Tue Jun 2 14:35:07 PDT 2015


Revision: 137016
          https://trac.macports.org/changeset/137016
Author:   jeremyhu at macports.org
Date:     2015-06-02 14:35:07 -0700 (Tue, 02 Jun 2015)
Log Message:
-----------
gstreamer1-gst-plugins-bad: Build fix for openal

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gstreamer1-gst-plugins-bad/files/openal.patch

Modified: trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-06-02 21:27:43 UTC (rev 137015)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-06-02 21:35:07 UTC (rev 137016)
@@ -51,6 +51,7 @@
                     port:mesa \
                     port:libGLU \
                     port:mpg123 \
+                    port:openal-soft \
                     port:opencv \
                     port:openexr \
                     port:openjpeg15 \
@@ -68,7 +69,8 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-patchfiles          modplug.patch
+patchfiles          modplug.patch \
+                    openal.patch
 
 #
 # could depend on tons for multimedia stuff +variants

Added: trunk/dports/gnome/gstreamer1-gst-plugins-bad/files/openal.patch
===================================================================
--- trunk/dports/gnome/gstreamer1-gst-plugins-bad/files/openal.patch	                        (rev 0)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/files/openal.patch	2015-06-02 21:35:07 UTC (rev 137016)
@@ -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/20150602/09bf3caa/attachment.html>


More information about the macports-changes mailing list