diff --git a/audio/gmpc/BUILD b/audio/gmpc/BUILD new file mode 100644 index 00000000000..1e1901576ed --- /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 diff --git a/audio/gmpc/DEPENDS b/audio/gmpc/DEPENDS new file mode 100644 index 00000000000..1bfe87352d9 --- /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 diff --git a/audio/gmpc/DETAILS b/audio/gmpc/DETAILS new file mode 100644 index 00000000000..9fda87f2af8 --- /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 +