Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (e99d3113de07901a3d679e31d4084eb5b76302fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (e99d3113de07901a3d679e31d4084eb5b76302fa)
  • Date: Fri, 1 Aug 2008 12:31:41 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

audio-players/gmpc/DEPENDS | 18 +++++++++++-------
audio-players/gmpc/DETAILS | 6 +++---
audio-players/gmpc/HISTORY | 4 ++++
audio-players/gmpc/gmpc-0.13.0.tar.gz.sig | 0
audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sig |binary
dev/null |binary
6 files changed, 18 insertions(+), 10 deletions(-)

New commits:
commit e99d3113de07901a3d679e31d4084eb5b76302fa
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

audio-players/gmpc: fixed website and source URL; updated to 0.15.5.0;
added glib2 as depend, curl as optional and mpd is nost suggested

diff --git a/audio-players/gmpc/DEPENDS b/audio-players/gmpc/DEPENDS
index 6e0e9e6..6794b53 100755
--- a/audio-players/gmpc/DEPENDS
+++ b/audio-players/gmpc/DEPENDS
@@ -1,8 +1,12 @@
-depends libmpd &&
-depends libglade2 &&
-depends gnome-vfs2 &&
+depends libmpd &&
+depends libglade2 &&
+depends gnome-vfs2 &&
+depends glib2 &&

-optional_depends mpd \
- '' \
- '' \
- 'for the music player server'
+optional_depends curl \
+ '--with-curl=/usr' '--without-curl' \
+ 'for artwork and other http functions' &&
+
+suggest_depends mpd \
+ '' '' \
+ 'for the music player server'
diff --git a/audio-players/gmpc/DETAILS b/audio-players/gmpc/DETAILS
index c7d1331..1654756 100755
--- a/audio-players/gmpc/DETAILS
+++ b/audio-players/gmpc/DETAILS
@@ -1,12 +1,12 @@
SPELL=gmpc
- VERSION=0.13.0
+ VERSION=0.15.5.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://download.qballcow.nl/programs/$SPELL-${VERSION/.0/}/$SOURCE
+ SOURCE_URL[0]=http://download.sarine.nl/$SPELL-${VERSION/.0/}/$SOURCE

#SOURCE_HASH=sha512:3b7badfbd5c42dddbcd208c70f41682bff9aae070588cd48ca29ddb35257ccc393d8723c2e5bdc054de8ece208f6ec5a7c2eac4d0fbf3596cd8e5f7e146f89d5
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
-
WEB_SITE=http://cms.qballcow.nl/index.php?page=Gnome_Music_Player_Client
+ WEB_SITE=http://www.sarine.nl/gmpc
KEYWORDS="players player audio"
ENTERED=20040516
SHORT="gtk+2 frontend for mpd"
diff --git a/audio-players/gmpc/HISTORY b/audio-players/gmpc/HISTORY
index f3ede3d..17a0c3b 100644
--- a/audio-players/gmpc/HISTORY
+++ b/audio-players/gmpc/HISTORY
@@ -1,3 +1,7 @@
+2008-08-01 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: WEBSITE and SOURCE_URL were BROKEN; updated to 1.15.5.0
+ * DEPENDS: mpd -> suggest_depends; added glib2
+
2007-04-04 Eric Sandall <sandalle AT sourcemage.org>
* TRIGGERS: Recast when libmpd is cast, otherwise you cannot switch
songs via the Playlist browser
diff --git a/audio-players/gmpc/gmpc-0.13.0.tar.gz.sig
b/audio-players/gmpc/gmpc-0.13.0.tar.gz.sig
deleted file mode 100644
index e9f4687..0000000
Binary files a/audio-players/gmpc/gmpc-0.13.0.tar.gz.sig and /dev/null differ
diff --git a/audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sig
b/audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sig
new file mode 100644
index 0000000..be98d13
Binary files /dev/null and b/audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (e99d3113de07901a3d679e31d4084eb5b76302fa), Elisamuel Resto, 08/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page