diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-30 08:02:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-30 08:02:51 +0800 |
commit | cec9cfa6c0847be4085af884695d08ec9bbe2962 (patch) | |
tree | 24c19b4738600c9fd759bf57fc5b5185e7f0893c | |
parent | c806c970290617e31e19ba9e68dd493a70b2e9d6 (diff) | |
download | freebsd-ports-gnome-cec9cfa6c0847be4085af884695d08ec9bbe2962.tar.gz freebsd-ports-gnome-cec9cfa6c0847be4085af884695d08ec9bbe2962.tar.zst freebsd-ports-gnome-cec9cfa6c0847be4085af884695d08ec9bbe2962.zip |
The plugin allows you to generate random playlist.
WWW: http://sarine.nl/gmpc-plugins
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gmpc-random-playlist/Makefile | 26 | ||||
-rw-r--r-- | audio/gmpc-random-playlist/distinfo | 3 | ||||
-rw-r--r-- | audio/gmpc-random-playlist/pkg-descr | 3 | ||||
-rw-r--r-- | audio/gmpc-random-playlist/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index a183c2501b15..f2f03f4a153b 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 000000000000..2340f00a0916 --- /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 000000000000..dcb0c74a4899 --- /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 000000000000..797c194e45ad --- /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 000000000000..6d115e9cab15 --- /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 |