diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-26 02:02:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-26 02:02:55 +0800 |
commit | a1a2b5670524fac51196f5025dfe3b6708bd5c9e (patch) | |
tree | a1cd264e4628d8e147d64b45ef42b42f78a6152b /audio/gmpc-discogs | |
parent | 33b18e1eeb689f679f547fa23abfd4f82d1aaa1f (diff) | |
download | freebsd-ports-gnome-a1a2b5670524fac51196f5025dfe3b6708bd5c9e.tar.gz freebsd-ports-gnome-a1a2b5670524fac51196f5025dfe3b6708bd5c9e.tar.zst freebsd-ports-gnome-a1a2b5670524fac51196f5025dfe3b6708bd5c9e.zip |
DiscoGS Artist and Album Image Fetcher.
WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_DISCOGS
Feature safe: yes
Diffstat (limited to 'audio/gmpc-discogs')
-rw-r--r-- | audio/gmpc-discogs/Makefile | 29 | ||||
-rw-r--r-- | audio/gmpc-discogs/distinfo | 3 | ||||
-rw-r--r-- | audio/gmpc-discogs/pkg-descr | 3 | ||||
-rw-r--r-- | audio/gmpc-discogs/pkg-plist | 17 |
4 files changed, 52 insertions, 0 deletions
diff --git a/audio/gmpc-discogs/Makefile b/audio/gmpc-discogs/Makefile new file mode 100644 index 000000000000..1225f151b9df --- /dev/null +++ b/audio/gmpc-discogs/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gmpc-discogs +# Date created: September 14 2007 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gmpc-discogs +PORTVERSION= 0.19.0 +CATEGORIES= audio +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ + http://freebsd.unixfreunde.de/sources/ + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Album Image fetcher for gmpc + +LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ + curl.5:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc +RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc + +GNU_CONFIGURE= yes +USE_XORG= x11 +USE_GMAKE= yes +USE_GNOME= gnomehack intltool +USE_LDCONFIG= yes +USE_GETTEXT= yes + +.include <bsd.port.mk> diff --git a/audio/gmpc-discogs/distinfo b/audio/gmpc-discogs/distinfo new file mode 100644 index 000000000000..98ac2c1e30d3 --- /dev/null +++ b/audio/gmpc-discogs/distinfo @@ -0,0 +1,3 @@ +MD5 (gmpc-discogs-0.19.0.tar.gz) = c9b96ee13eeccd5a56f09ae65ebf0472 +SHA256 (gmpc-discogs-0.19.0.tar.gz) = 62c26a51875ab7b95670d8cc656cbe06244b456cb493df43fce9b3b95f5e615d +SIZE (gmpc-discogs-0.19.0.tar.gz) = 302571 diff --git a/audio/gmpc-discogs/pkg-descr b/audio/gmpc-discogs/pkg-descr new file mode 100644 index 000000000000..8290e6f10224 --- /dev/null +++ b/audio/gmpc-discogs/pkg-descr @@ -0,0 +1,3 @@ +DiscoGS Artist and Album Image Fetcher. + +WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_DISCOGS diff --git a/audio/gmpc-discogs/pkg-plist b/audio/gmpc-discogs/pkg-plist new file mode 100644 index 000000000000..3bfbad581687 --- /dev/null +++ b/audio/gmpc-discogs/pkg-plist @@ -0,0 +1,17 @@ +lib/gmpc/plugins/discogsplugin.la +lib/gmpc/plugins/discogsplugin.so +share/locale/bs/LC_MESSAGES/gmpc-discogs.mo +share/locale/de/LC_MESSAGES/gmpc-discogs.mo +share/locale/es/LC_MESSAGES/gmpc-discogs.mo +share/locale/fr/LC_MESSAGES/gmpc-discogs.mo +share/locale/hu/LC_MESSAGES/gmpc-discogs.mo +share/locale/nb/LC_MESSAGES/gmpc-discogs.mo +share/locale/nl/LC_MESSAGES/gmpc-discogs.mo +share/locale/pl/LC_MESSAGES/gmpc-discogs.mo +share/locale/ro/LC_MESSAGES/gmpc-discogs.mo +share/locale/ru/LC_MESSAGES/gmpc-discogs.mo +share/locale/sq/LC_MESSAGES/gmpc-discogs.mo +share/locale/sv/LC_MESSAGES/gmpc-discogs.mo +share/locale/zh_CN/LC_MESSAGES/gmpc-discogs.mo +@dirrmtry lib/gmpc/plugins +@dirrmtry lib/gmpc |