diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-16 17:16:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-16 17:16:14 +0800 |
commit | 420521ec329d7f468dc4e1d2dd6c352e10a8c7b9 (patch) | |
tree | 1235a2b2cb8f9770d9fed20734ba094e95aca58b | |
parent | 9e1436f2498d4cda50bfdbe4688ff752904377e8 (diff) | |
download | freebsd-ports-gnome-420521ec329d7f468dc4e1d2dd6c352e10a8c7b9.tar.gz freebsd-ports-gnome-420521ec329d7f468dc4e1d2dd6c352e10a8c7b9.tar.zst freebsd-ports-gnome-420521ec329d7f468dc4e1d2dd6c352e10a8c7b9.zip |
The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't
scrobble your music.
WWW: http://sarine.nl/gmpc-plugins
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gmpc-lastfm/Makefile | 25 | ||||
-rw-r--r-- | audio/gmpc-lastfm/distinfo | 3 | ||||
-rw-r--r-- | audio/gmpc-lastfm/pkg-descr | 4 | ||||
-rw-r--r-- | audio/gmpc-lastfm/pkg-plist | 3 |
5 files changed, 36 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5f5e5e6ec333..8c9f35099ff0 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -198,6 +198,7 @@ SUBDIR += gmidimonitor SUBDIR += gmixer SUBDIR += gmpc + SUBDIR += gmpc-lastfm SUBDIR += gmpc-magnatune SUBDIR += gmpc-mdcover SUBDIR += gmpc-osd diff --git a/audio/gmpc-lastfm/Makefile b/audio/gmpc-lastfm/Makefile new file mode 100644 index 000000000000..81861d92c784 --- /dev/null +++ b/audio/gmpc-lastfm/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gmpc-lastfm +# Date created: September 14 2007 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gmpc-lastfm +PORTVERSION= 0.15.0 +CATEGORIES= audio +MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/plugins/ + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Lastfm 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_XLIB= yes +USE_GNOME= gnomehack + +.include <bsd.port.mk> diff --git a/audio/gmpc-lastfm/distinfo b/audio/gmpc-lastfm/distinfo new file mode 100644 index 000000000000..0016e2fa66c6 --- /dev/null +++ b/audio/gmpc-lastfm/distinfo @@ -0,0 +1,3 @@ +MD5 (gmpc-lastfm-0.15.0.tar.gz) = 1e3a158c93a4ae778b44c52604e35142 +SHA256 (gmpc-lastfm-0.15.0.tar.gz) = df01df04cb29db992fb772b0d9bc3d86db73a391bc3f1c44910bc0a5ddbc6f13 +SIZE (gmpc-lastfm-0.15.0.tar.gz) = 308605 diff --git a/audio/gmpc-lastfm/pkg-descr b/audio/gmpc-lastfm/pkg-descr new file mode 100644 index 000000000000..7dab5d34d9d3 --- /dev/null +++ b/audio/gmpc-lastfm/pkg-descr @@ -0,0 +1,4 @@ +The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't +scrobble your music, use a dedicated client like mpdscribble for this. + +WWW: http://sarine.nl/gmpc-plugins diff --git a/audio/gmpc-lastfm/pkg-plist b/audio/gmpc-lastfm/pkg-plist new file mode 100644 index 000000000000..07a44e8da2bd --- /dev/null +++ b/audio/gmpc-lastfm/pkg-plist @@ -0,0 +1,3 @@ +share/gmpc/plugins/lastfmplugin.so +@dirrmtry share/gmpc/plugins +@dirrmtry share/gmpc |