Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b8659902d4c7e5f77dc3de28f24314a0dae3ad69)
  • Date: Tue, 14 Jun 2022 02:30:00 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

audio-players/mpd/BUILD | 3 +--
audio-players/mpd/CONFIGURE | 12 ++++++++----
audio-players/mpd/DEPENDS | 25 ++++++++++++-------------
audio-players/mpd/HISTORY | 4 ++++
4 files changed, 25 insertions(+), 19 deletions(-)

New commits:
commit b8659902d4c7e5f77dc3de28f24314a0dae3ad69
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

audio-players/mpd: reorganized options and dependencies so that they
matter again

diff --git a/audio-players/mpd/BUILD b/audio-players/mpd/BUILD
index 0ce5247..b34c2d4 100755
--- a/audio-players/mpd/BUILD
+++ b/audio-players/mpd/BUILD
@@ -2,7 +2,6 @@ create_account musicdaemon &&

LDFLAGS="-L/usr/lib/sidplay/builders $LDFLAGS" &&

-OPTS+=" mpcdec=disabled" &&
-OPTS+=" documentation=disabled" &&
+OPTS+=" ${MPD_OPTS}" &&

default_build
diff --git a/audio-players/mpd/CONFIGURE b/audio-players/mpd/CONFIGURE
index 007687d..7435b06 100755
--- a/audio-players/mpd/CONFIGURE
+++ b/audio-players/mpd/CONFIGURE
@@ -5,10 +5,14 @@ list_remove MPD_OPTS "--enable-mvp" &&
list_remove MPD_OPTS "--disable-mvp" &&
list_remove MPD_OPTS "--enable-oggflac" &&
list_remove MPD_OPTS "--disable-oggflac" &&
+list_remove MPD_OPTS "ipv6=true" &&
+list_remove MPD_OPTS "ipv6=false" &&
+list_remove MPD_OPTS "upnp=true" &&
+list_remove MPD_OPTS "upnp=false" &&

config_query_option MPD_OPTS "Enable IPv6 support?" y \
- "ipv6=true" \
- "ipv6=false" &&
+ "ipv6=enabled" \
+ "ipv6=disabled" &&

config_query_option MPD_OPTS "Enable writing to a FIFO?" y \
"fifo=true" \
@@ -39,8 +43,8 @@ config_query_option MPD_OPTS "Enable DSD file output
plugin?" n \
"dsd=false" &&

config_query_option MPD_OPTS "Enable UPnP client support?" n \
- "upnp=true" \
- "upnp=false" &&
+ "upnp=enabled" \
+ "upnp=disabled" &&

config_query_option MPD_OPTS "Enable support for neighbor discovery?" n \
"neighbor=true" \
diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 1ef0e5b..7cc2e81 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -262,16 +262,15 @@ fi &&
optional_depends libiconv \
"iconv=enabled" \
"iconv=auto" \
- "for character conversion via libiconv"
-
-#optional_depends python-sphinx \
-# "documentation=true" \
-# "documentation=false"
-# "to build documentation" &&
-#if is_depends_enabled $SPELL python-sphinx; then
-# depends python-sphinxcontrib-qthelp &&
-# depends python-sphinxcontrib-serializinghtml &&
-# depends python-sphinxcontrib-htmlhelp &&
-# depends python-sphinxcontrib-jsmath
-#fi
-
+ "for character conversion via libiconv" &&
+
+optional_depends python-sphinx \
+ "documentation=enabled" \
+ "documentation=disabled" \
+ "to build documentation" &&
+if is_depends_enabled $SPELL python-sphinx; then
+ depends python-sphinxcontrib-qthelp &&
+ depends python-sphinxcontrib-serializinghtml &&
+ depends python-sphinxcontrib-htmlhelp &&
+ depends python-sphinxcontrib-jsmath
+fi
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 0b8c72f..0d745c3 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,7 @@
+2022-06-13 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS: reorganized flags, reenabled CONFIGURE
options,
+ uncommented python-sphinx optional dependency
+
2022-05-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.23.7
* DEPENDS: added optional libiconv



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b8659902d4c7e5f77dc3de28f24314a0dae3ad69), Pavel Vinogradov, 06/13/2022

Archive powered by MHonArc 2.6.24.

Top of Page