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

Pol Vinogradov scm at mail.sourcemage.org
Tue Dec 26 19:07:27 EST 2006


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



More information about the SM-Commit mailing list