mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
The plugin allows you to generate a playlist based on a set of rules, f.e.
"Genre contains 'jazz' and artist doesn't contain 'Jones'". WWW: http://sarine.nl/gmpc-plugins
This commit is contained in:
parent
7b74fe8080
commit
63f7723ef4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199554
@ -198,6 +198,7 @@
|
||||
SUBDIR += gmidimonitor
|
||||
SUBDIR += gmixer
|
||||
SUBDIR += gmpc
|
||||
SUBDIR += gmpc-autoplaylist
|
||||
SUBDIR += gmpc-lastfm
|
||||
SUBDIR += gmpc-magnatune
|
||||
SUBDIR += gmpc-mdcover
|
||||
|
25
audio/gmpc-autoplaylist/Makefile
Normal file
25
audio/gmpc-autoplaylist/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: gmpc-autoplaylist
|
||||
# Date created: September 14 2007
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gmpc-autoplaylist
|
||||
PORTVERSION= 0.15.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/plugins/
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A Autoplaylist 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_XLIB= yes
|
||||
USE_GNOME= gnomehack
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/gmpc-autoplaylist/distinfo
Normal file
3
audio/gmpc-autoplaylist/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gmpc-autoplaylist-0.15.0.tar.gz) = 23e70c00d1e33cb44086911a2ffba140
|
||||
SHA256 (gmpc-autoplaylist-0.15.0.tar.gz) = f237309b6a7a19a1a0c8b843c38057773f7ef24719d39416a87eb6e6bc40262b
|
||||
SIZE (gmpc-autoplaylist-0.15.0.tar.gz) = 308861
|
4
audio/gmpc-autoplaylist/pkg-descr
Normal file
4
audio/gmpc-autoplaylist/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The plugin allows you to generate a playlist based on a set of rules, f.e.
|
||||
"Genre contains 'jazz' and artist doesn't contain 'Jones'".
|
||||
|
||||
WWW: http://sarine.nl/gmpc-plugins
|
5
audio/gmpc-autoplaylist/pkg-plist
Normal file
5
audio/gmpc-autoplaylist/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
share/gmpc/plugins/apl/apl.glade
|
||||
share/gmpc/plugins/libautoplaylist.so
|
||||
@dirrmtry share/gmpc/plugins/apl
|
||||
@dirrmtry share/gmpc/plugins
|
||||
@dirrmtry share/gmpc
|
Loading…
Reference in New Issue
Block a user