Skip to Content.
Sympa Menu

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

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 (ce05c70cf9239ca212fe45e976c0f80f3ce1bbc3)
  • Date: Wed, 19 May 2010 15:03:40 -0500

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

audio-players/cmus/DEPENDS | 2 +-
audio-players/cmus/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

cmus: Properly depend on faad2 for providers of MP4V2

diff --git a/audio-players/cmus/DEPENDS b/audio-players/cmus/DEPENDS
index d497a9c..837a3a5 100755
--- a/audio-players/cmus/DEPENDS
+++ b/audio-players/cmus/DEPENDS
@@ -38,7 +38,7 @@ optional_depends "MP4V2" \
"CONFIG_MP4=n" \
"for MP4 support" &&

-if is_depends_enabled $SPELL "libmp4v2" ; then
+if is_depends_enabled $SPELL $(get_spell_provider $SPELL MP4V2) ; then
depends "faad2"
fi &&

diff --git a/audio-players/cmus/HISTORY b/audio-players/cmus/HISTORY
index d90e52a..faa819b 100644
--- a/audio-players/cmus/HISTORY
+++ b/audio-players/cmus/HISTORY
@@ -1,3 +1,6 @@
+2010-05-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Properly depend on faad2 for providers of MP4V2
+
2010-04-20 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: May use any provider of MP4V2




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ce05c70cf9239ca212fe45e976c0f80f3ce1bbc3), Eric Sandall, 05/19/2010

Archive powered by MHonArc 2.6.24.

Top of Page