diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-19 22:51:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-19 22:52:42 +0100 |
commit | 6a43158d0f467b46aec9cccc9e2e2af1c4082ea3 (patch) | |
tree | 2d54bf0e22fcb2f46c8b2c391b7317d93c7ce15a /media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | |
parent | media-plugins/audacious-plugins: Drop USE gtk3 from live ebuild (diff) | |
download | gentoo-6a43158d0f467b46aec9cccc9e2e2af1c4082ea3.tar.gz gentoo-6a43158d0f467b46aec9cccc9e2e2af1c4082ea3.tar.bz2 gentoo-6a43158d0f467b46aec9cccc9e2e2af1c4082ea3.zip |
media-plugins/audacious-plugins: Add USE qtmedia
Making experimental qtaudio backend depending on dev-qt/qtmultimedia
optional, maybe this works for LibreSSL users.
Bug: https://bugs.gentoo.org/671414
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/audacious-plugins/audacious-plugins-9999.ebuild')
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index 5d63400ef481..6ade90c9bd81 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -18,11 +18,12 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys http gme gtk jack lame libav - libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack" +IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys http gme gtk jack lame libav libnotify + libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack" REQUIRED_USE=" ^^ ( gtk qt5 ) qt5? ( !aosd !hotkeys ) + qtmedia? ( qt5 ) || ( alsa jack pulseaudio sdl ) ampache? ( qt5 http )" @@ -152,7 +153,7 @@ src_configure() { $(use_enable nls) \ $(use_enable pulseaudio pulse) \ $(use_enable qt5 qt) \ - $(use_enable qt5 qtaudio) \ + $(use_enable qtmedia qtaudio) \ $(use_enable scrobbler scrobbler2) \ $(use_enable sdl sdlout) \ $(use_enable sid) \ |