Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (348c65fad07b11d945732aecfd55b358768e0d33)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (348c65fad07b11d945732aecfd55b358768e0d33)
  • Date: Tue, 12 Feb 2013 15:24:03 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

video-libs/gst-plugins-bad/DEPENDS | 6 +++++-
video-libs/gst-plugins-bad/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 348c65fad07b11d945732aecfd55b358768e0d33
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gst-plugins-bad: Optionally depends on openal-soft (cannot use openal)

diff --git a/video-libs/gst-plugins-bad/DEPENDS
b/video-libs/gst-plugins-bad/DEPENDS
index b0a6e25..6735718 100755
--- a/video-libs/gst-plugins-bad/DEPENDS
+++ b/video-libs/gst-plugins-bad/DEPENDS
@@ -83,4 +83,8 @@ optional_depends ladspa \
optional_depends celt \
"--enable-celt" \
"--disable-celt" \
- "for CELT experimental audio codec support"
+ "for CELT experimental audio codec support" &&
+optional_depends openal-soft \
+ '--enable-openal' \
+ '--disable-openal' \
+ 'for OpenAL 3D audio API support'
diff --git a/video-libs/gst-plugins-bad/HISTORY
b/video-libs/gst-plugins-bad/HISTORY
index 1b16abe..68c29d2 100644
--- a/video-libs/gst-plugins-bad/HISTORY
+++ b/video-libs/gst-plugins-bad/HISTORY
@@ -1,3 +1,6 @@
+2013-02-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on openal-soft (cannot use openal)
+
2012-08-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PREPARE, BUILD: add option for building experimental plugins




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (348c65fad07b11d945732aecfd55b358768e0d33), Eric Sandall, 02/12/2013

Archive powered by MHonArc 2.6.24.

Top of Page