Add audio/siren: a text-based audio player by Tim van der Molen

help and ok sthen, bcallah, landry
This commit is contained in:
ratchov 2014-05-08 09:51:30 +00:00
parent fa848ad7c8
commit fea8e44076
5 changed files with 54 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.325 2014/05/06 14:02:17 landry Exp $
# $OpenBSD: Makefile,v 1.326 2014/05/08 09:51:30 ratchov Exp $
SUBDIR =
SUBDIR += abcde
@ -226,6 +226,7 @@
SUBDIR += shntool
SUBDIR += shorten
SUBDIR += sidplay
SUBDIR += siren
SUBDIR += snack
SUBDIR += solfege
SUBDIR += sonata

36
audio/siren/Makefile Normal file
View File

@ -0,0 +1,36 @@
# $OpenBSD: Makefile,v 1.1 2014/05/08 09:51:30 ratchov Exp $
# installs and requires its own shared object modules
SHARED_ONLY = Yes
COMMENT = a text-based audio player
DISTNAME = siren-0.3.1
CATEGORIES = audio
HOMEPAGE = http://www.kariliq.nl/siren/
MAINTAINER = Alexandre Ratchov <alex@caoua.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}/dist/
WANTLIB += c curses m pthread sndio z
WANTLIB += FLAC id3tag mad sndfile vorbisfile
LIB_DEPENDS = audio/flac \
audio/libid3tag \
audio/libmad \
audio/libsndfile \
audio/libvorbis
CONFIGURE_STYLE = simple
CONFIGURE_ARGS = prefix=${PREFIX} \
ao=no \
oss=no \
pulse=no \
sun=no \
wavpack=no
NO_TEST = Yes
.include <bsd.port.mk>

2
audio/siren/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (siren-0.3.1.tar.gz) = BSTavNstJQZ/C7Agtr2Jo+WkIqmwCe6aRTLo0fcbFvo=
SIZE (siren-0.3.1.tar.gz) = 86208

3
audio/siren/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
Siren is a text-based audio player for UNIX-like operating
systems. Various aspects of Siren have been inspired by cmus. Siren is
distributed under the ISC licence.

11
audio/siren/pkg/PLIST Normal file
View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1 2014/05/08 09:51:30 ratchov Exp $
@bin bin/siren
lib/siren/
lib/siren/ip/
lib/siren/ip/flac.so
lib/siren/ip/mad.so
lib/siren/ip/sndfile.so
lib/siren/ip/vorbis.so
lib/siren/op/
lib/siren/op/sndio.so
@man man/man1/siren.1