Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 18:05:41 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391266 - head/audio/musicpd
Message-ID:  <201507031805.t63I5f1J055298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507031805.t63I5f1J055298>