Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b94e077fb090606908196c63144f5e1233887093)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b94e077fb090606908196c63144f5e1233887093)
  • Date: Tue, 26 Dec 2006 16:10:11 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

audio-players/mpd/DEPENDS | 11 ++++++++++-
audio-players/mpd/HISTORY | 1 +
2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit b94e077fb090606908196c63144f5e1233887093
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-players/mpd:

DEPENDS: made libao optional, added libmusepack as optional

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 1a2f8e2..6259054 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -1,11 +1,20 @@
-depends libao &&
depends zlib &&

+optional_depends "libao" \
+ "--enable-ao" \
+ "--disable-ao" \
+ "for libao support" &&
+
optional_depends "libvorbis" \
"--enable-ogg" \
"--disable-ogg" \
"for ogg/vorbis support" &&

+optional_depends "libmusepack" \
+ "--enable-mpc" \
+ "--disable-mpc" \
+ "for musepack support" &&
+
optional_depends "flac" \
"--enable-flac" \
"--disable-flac" \
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 2953ff3..27f4ea5 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,6 +1,7 @@
2006-12-27 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.12.1, switched to bz2 tarball, changed
SOURCE_URL
+ * DEPENDS: made libao optional, added libmusepack as optional

2006-12-26 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: added --{en,dis}able-feature for each optional_depends



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b94e077fb090606908196c63144f5e1233887093), Pol Vinogradov, 12/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page