From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6181138334 for ; Fri, 23 Nov 2018 21:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B804DE0938; Fri, 23 Nov 2018 21:33:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 881BCE0938 for ; Fri, 23 Nov 2018 21:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E58B0335D12 for ; Fri, 23 Nov 2018 21:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 885A84B4 for ; Fri, 23 Nov 2018 21:33:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1543008817.3e67077b6e33c46343ffbb5160f2c5cc39b5172b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-9999.ebuild X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3e67077b6e33c46343ffbb5160f2c5cc39b5172b X-VCS-Branch: master Date: Fri, 23 Nov 2018 21:33:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f62daa74-2b08-4290-9081-678da51c0a17 X-Archives-Hash: a3f2df2a6b43bdf12d1bffdf809fcf8c commit: 3e67077b6e33c46343ffbb5160f2c5cc39b5172b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 23 20:29:10 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 23 21:33:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e67077b media-plugins/audacious-plugins: Merge USE hotkeys into !qt5 No extra dependencies, expected by users, simplifies REQUIRED_USE. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index 79742c34a4a..f7a52770417 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -17,12 +17,12 @@ HOMEPAGE="https://audacious-media-player.org/" LICENSE="GPL-2" SLOT="0" -IUSE="aac +adplug +alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys http gme jack lame libav libnotify +IUSE="aac +adplug +alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl pulseaudio qt5 qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack" REQUIRED_USE=" || ( alsa jack pulseaudio qtmedia sdl ) ampache? ( qt5 http ) qtmedia? ( qt5 ) - aosd? ( !qt5 ) hotkeys? ( !qt5 )" + aosd? ( !qt5 )" # The following plugins REQUIRE a GUI build of audacious, because non-GUI # builds do NOT install the libaudgui library & headers. @@ -134,7 +134,6 @@ src_configure() { $(use_enable flac filewriter) $(use_enable fluidsynth amidiplug) $(use_enable gme console) - $(use_enable hotkeys hotkey) $(use_enable http neon) $(use_enable jack) $(use_enable lame filewriter_mp3) @@ -147,6 +146,7 @@ src_configure() { $(use_enable nls) $(use_enable pulseaudio pulse) $(use_enable !qt5 gtk) + $(use_enable !qt5 hotkey) $(use_enable qt5 qt) $(use_enable qtmedia qtaudio) $(use_enable scrobbler scrobbler2)