Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 584392 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild (-1 / +3 lines)
Lines 15-21 Link Here
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
17
KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
18
IUSE="aac +adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk gtk3 jack
18
IUSE="aac +adplug alsa bs2b cdda cue elibc_uclibc ffmpeg flac fluidsynth gnome http gtk gtk3 jack
19
lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack"
19
lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack"
20
REQUIRED_USE="
20
REQUIRED_USE="
21
	?? ( gtk gtk3 qt5 )
21
	?? ( gtk gtk3 qt5 )
Lines 90-95 Link Here
90
			--c-namespace Mpris \
90
			--c-namespace Mpris \
91
			--generate-c-code object-player mpris2-player.xml && \
91
			--generate-c-code object-player mpris2-player.xml && \
92
		cd "${S}"
92
		cd "${S}"
93
	epatch "${FILESDIR}/${P}-uclibc.patch"
93
}
94
}
94
95
95
src_configure() {
96
src_configure() {
Lines 141-146 Link Here
141
		$(use_enable mms) \
142
		$(use_enable mms) \
142
		$(use_enable mp3) \
143
		$(use_enable mp3) \
143
		$(use_enable nls) \
144
		$(use_enable nls) \
145
		$(use_enable elibc_uclibc nls) \
144
		$(use_enable pulseaudio pulse) \
146
		$(use_enable pulseaudio pulse) \
145
		$(use_enable qt5 qt) \
147
		$(use_enable qt5 qt) \
146
		$(use_enable scrobbler scrobbler2) \
148
		$(use_enable scrobbler scrobbler2) \

Return to bug 584392