Skip to Content.
Sympa Menu

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

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 (8ab74db2f30b1eedc849f9f73b88cbd1d9458c6e)
  • Date: Mon, 27 Apr 2015 13:00:48 -0500

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

audio-players/ncmpc/DEPENDS | 11 ++++++++++-
audio-players/ncmpc/DETAILS | 12 ++++++------
audio-players/ncmpc/HISTORY | 5 +++++
3 files changed, 21 insertions(+), 7 deletions(-)

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

ncmpc: => 0.24

diff --git a/audio-players/ncmpc/DEPENDS b/audio-players/ncmpc/DEPENDS
index 3ca1b73..97df43f 100755
--- a/audio-players/ncmpc/DEPENDS
+++ b/audio-players/ncmpc/DEPENDS
@@ -1,4 +1,13 @@
depends libmpdclient &&
depends ncurses &&
depends glib2 &&
-depends popt
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "to use Native Language Support" &&
+
+optional_depends doxygen \
+ "--enable-documentation" \
+ "--disable-documentation" \
+ "to build doxygen documentation"
diff --git a/audio-players/ncmpc/DETAILS b/audio-players/ncmpc/DETAILS
index 1d5e939..e8e88e4 100755
--- a/audio-players/ncmpc/DETAILS
+++ b/audio-players/ncmpc/DETAILS
@@ -1,10 +1,10 @@
SPELL=ncmpc
- VERSION=0.16.1
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/musicpd/$SOURCE
-
SOURCE_HASH=sha512:9549ce64e700faafa501d29b3145ab5d45d2665f898b197dab0431032f820745498561b0e43990fa8351a7050a2c5027a5d188f9d6d8d673140c590799ca76ca
- WEB_SITE=http://mpd.wikia.com/wiki/Client:Ncmpc
+ VERSION=0.24
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_URL[0]=http://www.musicpd.org/download/$SPELL/${VERSION%%.*}/$SOURCE
+
SOURCE_HASH=sha512:852bedec9d1e0f13748d00ded8a57b7824a3907fa4aef441cd016c13b3a4229e630957ee965d9f5cf7c1a0c47bfa3bb040058d32c6fcf6b4474acc57f834d929
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.musicpd.org/clients/ncmpc/
ENTERED=20040516
LICENSE[0]=GPL
DOCS="AUTHORS COPYING ChangeLog NEWS README"
diff --git a/audio-players/ncmpc/HISTORY b/audio-players/ncmpc/HISTORY
index 5c50640..020ddad 100644
--- a/audio-players/ncmpc/HISTORY
+++ b/audio-players/ncmpc/HISTORY
@@ -1,3 +1,8 @@
+2015-04-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.24; updated source url, website
+ * DEPENDS: removed deprecated popt dependency; added optional
+ dependencies (gettext, doxygen)
+
2010-04-04 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.16.1




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8ab74db2f30b1eedc849f9f73b88cbd1d9458c6e), Vlad Glagolev, 04/27/2015

Archive powered by MHonArc 2.6.24.

Top of Page