summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-30 00:04:26 +0000
committermiwi <miwi@FreeBSD.org>2008-03-30 00:04:26 +0000
commit21fd243966e70a311a2786407547a267cd64c977 (patch)
tree8c50e0ae0f5842ce0cde614d54de34f2b52a5c69 /audio
parent56a1dd107bd7434036674b423a35a7470b3e32b9 (diff)
downloadFreeBSD-ports-21fd243966e70a311a2786407547a267cd64c977.zip
FreeBSD-ports-21fd243966e70a311a2786407547a267cd64c977.tar.gz
The plugin allows you to generate a playlist based on a set of rules.
WWW: http://sarine.nl/gmpc-plugins
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gmpc-extraplaylist/Makefile26
-rw-r--r--audio/gmpc-extraplaylist/distinfo3
-rw-r--r--audio/gmpc-extraplaylist/pkg-descr3
-rw-r--r--audio/gmpc-extraplaylist/pkg-plist4
5 files changed, 37 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 3a24037..e4b8faa 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -207,6 +207,7 @@
SUBDIR += gmixer
SUBDIR += gmpc
SUBDIR += gmpc-autoplaylist
+ SUBDIR += gmpc-extraplaylist
SUBDIR += gmpc-lastfm
SUBDIR += gmpc-libnotify
SUBDIR += gmpc-lyrics
diff --git a/audio/gmpc-extraplaylist/Makefile b/audio/gmpc-extraplaylist/Makefile
new file mode 100644
index 0000000..7e35909
--- /dev/null
+++ b/audio/gmpc-extraplaylist/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gmpc-extraplaylist
+# Date created: March 27 2008
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gmpc-extraplaylist
+PORTVERSION= 0.15.5.0
+CATEGORIES= audio
+MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= A favorites 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-extraplaylist/distinfo b/audio/gmpc-extraplaylist/distinfo
new file mode 100644
index 0000000..f28a766
--- /dev/null
+++ b/audio/gmpc-extraplaylist/distinfo
@@ -0,0 +1,3 @@
+MD5 (gmpc-extraplaylist-0.15.5.0.tar.gz) = a601c556b2ba4edf83dbbf41762992f5
+SHA256 (gmpc-extraplaylist-0.15.5.0.tar.gz) = 92be33ec1373a3b06329c08652dad08d7c9082d1a187e04f03f6494a66fd4662
+SIZE (gmpc-extraplaylist-0.15.5.0.tar.gz) = 306424
diff --git a/audio/gmpc-extraplaylist/pkg-descr b/audio/gmpc-extraplaylist/pkg-descr
new file mode 100644
index 0000000..5a881e1
--- /dev/null
+++ b/audio/gmpc-extraplaylist/pkg-descr
@@ -0,0 +1,3 @@
+The plugin allows you to generate a playlist based on a set of rules.
+
+WWW: http://sarine.nl/gmpc-plugins
diff --git a/audio/gmpc-extraplaylist/pkg-plist b/audio/gmpc-extraplaylist/pkg-plist
new file mode 100644
index 0000000..88de403
--- /dev/null
+++ b/audio/gmpc-extraplaylist/pkg-plist
@@ -0,0 +1,4 @@
+share/gmpc/plugins/libextraplaylist.la
+share/gmpc/plugins/libextraplaylist.so
+@dirrmtry share/gmpc/plugins
+@dirrmtry share/gmpc
OpenPOWER on IntegriCloud