A new plugin that uses the REST api of lyricwiki to fetch lyrics.
WWW: http://gmpcwiki.sarine.nl/index.php/Lyricwiki
This commit is contained in:
parent
13303cdd80
commit
c70f7c44d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221033
5 changed files with 37 additions and 0 deletions
|
@ -219,6 +219,7 @@
|
|||
SUBDIR += gmpc-lastfm
|
||||
SUBDIR += gmpc-libnotify
|
||||
SUBDIR += gmpc-lyrics
|
||||
SUBDIR += gmpc-lyricwiki
|
||||
SUBDIR += gmpc-magnatune
|
||||
SUBDIR += gmpc-mdcover
|
||||
SUBDIR += gmpc-mserver
|
||||
|
|
26
audio/gmpc-lyricwiki/Makefile
Normal file
26
audio/gmpc-lyricwiki/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: gmpc-lyricwiki
|
||||
# Date created: September 30 2008
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gmpc-lyricwiki
|
||||
PORTVERSION= 0.16.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A Lyricswiki Provider 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_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= x11
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/gmpc-lyricwiki/distinfo
Normal file
3
audio/gmpc-lyricwiki/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (gmpc-lyricwiki-0.16.0.tar.gz) = 32ac8356adedb2f6e932c9c3b2348844
|
||||
SHA256 (gmpc-lyricwiki-0.16.0.tar.gz) = abc289626d2e9e4165b94d6eb46f346bf535e4ee018b67186117893c3e1b556a
|
||||
SIZE (gmpc-lyricwiki-0.16.0.tar.gz) = 311150
|
3
audio/gmpc-lyricwiki/pkg-descr
Normal file
3
audio/gmpc-lyricwiki/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A new plugin that uses the REST api of lyricwiki to fetch lyrics.
|
||||
|
||||
WWW: http://gmpcwiki.sarine.nl/index.php/Lyricwiki
|
4
audio/gmpc-lyricwiki/pkg-plist
Normal file
4
audio/gmpc-lyricwiki/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
lib/gmpc/plugins/lyricwikiplugin.la
|
||||
lib/gmpc/plugins/lyricwikiplugin.so
|
||||
@dirrmtry lib/gmpc/plugins
|
||||
@dirrmtry lib/gmpc
|
Loading…
Reference in a new issue