1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.6

- Adjust dependencies
- Replace _SINGLE option by _MULTI, according to Tim van der Molen (main
developer of Siren), output plugin (here OSS and PulseAudio) can be selected
at runtime
This commit is contained in:
Olivier Duchateau 2015-09-01 19:58:26 +00:00
parent eb482fb779
commit b02081b698
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395795
3 changed files with 16 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= siren
PORTVERSION= 0.5
PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/
@ -15,14 +15,15 @@ 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
libwavpack.so:${PORTSDIR}/audio/wavpack \
libopusfile.so:${PORTSDIR}/audio/opusfile
USES= ncurses pkgconfig
HAS_CONFIGURE= yes
USE_CSTD= c99
OPTIONS_SINGLE= SOUND
OPTIONS_SINGLE_SOUND= OSS PULSEAUDIO
OPTIONS_MULTI= SOUND
OPTIONS_MULTI_SOUND= OSS PULSEAUDIO
OPTIONS_DEFAULT= OSS
OSS_CONFIGURE_ON= oss=yes pulse=no
PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
@ -33,6 +34,13 @@ CONFIGURE_ARGS= sndfile=no \
alsa=no \
ao=no \
sndio=no \
sun=no
sun=no \
portaudio=no \
aac=no
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/siren
${FIND} ${STAGEDIR}${PREFIX}/lib/siren -path '*.so' \
| ${XARGS} ${STRIP_CMD}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (siren-0.5.tar.gz) = 61b8599a29a8d6c09d63a6fab562ce0dc97f2aa12b008cb0f0c089c9e1011526
SIZE (siren-0.5.tar.gz) = 92858
SHA256 (siren-0.6.tar.gz) = 5ac944e5d2737942afa1270bf66d72d631b896d37b4c084bdd3a766a5e735a14
SIZE (siren-0.6.tar.gz) = 96833

View File

@ -1,6 +1,7 @@
bin/siren
lib/siren/ip/flac.so
lib/siren/ip/mad.so
lib/siren/ip/opus.so
lib/siren/ip/vorbis.so
lib/siren/ip/wavpack.so
%%OSS%%lib/siren/op/oss.so