Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bbd8a4054a8aa51bbeff1ab6f33e15631a7a2dbf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bbd8a4054a8aa51bbeff1ab6f33e15631a7a2dbf)
  • Date: Sun, 8 Feb 2015 17:27:41 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

New commits:
commit bbd8a4054a8aa51bbeff1ab6f33e15631a7a2dbf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpd: => 0.19.9

diff --git a/audio-players/mpd/CONFIGURE b/audio-players/mpd/CONFIGURE
index 6c4d738..76c45ea 100755
--- a/audio-players/mpd/CONFIGURE
+++ b/audio-players/mpd/CONFIGURE
@@ -1,6 +1,8 @@
# remove obsolete options
list_remove MPD_OPTS "--enable-mvp" &&
list_remove MPD_OPTS "--disable-mvp" &&
+list_remove MPD_OPTS "--enable-oggflac" &&
+list_remove MPD_OPTS "--disable-oggflac" &&

config_query_option MPD_OPTS "Enable IPv6 support?" y \
"--enable-ipv6" \
diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 0d29c2b..a541cd5 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -10,6 +10,11 @@ depends -sub CXX gcc &&
# - libiso9660 (--enable-iso9660) for iso9660 archive support
# - despotify (--enable-despotify) for despotify (spotify.com) support

+optional_depends icu \
+ "--enable-icu" \
+ "--disable-icu" \
+ "for Unicode support" &&
+
optional_depends libao \
"--enable-ao" \
"--disable-ao" \
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 9b1bfe8..10bb20c 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,9 +1,10 @@
SPELL=mpd
- VERSION=0.19.8
+ VERSION=0.19.9
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_URL[0]=http://www.musicpd.org/download/$SPELL/${VERSION:0:4}/$SOURCE
-
SOURCE_HASH=sha512:5d9efc4764733246fe62126db8c68d06701eba72bb3e302a6c4fb9c61740e9993fc15a86a815f204d9c9cdff5c8215ec3167fc534bf7ad548036e47f0e7575e8
+ SOURCE_URL[0]=http://www.musicpd.org/download/$SPELL/$BRANCH/$SOURCE
+
SOURCE_HASH=sha512:7d74254e009008ed142ce0b69e75fe6f255ec2c814b246f570225af715ec5c3a5c75276f4720bc1ad351d48be5b20f9797843c03aae9380a6062796539507bf4
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 b6092d7..36c3872 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,8 @@
+2015-02-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.19.9
+ * DEPENDS: added missing icu optional dependency
+ * CONFIGURE: remove obsolete oggflac options
+
2015-02-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0], removed BRANCH
updated spell to 0.19.8



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bbd8a4054a8aa51bbeff1ab6f33e15631a7a2dbf), Vlad Glagolev, 02/08/2015

Archive powered by MHonArc 2.6.24.

Top of Page