Skip to Content.
Sympa Menu

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

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 (6b8da7a9c0b8bcafa3dcf32633faefa2654e2598)
  • Date: Tue, 10 May 2022 21:19:36 +0000

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

audio-players/mpd/DEPENDS | 7 ++++++-
audio-players/mpd/DETAILS | 2 +-
audio-players/mpd/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 2 deletions(-)

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

audio-players/mpd: version 0.23.7

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 561fdf7..1ef0e5b 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -257,7 +257,12 @@ optional_depends expat \

if is_depends_enabled $SPELL expat; then
depends curl
-fi
+fi &&
+
+optional_depends libiconv \
+ "iconv=enabled" \
+ "iconv=auto" \
+ "for character conversion via libiconv"

#optional_depends python-sphinx \
# "documentation=true" \
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 1c0c72f..04d576b 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=mpd
- VERSION=0.23.6
+ VERSION=0.23.7
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 488070e..da34ff0 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,7 @@
+2022-05-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.23.7
+ * DEPENDS: added optional libiconv
+
2022-03-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.23.6
* DEPENDS: use grimoire-wide MESON_DEPENDS



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (6b8da7a9c0b8bcafa3dcf32633faefa2654e2598), Pavel Vinogradov, 05/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page