[Lunar-commits] <moonbase-other> gmpc: resurrected and bumped
v4hn
me at v4hn.de
Tue Jul 10 19:58:41 CEST 2012
commit ecab64bd38f326f38ad4a28f969eba53938bda30
Author: v4hn <me at v4hn.de>
Date: Tue, 10 Jul 2012 10:58:41 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ecab64bd38f326f38ad4a28f969eba53938bda30
gmpc: resurrected and bumped
---
audio/gmpc/BUILD +7/-0
audio/gmpc/DEPENDS +7/-0
audio/gmpc/DETAILS +16/-0
3 files changed, 30 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/audio/gmpc/BUILD
@@ -0,0 +1,7 @@
+(
+ #floor function is not linked...
+ sedit "s:-lz:-lz -lm:" src/Makefile.in &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/gmpc/DEPENDS
@@ -0,0 +1,7 @@
+depends gtk+-2
+depends libglade
+depends libmpd
+depends curl
+depends gob2
+depends vala
+depends libsoup
--- /dev/null
+++ b/audio/gmpc/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=gmpc
+ VERSION=11.8.16
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://download.sarine.nl/Programs/$MODULE/$VERSION
+ SOURCE_VFY=sha1:f61845cb8d9a1c1970ecb65565bd4eefc73b0c0a
+ WEB_SITE=http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client
+ ENTERED=20060421
+ UPDATED=20120710
+ SHORT="GTK+-2 based frontend to mpd (music player daemon)"
+
+cat << EOF
+GMPC is a frontend for the mpd (Music Player Daemon). It's focused on
+being fast and easy to use, while still making optimal use of all the
+functions in mpd.
+EOF
+
More information about the Lunar-commits
mailing list