summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-30 00:02:51 +0000
committermiwi <miwi@FreeBSD.org>2008-03-30 00:02:51 +0000
commitcec9cfa6c0847be4085af884695d08ec9bbe2962 (patch)
tree24c19b4738600c9fd759bf57fc5b5185e7f0893c /audio
parentc806c970290617e31e19ba9e68dd493a70b2e9d6 (diff)
downloadFreeBSD-ports-cec9cfa6c0847be4085af884695d08ec9bbe2962.zip
FreeBSD-ports-cec9cfa6c0847be4085af884695d08ec9bbe2962.tar.gz
The plugin allows you to generate random playlist.
WWW: http://sarine.nl/gmpc-plugins
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gmpc-random-playlist/Makefile26
-rw-r--r--audio/gmpc-random-playlist/distinfo3
-rw-r--r--audio/gmpc-random-playlist/pkg-descr3
-rw-r--r--audio/gmpc-random-playlist/pkg-plist4
5 files changed, 37 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index a183c25..f2f03f4 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -214,6 +214,7 @@
SUBDIR += gmpc-mdcover
SUBDIR += gmpc-osd
SUBDIR += gmpc-qosd
+ SUBDIR += gmpc-random-playlist
SUBDIR += gmpc-serverstats
SUBDIR += gmpc-stopbutton
SUBDIR += gmpccaa
diff --git a/audio/gmpc-random-playlist/Makefile b/audio/gmpc-random-playlist/Makefile
new file mode 100644
index 0000000..2340f00
--- /dev/null
+++ b/audio/gmpc-random-playlist/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gmpc-random-playlist
+# Date created: March 27 2008
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gmpc-random-playlist
+PORTVERSION= 0.15.5.0
+CATEGORIES= audio
+MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= A random playlist plugin for gmpc
+
+LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
+ curl.4:${PORTSDIR}/ftp/curl
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
+RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
+
+GNU_CONFIGURE= yes
+USE_XORG= x11
+USE_GNOME= gnomehack
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
diff --git a/audio/gmpc-random-playlist/distinfo b/audio/gmpc-random-playlist/distinfo
new file mode 100644
index 0000000..dcb0c74
--- /dev/null
+++ b/audio/gmpc-random-playlist/distinfo
@@ -0,0 +1,3 @@
+MD5 (gmpc-random-playlist-0.15.5.0.tar.gz) = a12bbb5f27637e0d30f8f8db4e2c9c0f
+SHA256 (gmpc-random-playlist-0.15.5.0.tar.gz) = f24f41589cf54d3fb9dd45d0ac5a120e433d43af96efb57a8e623433fa62dbc8
+SIZE (gmpc-random-playlist-0.15.5.0.tar.gz) = 304090
diff --git a/audio/gmpc-random-playlist/pkg-descr b/audio/gmpc-random-playlist/pkg-descr
new file mode 100644
index 0000000..797c194
--- /dev/null
+++ b/audio/gmpc-random-playlist/pkg-descr
@@ -0,0 +1,3 @@
+The plugin allows you to generate random playlist.
+
+WWW: http://sarine.nl/gmpc-plugins
diff --git a/audio/gmpc-random-playlist/pkg-plist b/audio/gmpc-random-playlist/pkg-plist
new file mode 100644
index 0000000..6d115e9
--- /dev/null
+++ b/audio/gmpc-random-playlist/pkg-plist
@@ -0,0 +1,4 @@
+share/gmpc/plugins/librandomplaylist.la
+share/gmpc/plugins/librandomplaylist.so
+@dirrmtry share/gmpc/plugins
+@dirrmtry share/gmpc
OpenPOWER on IntegriCloud