The plugin allows you to generate random playlist.
WWW: http://sarine.nl/gmpc-plugins
This commit is contained in:
parent
0cb1715028
commit
af81745393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210123
5 changed files with 37 additions and 0 deletions
|
@ -214,6 +214,7 @@
|
|||
SUBDIR += gmpc-mdcover
|
||||
SUBDIR += gmpc-osd
|
||||
SUBDIR += gmpc-qosd
|
||||
SUBDIR += gmpc-random-playlist
|
||||
SUBDIR += gmpc-serverstats
|
||||
SUBDIR += gmpc-stopbutton
|
||||
SUBDIR += gmpccaa
|
||||
|
|
26
audio/gmpc-random-playlist/Makefile
Normal file
26
audio/gmpc-random-playlist/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: gmpc-random-playlist
|
||||
# Date created: March 27 2008
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gmpc-random-playlist
|
||||
PORTVERSION= 0.15.5.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A random playlist 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_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= x11
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/gmpc-random-playlist/distinfo
Normal file
3
audio/gmpc-random-playlist/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (gmpc-random-playlist-0.15.5.0.tar.gz) = a12bbb5f27637e0d30f8f8db4e2c9c0f
|
||||
SHA256 (gmpc-random-playlist-0.15.5.0.tar.gz) = f24f41589cf54d3fb9dd45d0ac5a120e433d43af96efb57a8e623433fa62dbc8
|
||||
SIZE (gmpc-random-playlist-0.15.5.0.tar.gz) = 304090
|
3
audio/gmpc-random-playlist/pkg-descr
Normal file
3
audio/gmpc-random-playlist/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
The plugin allows you to generate random playlist.
|
||||
|
||||
WWW: http://sarine.nl/gmpc-plugins
|
4
audio/gmpc-random-playlist/pkg-plist
Normal file
4
audio/gmpc-random-playlist/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
share/gmpc/plugins/librandomplaylist.la
|
||||
share/gmpc/plugins/librandomplaylist.so
|
||||
@dirrmtry share/gmpc/plugins
|
||||
@dirrmtry share/gmpc
|
Loading…
Reference in a new issue