svn commit: r391266 - head/audio/musicpd
Chris Rees
crees at FreeBSD.org
Fri Jul 3 18:05:42 UTC 2015
Author: crees
Date: Fri Jul 3 18:05:41 2015
New Revision: 391266
URL: https://svnweb.freebsd.org/changeset/ports/391266
Log:
Enable the configure switch '--enable-pipe-output', which builds musicpd with support for writing PCM audio to a pipe.
PR: ports/201304
Submitted by: Georg G.
Modified:
head/audio/musicpd/Makefile
Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile Fri Jul 3 18:04:21 2015 (r391265)
+++ head/audio/musicpd/Makefile Fri Jul 3 18:05:41 2015 (r391266)
@@ -38,12 +38,13 @@ OPTIONS_MULTI_FILE_FORMAT= AAC ADPLUG FF
VORBIS WAV WAVPACK WILDMIDI
OPTIONS_GROUP= PLAYBACK
-OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PULSEAUDIO SHOUTCAST
+OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PIPE PULSEAUDIO SHOUTCAST
ADPLUG_DESC= AdPlug support
FLUIDSYNTH_DESC=FludSynth support (MIDI files)
GME_DESC= GME support (video game music files)
LAME_DESC= Support for MP3 Icecast Streams
+PIPE_DESC= Support for writing PCM audio to a pipe
SIDPLAY2_DESC= Sidplay support (C64 mono and stereo files)
TREMOR_DESC= Tremor decoder (not with SHOUTCAST; use VORBIS)
TWOLAME_DESC= TwoLAME support (mp2)
@@ -97,6 +98,7 @@ OPENAL_LIB_DEPENDS=libopenal.so:${PORTSD
OPUS_CONFIGURE_ENABLE=opus
OPUS_LIB_DEPENDS=libopus.so:${PORTSDIR}/audio/opus
OSS_CONFIGURE_ENABLE=oss
+PIPE_CONFIGURE_ENABLE=pipe-output
PULSEAUDIO_CONFIGURE_ENABLE=pulse
PULSEAUDIO_LIB_DEPENDS=libpulse.so:${PORTSDIR}/audio/pulseaudio
SAMPLERATE_CONFIGURE_ENABLE=lsr
More information about the svn-ports-all
mailing list