Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (b2c642e38f2bb5c82baea1060c25d7496ca86600)
  • Date: Wed, 9 Apr 2025 17:59:50 +0000

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

audio-players/mpd/DEPENDS | 20 ++++++--------------
audio-players/mpd/DETAILS | 2 +-
audio-players/mpd/HISTORY | 5 +++++
3 files changed, 12 insertions(+), 15 deletions(-)

New commits:
commit b2c642e38f2bb5c82baea1060c25d7496ca86600
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

audio-players/mpd: version 0.24.3

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 9cce125..c981a5e 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -16,11 +16,6 @@ optional_depends libao \
"ao=disabled" \
"for libao support" &&

-optional_depends yajl \
- "soundcloud=enabled" \
- "soundcloud=disabled" \
- "for soundcloud.com support" &&
-
optional_depends zlib \
"zlib=enabled" \
"zlib=disabled" \
@@ -179,6 +174,12 @@ optional_depends curl \
"curl=enabled" \
"curl=disabled" \
"for obtaining song data via HTTP support" &&
+if is_depends_enabled "${SPELL}" "curl"; then
+ optional_depends expat \
+ "webdav=enabled" \
+ "webdav=disabled" \
+ "for WebDAV support"
+fi &&

optional_depends sqlite \
"sqlite=enabled" \
@@ -249,15 +250,6 @@ optional_depends udisks2 \
"udisks=disabled" \
"for removable media support" &&

-optional_depends expat \
- "webdav=enabled" \
- "webdav=disabled" \
- "for WebDAV support" &&
-
-if is_depends_enabled $SPELL expat; then
- depends curl
-fi &&
-
optional_depends libiconv \
"iconv=enabled" \
"iconv=auto" \
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 21cbd8f..b434c6d 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=mpd
- VERSION=0.24.2
+ VERSION=0.24.3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=http://www.musicpd.org/download/${SPELL}/${VERSION:0:4}/${SOURCE}
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 3ceaf86..b888015 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,8 @@
+2025-04-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.24.3
+ * DDPENDS: removed yajl, no more soundcloud plugin, reorganized expat
+ dependency
+
2025-03-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.24.2



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (b2c642e38f2bb5c82baea1060c25d7496ca86600), Pavel Vinogradov, 04/09/2025

Archive powered by MHonArc 2.6.24.

Top of Page