From 7b74fe8080e43be4c04d041c8c0c9d509f3112af Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 16 Sep 2007 09:16:14 +0000 Subject: The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't scrobble your music. WWW: http://sarine.nl/gmpc-plugins --- audio/gmpc-lastfm/Makefile | 25 +++++++++++++++++++++++++ audio/gmpc-lastfm/distinfo | 3 +++ audio/gmpc-lastfm/pkg-descr | 4 ++++ audio/gmpc-lastfm/pkg-plist | 3 +++ 4 files changed, 35 insertions(+) create mode 100644 audio/gmpc-lastfm/Makefile create mode 100644 audio/gmpc-lastfm/distinfo create mode 100644 audio/gmpc-lastfm/pkg-descr create mode 100644 audio/gmpc-lastfm/pkg-plist (limited to 'audio/gmpc-lastfm') 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 +# +# $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 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 -- cgit v1.2.3