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 97EA11382C5 for ; Tue, 2 Jun 2020 11:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE19AE088D; Tue, 2 Jun 2020 11:27:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B4C10E088D for ; Tue, 2 Jun 2020 11:27:03 +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 35C513432BF for ; Tue, 2 Jun 2020 11:27:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D47EF259 for ; Tue, 2 Jun 2020 11:27:00 +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: <1591097200.95de12b10d2623d38cd7290034ed646729d61716.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacious/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audacious/audacious-9999.ebuild media-sound/audacious/metadata.xml X-VCS-Directories: media-sound/audacious/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 95de12b10d2623d38cd7290034ed646729d61716 X-VCS-Branch: master Date: Tue, 2 Jun 2020 11:27:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba1f0364-0f5f-421a-bc1b-9ee6182fe17e X-Archives-Hash: 3b7a5315304411366db6cc515a6675a0 commit: 95de12b10d2623d38cd7290034ed646729d61716 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 2 09:45:47 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 2 11:26:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95de12b1 media-sound/audacious: Cleanup and sync live with 4.0.x Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/audacious/audacious-9999.ebuild | 17 +++++++---------- media-sound/audacious/metadata.xml | 3 --- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild index edf35f502de..13924b39fcb 100644 --- a/media-sound/audacious/audacious-9999.ebuild +++ b/media-sound/audacious/audacious-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" LICENSE="BSD-2" SLOT="0" -IUSE="gtk nls" +IUSE="nls" BDEPEND=" virtual/pkgconfig @@ -29,15 +29,12 @@ BDEPEND=" DEPEND=" >=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme - gtk? ( x11-libs/gtk+:2 ) - !gtk? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - ) " RDEPEND="${DEPEND}" PDEPEND="~media-plugins/audacious-plugins-${PV}" @@ -65,9 +62,9 @@ src_configure() { # Bugs #197894, #199069, #207330, #208606 local myeconfargs=( --disable-valgrind + --disable-gtk --enable-dbus - $(use_enable gtk gtk) - $(use_enable !gtk qt) + --enable-qt $(use_enable nls) ) econf "${myeconfargs[@]}" diff --git a/media-sound/audacious/metadata.xml b/media-sound/audacious/metadata.xml index 42ef143d344..30869dd2bbd 100644 --- a/media-sound/audacious/metadata.xml +++ b/media-sound/audacious/metadata.xml @@ -9,7 +9,4 @@ sound@gentoo.org Gentoo Sound project - - Build with GTK interface instead of Qt5 -