import gmpc-autoplaylist 0.15.0
The plugin allows you to generate a playlist based on a set of rules.
This commit is contained in:
parent
bc9874882e
commit
b3569efe94
37
audio/gmpc-autoplaylist/Makefile
Normal file
37
audio/gmpc-autoplaylist/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/08/26 18:46:19 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= auto-generated playlists, for gmpc
|
||||
|
||||
VERSION= 0.15.0
|
||||
DISTNAME= gmpc-autoplaylist-${VERSION}
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
HOMEPAGE= http://sarine.nl/gmpc-plugins-autoplaylist
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
||||
Xrender atk-1.0 cairo expat fontconfig freetype gdk-x11-2.0 \
|
||||
gdk_pixbuf-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 \
|
||||
gobject-2.0 gtk-x11-2.0 m mpd pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 png xml2 z
|
||||
|
||||
MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION}/plugins/ \
|
||||
http://humppa.nl/distfiles/gmpc/
|
||||
|
||||
MODULES= devel/gettext
|
||||
RUN_DEPENDS= :gmpc->=${VERSION}:audio/gmpc
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
USE_LIBTOOL= Yes
|
||||
USE_X11= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/gmpc-autoplaylist/distinfo
Normal file
5
audio/gmpc-autoplaylist/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gmpc-autoplaylist-0.15.0.tar.gz) = I+cMANHjPLRAhpEaL/uhQA==
|
||||
RMD160 (gmpc-autoplaylist-0.15.0.tar.gz) = xajU7kJzcZeKA0CQA60x8GWaGrs=
|
||||
SHA1 (gmpc-autoplaylist-0.15.0.tar.gz) = B3dvvA0xZAVFLjyE7quiqrUdask=
|
||||
SHA256 (gmpc-autoplaylist-0.15.0.tar.gz) = 8jcwm2p6GaGgyLhDw4BXdz9+8kcZ05QWqH625rxAJis=
|
||||
SIZE (gmpc-autoplaylist-0.15.0.tar.gz) = 308861
|
1
audio/gmpc-autoplaylist/pkg/DESCR
Normal file
1
audio/gmpc-autoplaylist/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
The plugin allows you to generate a playlist based on a set of rules.
|
5
audio/gmpc-autoplaylist/pkg/PLIST
Normal file
5
audio/gmpc-autoplaylist/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/08/26 18:46:19 jasper Exp $
|
||||
share/gmpc/plugins/
|
||||
share/gmpc/plugins/apl/
|
||||
share/gmpc/plugins/apl/apl.glade
|
||||
share/gmpc/plugins/libautoplaylist.so
|
Loading…
Reference in New Issue
Block a user