-config_query_option MPD_IPV6 "Enable IPv6 support?" y \
- "--enable-ipv6" "--disable-ipv6" &&
+config_query_option MPD_OPTS "Enable writing to a FIFO?" y \
+ "--enable-fifo" \
+ "--disable-fifo" &&
-config_query_option MPD_FIFO "Enable writing to a FIFO?" y \
- "--enable-fifo" "--disable-fifo" &&
+config_query_option MPD_OPTS "Enable writing to a pipe?" y \
+ "--enable-pipe-output" \
+ "--disable-pipe-output" &&
-config_query_option MPD_PIPE "Enable writing to a pipe?" y \
- "--enable-pipe-output" \
- "--disable-pipe-output" &&
-
-config_query_option MPD_HTTP "Enable HTTP server output?" y \
- "--enable-httpd-output" \
- "--disable-httpd-output"
+config_query_option MPD_OPTS "Enable HTTP server output?" y \
+ "--enable-httpd-output" \
+ "--disable-httpd-output"
diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 86e4b2d..f8af27e 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -26,8 +26,7 @@ optional_depends zziplib \
"for zip archive support" &&
optional_depends curl \
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 645e6a0..c67c130 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,9 +1,9 @@
SPELL=mpd
- VERSION=0.15.11
+ VERSION=0.15.12
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/musicpd/$SOURCE
-
SOURCE_HASH=sha512:c02ef8eeb7f46e0da5fa87b3912df8ef8a1e906ad7c62e94e3d4694526e515cfdeb5b701bec0e8b2c61e51cf656ea7b0cb7b51b7babcd203a02b5c9326c1f2fd
+
SOURCE_HASH=sha512:e919ab9909214b5b981ff9eff15681e99f5bbd64b61b6185aa5cfe13c732d86d0718c9daab315773d7ec3a3669142f6713d6c727dd9a7fe43a2726ba1b0945eb
LICENSE[0]=GPL
KEYWORDS="music players audio"
WEB_SITE=http://www.musicpd.org/
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index b0ea74d..b1fb470 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,12 @@
+2010-07-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.15.12
+ * DEPENDS: fixed libvorbis, lame flags; added fluidsynth opt dep
+ * CONFIGURE: rewritten, to use MPD_OPTS; unify++; removed
+ "--enable-iso9660" (it's not just a flag, but needs an external
+ library called libiso9660, which we don't have yet in grimoire)
+ * BUILD: apply MPD_OPTS here so they go to configure script -- all
stuff
+ in CONFIGURE has been completely useless until this commit
+
2010-07-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.15.11
* DEPENDS: corrected bzip2 disable flag
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d070c1880054840229c464932bead79eb1395f4),
Vlad Glagolev, 07/21/2010