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 804BB138335 for ; Mon, 19 Nov 2018 22:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23AFCE0920; Mon, 19 Nov 2018 22:53:56 +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 D771EE0920 for ; Mon, 19 Nov 2018 22:53:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 00EF0335CB7 for ; Mon, 19 Nov 2018 22:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2A513CF for ; Mon, 19 Nov 2018 22:53: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: <1542666057.bde50739e5f787679ed1e1889779f013bd19bcbb.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-3.10.ebuild 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: bde50739e5f787679ed1e1889779f013bd19bcbb X-VCS-Branch: master Date: Mon, 19 Nov 2018 22:53: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: 06decbf9-8fb7-434a-b7b5-ad09d4f6dfc7 X-Archives-Hash: cd9f2dfc727b8bbc85a021c93e71b46f commit: bde50739e5f787679ed1e1889779f013bd19bcbb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 19 22:20:47 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 19 22:20:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde50739 media-plugins/audacious-plugins: Add qtmedia to REQUIRED_USE USE qt5 is now default for live ebuild. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild | 2 +- media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild index 85993d766a9..6cbc7f32165 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild @@ -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 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index 6ade90c9bd8..944bc654f1d 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -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 )