A plugin for gmpc that serves music.
WWW: http://sarine.nl/gmpc-plugins
This commit is contained in:
parent
af81745393
commit
d143f7a84c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210125
@ -212,6 +212,7 @@
|
||||
SUBDIR += gmpc-lyrics
|
||||
SUBDIR += gmpc-magnatune
|
||||
SUBDIR += gmpc-mdcover
|
||||
SUBDIR += gmpc-mserver
|
||||
SUBDIR += gmpc-osd
|
||||
SUBDIR += gmpc-qosd
|
||||
SUBDIR += gmpc-random-playlist
|
||||
|
26
audio/gmpc-mserver/Makefile
Normal file
26
audio/gmpc-mserver/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: gmpc-mserver
|
||||
# Date created: March 27 2008
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gmpc-mserver
|
||||
PORTVERSION= 0.15.5.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A plugin for gmpc that serves music.
|
||||
|
||||
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_XORG= x11
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/gmpc-mserver/distinfo
Normal file
3
audio/gmpc-mserver/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gmpc-mserver-0.15.5.0.tar.gz) = e2c87feb988408b841909d3a07ae7b4a
|
||||
SHA256 (gmpc-mserver-0.15.5.0.tar.gz) = 74274cb63662a6d159f2d111f6f79fe70052f0b77fd595b4d1699abab0e89009
|
||||
SIZE (gmpc-mserver-0.15.5.0.tar.gz) = 346242
|
3
audio/gmpc-mserver/pkg-descr
Normal file
3
audio/gmpc-mserver/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A plugin for gmpc that serves music.
|
||||
|
||||
WWW: http://sarine.nl/gmpc-plugins
|
4
audio/gmpc-mserver/pkg-plist
Normal file
4
audio/gmpc-mserver/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
share/gmpc/plugins/gmpcmserverplugin.la
|
||||
share/gmpc/plugins/gmpcmserverplugin.so
|
||||
@dirrmtry share/gmpc/plugins
|
||||
@dirrmtry share/gmpc
|
Loading…
Reference in New Issue
Block a user