Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 629564
Collapse All | Expand All

(-)a/mpd-0.20.10.ebuild (-2 / +3 lines)
Lines 17-23 IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad Link Here
17
	lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
17
	lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
18
	mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio recorder
18
	mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio recorder
19
	samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd twolame
19
	samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd twolame
20
	unicode upnp vorbis wavpack wildmidi zeroconf zip zlib"
20
	unicode upnp vorbis wavpack wildmidi zeroconf zip zlib webdav"
21
21
22
OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
22
OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
23
DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
23
DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
Lines 31-36 REQUIRED_USE=" Link Here
31
	recorder? ( || ( ${ENCODER_PLUGINS} ) )
31
	recorder? ( || ( ${ENCODER_PLUGINS} ) )
32
	opus? ( ogg )
32
	opus? ( ogg )
33
	upnp? ( expat )
33
	upnp? ( expat )
34
	webdav? ( expat )
34
"
35
"
35
36
36
CDEPEND="!<sys-cluster/mpich2-1.4_rc2
37
CDEPEND="!<sys-cluster/mpich2-1.4_rc2
Lines 220-225 src_configure() { Link Here
220
		$(use_enable wildmidi)
221
		$(use_enable wildmidi)
221
		$(use_enable zip zzip)
222
		$(use_enable zip zzip)
222
		$(use_enable icu)
223
		$(use_enable icu)
224
		$(use_enable webdav)
223
		$(use_enable faad aac)
225
		$(use_enable faad aac)
224
		$(use_with zeroconf zeroconf avahi)
226
		$(use_with zeroconf zeroconf avahi)
225
		--with-systemdsystemunitdir=$(systemd_get_systemunitdir)
227
		--with-systemdsystemunitdir=$(systemd_get_systemunitdir)
226
- 

Return to bug 629564