mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Siren is a text-based audio player for UNIX-like operating systems. It
supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file formats. WWW: http://www.kariliq.nl/siren/
This commit is contained in:
parent
408a119c52
commit
060ae3f1c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366354
@ -669,6 +669,7 @@
|
||||
SUBDIR += sidplay2
|
||||
SUBDIR += sidplayer
|
||||
SUBDIR += simplemod
|
||||
SUBDIR += siren
|
||||
SUBDIR += slv2
|
||||
SUBDIR += smasher
|
||||
SUBDIR += snack
|
||||
|
45
audio/siren/Makefile
Normal file
45
audio/siren/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# Created by: Olivier Duchateau
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= siren
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/
|
||||
|
||||
MAINTAINER= olivierd@FreeBSD.org
|
||||
COMMENT= Text-based audio player
|
||||
|
||||
LICENSE= ISCL
|
||||
|
||||
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
|
||||
libid3tag.so:${PORTSDIR}/audio/libid3tag \
|
||||
libmad.so:${PORTSDIR}/audio/libmad \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libwavpack.so:${PORTSDIR}/audio/wavpack
|
||||
|
||||
USES= ncurses pkgconfig
|
||||
HAS_CONFIGURE= yes
|
||||
USE_CSTD= c99
|
||||
|
||||
OPTIONS_DEFINE= PULSEAUDIO
|
||||
|
||||
CONFIGURE_ARGS= sndfile=no \
|
||||
alsa=no \
|
||||
ao=no \
|
||||
sndio=no \
|
||||
sun=no
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPULSEAUDIO}
|
||||
LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio
|
||||
CONFIGURE_ARGS+=oss=no pulse=yes
|
||||
PLIST_SUB+= OSS="@comment " \
|
||||
PULSE=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=oss=yes pulse=no
|
||||
PLIST_SUB+= OSS="" \
|
||||
PULSE="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/siren/distinfo
Normal file
2
audio/siren/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (siren-0.4.tar.gz) = 9f7cb6cfcafe2325d79d9f27015e67a7afd4470c8e029ecf922667816d1ccd44
|
||||
SIZE (siren-0.4.tar.gz) = 87451
|
5
audio/siren/pkg-descr
Normal file
5
audio/siren/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Siren is a text-based audio player for UNIX-like operating systems. It
|
||||
supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file
|
||||
formats.
|
||||
|
||||
WWW: http://www.kariliq.nl/siren/
|
11
audio/siren/pkg-plist
Normal file
11
audio/siren/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/siren
|
||||
lib/siren/ip/flac.so
|
||||
lib/siren/ip/mad.so
|
||||
lib/siren/ip/vorbis.so
|
||||
lib/siren/ip/wavpack.so
|
||||
%%OSS%%lib/siren/op/oss.so
|
||||
%%PULSE%%lib/siren/op/pulse.so
|
||||
man/man1/siren.1.gz
|
||||
@dirrm lib/siren/op
|
||||
@dirrm lib/siren/ip
|
||||
@dirrm lib/siren
|
Loading…
Reference in New Issue
Block a user