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: Fri, 23 Nov 2018 21:33:55
Message-Id: 1543008817.3e67077b6e33c46343ffbb5160f2c5cc39b5172b.asturm@gentoo
1 commit: 3e67077b6e33c46343ffbb5160f2c5cc39b5172b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 23 20:29:10 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 23 21:33:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e67077b
7
8 media-plugins/audacious-plugins: Merge USE hotkeys into !qt5
9
10 No extra dependencies, expected by users, simplifies REQUIRED_USE.
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-9999.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
19 index 79742c34a4a..f7a52770417 100644
20 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
21 +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
22 @@ -17,12 +17,12 @@ HOMEPAGE="https://audacious-media-player.org/"
23
24 LICENSE="GPL-2"
25 SLOT="0"
26 -IUSE="aac +adplug +alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys http gme jack lame libav libnotify
27 +IUSE="aac +adplug +alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify
28 libsamplerate lirc mms modplug mp3 nls opengl pulseaudio qt5 qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
29 REQUIRED_USE="
30 || ( alsa jack pulseaudio qtmedia sdl )
31 ampache? ( qt5 http ) qtmedia? ( qt5 )
32 - aosd? ( !qt5 ) hotkeys? ( !qt5 )"
33 + aosd? ( !qt5 )"
34
35 # The following plugins REQUIRE a GUI build of audacious, because non-GUI
36 # builds do NOT install the libaudgui library & headers.
37 @@ -134,7 +134,6 @@ src_configure() {
38 $(use_enable flac filewriter)
39 $(use_enable fluidsynth amidiplug)
40 $(use_enable gme console)
41 - $(use_enable hotkeys hotkey)
42 $(use_enable http neon)
43 $(use_enable jack)
44 $(use_enable lame filewriter_mp3)
45 @@ -147,6 +146,7 @@ src_configure() {
46 $(use_enable nls)
47 $(use_enable pulseaudio pulse)
48 $(use_enable !qt5 gtk)
49 + $(use_enable !qt5 hotkey)
50 $(use_enable qt5 qt)
51 $(use_enable qtmedia qtaudio)
52 $(use_enable scrobbler scrobbler2)