Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/
Date: Mon, 19 Nov 2018 22:53:57
Message-Id: 1542666057.bde50739e5f787679ed1e1889779f013bd19bcbb.asturm@gentoo
1 commit: bde50739e5f787679ed1e1889779f013bd19bcbb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 19 22:20:47 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 19 22:20:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde50739
7
8 media-plugins/audacious-plugins: Add qtmedia to REQUIRED_USE
9
10 USE qt5 is now default for live ebuild.
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild | 2 +-
16 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 10 +++++-----
17 2 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
20 index 85993d766a9..6cbc7f32165 100644
21 --- a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
22 +++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
23 @@ -21,7 +21,7 @@ SLOT="0"
24 IUSE="aac +adplug alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify
25 libsamplerate lirc mms modplug mp3 nls pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
26 REQUIRED_USE="
27 - || ( alsa jack pulseaudio sdl )
28 + || ( alsa jack pulseaudio qtmedia sdl )
29 ampache? ( http )"
30
31 # The following plugins REQUIRE a GUI build of audacious, because non-GUI
32
33 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
34 index 6ade90c9bd8..944bc654f1d 100644
35 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
36 +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
37 @@ -19,13 +19,13 @@ fi
38 LICENSE="GPL-2"
39 SLOT="0"
40 IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys http gme gtk jack lame libav libnotify
41 - libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
42 + libsamplerate lirc mms modplug mp3 nls pulseaudio +qt5 qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
43 REQUIRED_USE="
44 ^^ ( gtk qt5 )
45 qt5? ( !aosd !hotkeys )
46 - qtmedia? ( qt5 )
47 - || ( alsa jack pulseaudio sdl )
48 - ampache? ( qt5 http )"
49 + || ( alsa jack pulseaudio qtmedia sdl )
50 + ampache? ( qt5 http )
51 + qtmedia? ( qt5 )"
52
53 # The following plugins REQUIRE a GUI build of audacious, because non-GUI
54 # builds do NOT install the libaudgui library & headers.
55 @@ -75,7 +75,6 @@ RDEPEND="
56 qt5? (
57 dev-qt/qtcore:5
58 dev-qt/qtgui:5
59 - dev-qt/qtmultimedia:5
60 dev-qt/qtwidgets:5
61 media-libs/adplug
62 )
63 @@ -91,6 +90,7 @@ RDEPEND="
64 modplug? ( media-libs/libmodplug )
65 mp3? ( >=media-sound/mpg123-1.12.1 )
66 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
67 + qtmedia? ( dev-qt/qtmultimedia:5 )
68 scrobbler? ( net-misc/curl )
69 sdl? ( media-libs/libsdl2[sound] )
70 sid? ( >=media-libs/libsidplayfp-1.0.0 )