media-plugins/audacious-plugins: Add qtmedia to REQUIRED_USE
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 19 Nov 2018 22:20:47 +0000 (23:20 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 19 Nov 2018 22:20:57 +0000 (23:20 +0100)
USE qt5 is now default for live ebuild.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
media-plugins/audacious-plugins/audacious-plugins-9999.ebuild

index 85993d766a924aa7d62bdd7db0d20adeaa149a64..6cbc7f321652c94155684bd7af71416e1bf5e799 100644 (file)
@@ -21,7 +21,7 @@ SLOT="0"
 IUSE="aac +adplug alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify
        libsamplerate lirc mms modplug mp3 nls pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
 REQUIRED_USE="
-       || ( alsa jack pulseaudio sdl )
+       || ( alsa jack pulseaudio qtmedia sdl )
        ampache? ( http )"
 
 # The following plugins REQUIRE a GUI build of audacious, because non-GUI
index 6ade90c9bd81efd8018b3e953147e7baa471880b..944bc654f1d9852315ba3aebd2b95c5c124b0eb2 100644 (file)
@@ -19,13 +19,13 @@ 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 qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
+       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 )"
+       || ( alsa jack pulseaudio qtmedia sdl )
+       ampache? ( qt5 http )
+       qtmedia? ( qt5 )"
 
 # The following plugins REQUIRE a GUI build of audacious, because non-GUI
 # builds do NOT install the libaudgui library & headers.
@@ -75,7 +75,6 @@ RDEPEND="
        qt5? (
                dev-qt/qtcore:5
                dev-qt/qtgui:5
-               dev-qt/qtmultimedia:5
                dev-qt/qtwidgets:5
                media-libs/adplug
        )
@@ -91,6 +90,7 @@ RDEPEND="
        modplug? ( media-libs/libmodplug )
        mp3? ( >=media-sound/mpg123-1.12.1 )
        pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
+       qtmedia? ( dev-qt/qtmultimedia:5 )
        scrobbler? ( net-misc/curl )
        sdl? ( media-libs/libsdl2[sound] )
        sid? ( >=media-libs/libsidplayfp-1.0.0 )