From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1648820-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4904715802E for <garchives@archives.gentoo.org>; Mon, 1 Jul 2024 20:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62814E2C4D; Mon, 1 Jul 2024 20:47:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0022E2C4D for <gentoo-commits@lists.gentoo.org>; Mon, 1 Jul 2024 20:47:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEC56343026 for <gentoo-commits@lists.gentoo.org>; Mon, 1 Jul 2024 20:47:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C0F5B5F for <gentoo-commits@lists.gentoo.org>; Mon, 1 Jul 2024 20:47:07 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1719866800.2da272d5c324600a81df1bac4b400145dfd628b9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/phonon-4.12.0-r2.ebuild media-libs/phonon/phonon-4.12.0-r3.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2da272d5c324600a81df1bac4b400145dfd628b9 X-VCS-Branch: master Date: Mon, 1 Jul 2024 20:47:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a88bf960-d68c-4322-bece-8b54f147c0d4 X-Archives-Hash: 3e84e848efbb3e87d8bb61541c57c7ee commit: 2da272d5c324600a81df1bac4b400145dfd628b9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 1 15:25:12 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jul 1 20:46:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da272d5 media-libs/phonon: Switch IUSE +vlc to minimal With only a single available backend left, it does not make that much sense to rely on a commonly disabled flag to provide major functionality, even if enabled by default. Bug: https://bugs.gentoo.org/935033 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../phonon/{phonon-4.12.0-r2.ebuild => phonon-4.12.0-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/phonon/phonon-4.12.0-r2.ebuild b/media-libs/phonon/phonon-4.12.0-r3.ebuild similarity index 95% rename from media-libs/phonon/phonon-4.12.0-r2.ebuild rename to media-libs/phonon/phonon-4.12.0-r3.ebuild index 4770b16093c7..b821463b8b9a 100644 --- a/media-libs/phonon/phonon-4.12.0-r2.ebuild +++ b/media-libs/phonon/phonon-4.12.0-r3.ebuild @@ -15,7 +15,7 @@ fi LICENSE="|| ( LGPL-2.1 LGPL-3 ) !pulseaudio? ( || ( GPL-2 GPL-3 ) )" SLOT="0" -IUSE="debug designer pulseaudio +qt5 qt6 +vlc" +IUSE="debug designer minimal pulseaudio +qt5 qt6" REQUIRED_USE="|| ( qt5 qt6 )" DEPEND=" @@ -50,7 +50,7 @@ BDEPEND=" qt6? ( dev-qt/qttools:6[linguist] ) " PDEPEND=" - vlc? ( >=media-libs/phonon-vlc-0.12.0[qt5?,qt6?] ) + !minimal? ( >=media-libs/phonon-vlc-0.12.0[qt5?,qt6?] ) " pkg_setup() {