Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4b84ca1647406126b9ce8ebef7a809d0c56c0c8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4b84ca1647406126b9ce8ebef7a809d0c56c0c8a)
  • Date: Tue, 24 Feb 2009 14:05:03 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-players/mpd/DEPENDS | 10 +++++-----
audio-players/mpd/HISTORY | 1 +
2 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 4b84ca1647406126b9ce8ebef7a809d0c56c0c8a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpd: fixed deprecated/changed flags for dependencies

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 72d1c60..ba70423 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -6,9 +6,9 @@ optional_depends libao \
"for libao support" &&

optional_depends libvorbis \
- "--enable-ogg" \
- "--disable-ogg" \
- "for OggVorbis support" &&
+ "--enable-oggvorbis" \
+ "--disable-oggvorbis" \
+ "for Ogg Vorbis support" &&

optional_depends libmpcdec \
"--enable-mpc" \
@@ -46,8 +46,8 @@ optional_depends pulseaudio \
"for pulseaudio output support" &&

optional_depends libmad \
- "--with-mad" \
- "--without-mad" \
+ "--enable-mp3" \
+ "--disable-mp3" \
"to use libmad (for mp3 files support)" &&

optional_depends libid3tag \
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 1135495..964fd80 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,5 +1,6 @@
2009-02-24 Vlad Glagolev <stealth AT sourcemage.org>
* TRIGGERS: added, needs recompilation on faad2 renewal
+ * DEPENDS: fixed oggvorbis and libmad flags

2009-02-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.14.2



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4b84ca1647406126b9ce8ebef7a809d0c56c0c8a), Vlad Glagolev, 02/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page