diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-30 00:04:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-30 00:04:26 +0000 |
commit | 57c4d7dc2234f485b34e5cb22097f49dc49e1836 (patch) | |
tree | 495c43543e3b2811dd8f70051b47fc9b534f11d1 | |
parent | d143f7a84cd656bd9133596431b88b35a96210c7 (diff) | |
download | ports-57c4d7dc2234f485b34e5cb22097f49dc49e1836.tar.gz ports-57c4d7dc2234f485b34e5cb22097f49dc49e1836.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gmpc-extraplaylist/Makefile | 26 | ||||
-rw-r--r-- | audio/gmpc-extraplaylist/distinfo | 3 | ||||
-rw-r--r-- | audio/gmpc-extraplaylist/pkg-descr | 3 | ||||
-rw-r--r-- | audio/gmpc-extraplaylist/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3a240379af1d..e4b8faa4d0bb 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 000000000000..7e359098f23f --- /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 000000000000..f28a7666ec0f --- /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 000000000000..5a881e10d006 --- /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 000000000000..88de4030017a --- /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 |