mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
DiscoGS Artist and Album Image Fetcher.
WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_DISCOGS Feature safe: yes
This commit is contained in:
parent
b744bb55d8
commit
ed932ea717
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242085
@ -212,6 +212,7 @@
|
||||
SUBDIR += gmpc
|
||||
SUBDIR += gmpc-alarm
|
||||
SUBDIR += gmpc-albumview
|
||||
SUBDIR += gmpc-discogs
|
||||
SUBDIR += gmpc-extraplaylist
|
||||
SUBDIR += gmpc-lastfm
|
||||
SUBDIR += gmpc-libnotify
|
||||
|
29
audio/gmpc-discogs/Makefile
Normal file
29
audio/gmpc-discogs/Makefile
Normal file
@ -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>
|
3
audio/gmpc-discogs/distinfo
Normal file
3
audio/gmpc-discogs/distinfo
Normal file
@ -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
|
3
audio/gmpc-discogs/pkg-descr
Normal file
3
audio/gmpc-discogs/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
DiscoGS Artist and Album Image Fetcher.
|
||||
|
||||
WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_DISCOGS
|
17
audio/gmpc-discogs/pkg-plist
Normal file
17
audio/gmpc-discogs/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user