Skip to Content.
Sympa Menu

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

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 (6449ecefcc37010c9fea73a4d274a4bfbd5371f9)
  • Date: Tue, 23 Sep 2008 09:08:47 -0500

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

audio-players/gmpc/DEPENDS | 13 ++++++-------
audio-players/gmpc/DETAILS | 12 ++++++------
audio-players/gmpc/HISTORY | 7 ++++++-
audio-players/gmpc/TRIGGERS | 2 +-
audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sig | 0
audio-players/gmpc/gmpc-0.16.0.tar.gz.sig |binary
dev/null |binary
7 files changed, 19 insertions(+), 15 deletions(-)

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

gmpc: => 0.16.0 + fixed deps

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

optional_depends curl \
- '--with-curl=/usr' '--without-curl' \
- 'for artwork and other http functions' &&
+ "--with-curl=$INSTALL_ROOT/usr" \
+ "--without-curl" \
+ "for artwork and other http functions" &&

-suggest_depends mpd \
- '' '' \
- 'for the music player server'
+suggest_depends mpd "" "" "for the music player daemon"
diff --git a/audio-players/gmpc/DETAILS b/audio-players/gmpc/DETAILS
index 1654756..d158105 100755
--- a/audio-players/gmpc/DETAILS
+++ b/audio-players/gmpc/DETAILS
@@ -1,17 +1,17 @@
SPELL=gmpc
- VERSION=0.15.5.0
+ VERSION=0.16.0
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.sarine.nl/$SPELL-${VERSION/.0/}/$SOURCE
-
#SOURCE_HASH=sha512:3b7badfbd5c42dddbcd208c70f41682bff9aae070588cd48ca29ddb35257ccc393d8723c2e5bdc054de8ece208f6ec5a7c2eac4d0fbf3596cd8e5f7e146f89d5
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://download.sarine.nl/Programs/$SPELL/$VERSION/$SOURCE
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=GPL
- WEB_SITE=http://www.sarine.nl/gmpc
+ WEB_SITE=http://gmpcwiki.sarine.nl/index.php/GMPC
KEYWORDS="players player audio"
ENTERED=20040516
SHORT="gtk+2 frontend for mpd"
cat << EOF
gmpc is a gtk+2 frontend for mpd, the Music Player Daemon.
+
Features:
* Supports for loading/saving playlists
* File Browser
diff --git a/audio-players/gmpc/HISTORY b/audio-players/gmpc/HISTORY
index 17a0c3b..11c0825 100644
--- a/audio-players/gmpc/HISTORY
+++ b/audio-players/gmpc/HISTORY
@@ -1,3 +1,9 @@
+2008-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0] (again), updated spell to 0.16.0;
+ fixed desc; cleaned up
+ * DEPENDS: it's gnome 100% free! (no vfs); added missing dep: gob2;
+ cleaned up
+
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
@@ -34,4 +40,3 @@

2004-05-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS, DETAILS, HISTORY: created this spell
-
diff --git a/audio-players/gmpc/TRIGGERS b/audio-players/gmpc/TRIGGERS
index f3ebae2..3063407 100755
--- a/audio-players/gmpc/TRIGGERS
+++ b/audio-players/gmpc/TRIGGERS
@@ -1 +1 @@
-on_cast libmpd cast_self
+on_cast libmpd cast_self
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
deleted file mode 100644
index be98d13..0000000
Binary files a/audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sig and /dev/null
differ
diff --git a/audio-players/gmpc/gmpc-0.16.0.tar.gz.sig
b/audio-players/gmpc/gmpc-0.16.0.tar.gz.sig
new file mode 100644
index 0000000..9de1488
Binary files /dev/null and b/audio-players/gmpc/gmpc-0.16.0.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6449ecefcc37010c9fea73a4d274a4bfbd5371f9), Vlad Glagolev, 09/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page