Skip to Content.
Sympa Menu

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

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 (784fb6858d36c67ed2516d5dc6e1d6b3c05319a5)
  • Date: Tue, 26 Dec 2006 18:07:27 -0600

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

audio-players/mpd/DEPENDS | 18 +++++++++---------
audio-players/mpd/HISTORY | 3 ++-
2 files changed, 11 insertions(+), 10 deletions(-)

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

audio-players/mpd:

DEPENDS: fixed options and descriptions for libmad and libid3tag

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 6259054..c6dc456 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -35,15 +35,15 @@ optional_depends "alsa-lib"
"--disable-alsa" \
"for alsa mixer support" &&

-optional_depends "libmad" \
- "--disable-mpd-mad" \
- "--enable-mpd-mad" \
- "to use external libmad" &&
-
-optional_depends "libid3tag" \
- "--disable-mpd-id3tag" \
- "--enable-mpd-id3tag" \
- "to use external libid3tag" &&
+optional_depends "libmad" \
+ "--with-mad" \
+ "--without-mad" \
+ "to use libmad(for mp3 files support)" &&
+
+optional_depends "libid3tag" \
+ "--enable-id3" \
+ "--disable-id3" \
+ "to use id3 tags" &&

optional_depends "libmikmod" \
"--enable-mod" \
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 27f4ea5..6d500be 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,7 +1,8 @@
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
+ * DEPENDS: made libao optional, added libmusepack as optional, fixed
+ options and descriptions for libmad and libid3tag

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 (784fb6858d36c67ed2516d5dc6e1d6b3c05319a5), Pol Vinogradov, 12/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page