diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 18:02:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 18:02:55 +0000 |
commit | ed932ea7171569e84e611e73590d60c53389eb89 (patch) | |
tree | 453b068c9819019ed2ba4bf488933baeee914102 | |
parent | b744bb55d8650c8d3f2507f74e384cb205f00941 (diff) | |
download | ports-ed932ea7171569e84e611e73590d60c53389eb89.tar.gz ports-ed932ea7171569e84e611e73590d60c53389eb89.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-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 |
5 files changed, 53 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 980406cc811f..3d401178ca9e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -212,6 +212,7 @@ SUBDIR += gmpc SUBDIR += gmpc-alarm SUBDIR += gmpc-albumview + SUBDIR += gmpc-discogs SUBDIR += gmpc-extraplaylist SUBDIR += gmpc-lastfm SUBDIR += gmpc-libnotify 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 |