Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159434524
D11120.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D11120.diff
View Options
Index: head/audio/siren/Makefile
===================================================================
--- head/audio/siren/Makefile
+++ head/audio/siren/Makefile
@@ -3,6 +3,7 @@
PORTNAME= siren
PORTVERSION= 0.7
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/
@@ -10,6 +11,7 @@
COMMENT= Text-based audio player
LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/LICENCE
LIB_DEPENDS= libFLAC.so:audio/flac \
libid3tag.so:audio/libid3tag \
@@ -27,12 +29,18 @@
USE_CSTD= c99
OPTIONS_DEFINE= FFMPEG MPG123
-OPTIONS_SINGLE= SOUND
-OPTIONS_SINGLE_SOUND= OSS PULSEAUDIO
+OPTIONS_MULTI= SOUND
+OPTIONS_MULTI_SOUND= OSS PULSEAUDIO SNDIO
OPTIONS_DEFAULT= OSS
-OSS_CONFIGURE_ON= oss=yes pulse=no
+OSS_CONFIGURE_ON= oss=yes
+OSS_CONFIGURE_OFF= oss=no
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
-PULSEAUDIO_CONFIGURE_ON= oss=no pulse=yes
+PULSEAUDIO_CONFIGURE_ON= pulse=yes
+PULSEAUDIO_CONFIGURE_OFF= pulse=no
+SNDIO_CONFIGURE_ON= sndio=yes
+SNDIO_CONFIGURE_OFF= sndio=no
+SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio
+SNDIO_USES= localbase:ldflags
FFMPEG_CONFIGURE_ON= ffmpeg=yes
FFMPEG_CONFIGURE_OFF= ffmpeg=no
FFMPEG_LIB_DEPENDS= libavformat.so:multimedia/ffmpeg
@@ -44,7 +52,6 @@
CONFIGURE_ARGS= sndfile=no \
alsa=no \
ao=no \
- sndio=no \
sun=no \
portaudio=no \
aac=no
Index: head/audio/siren/pkg-plist
===================================================================
--- head/audio/siren/pkg-plist
+++ head/audio/siren/pkg-plist
@@ -8,4 +8,5 @@
%%MPG123%%lib/siren/ip/mpg123.so
%%OSS%%lib/siren/op/oss.so
%%PULSEAUDIO%%lib/siren/op/pulse.so
+%%SNDIO%%lib/siren/op/sndio.so
man/man1/siren.1.gz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 15, 1:24 AM (5 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33962147
Default Alt Text
D11120.diff (1 KB)
Attached To
Mode
D11120: audio/siren: Allow building of more than one output plugin
Attached
Detach File
Event Timeline
Log In to Comment