[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4b84ca1647406126b9ce8ebef7a809d0c56c0c8a)
Vlad Glagolev
scm at sourcemage.org
Tue Feb 24 15:05:03 EST 2009
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
More information about the SM-Commit
mailing list