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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA3D7158043 for ; Fri, 8 Mar 2024 20:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40F65E29C9; Fri, 8 Mar 2024 20:44:53 +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 24DC3E29C9 for ; Fri, 8 Mar 2024 20:44:53 +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 1280533BEBE for ; Fri, 8 Mar 2024 20:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33D2214EE for ; Fri, 8 Mar 2024 20:44:50 +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: <1709930548.4c9998eb92bf5bc91d3d6468bccf7c72baf04913.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/elisa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/elisa/elisa-24.02.0-r1.ebuild media-sound/elisa/elisa-24.02.0.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4c9998eb92bf5bc91d3d6468bccf7c72baf04913 X-VCS-Branch: master Date: Fri, 8 Mar 2024 20:44:50 +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: 9850e263-daac-4faa-a653-1108ff743954 X-Archives-Hash: 2e3d1f46f8d3e74e8d8ad3039b3c933a commit: 4c9998eb92bf5bc91d3d6468bccf7c72baf04913 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 23:55:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 8 20:42:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9998eb media-sound/elisa: Drop dev-qt/qtmultimedia[gstreamer] USEdep Qt6Multimedia ensures a video backend is available, w/ ffmpeg as default. Use the opportunity to not enable IUSE vlc by default, which brings in a Qt5 revdep. Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/elisa/{elisa-24.02.0.ebuild => elisa-24.02.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/elisa/elisa-24.02.0.ebuild b/media-sound/elisa/elisa-24.02.0-r1.ebuild similarity index 94% rename from media-sound/elisa/elisa-24.02.0.ebuild rename to media-sound/elisa/elisa-24.02.0-r1.ebuild index 2fd878895cd7..6ed31769f22c 100644 --- a/media-sound/elisa/elisa-24.02.0.ebuild +++ b/media-sound/elisa/elisa-24.02.0-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/elisa/" LICENSE="LGPL-3+" SLOT="6" KEYWORDS="~amd64" -IUSE="mpris +vlc" +IUSE="mpris vlc" RESTRICT="test" @@ -40,7 +40,7 @@ DEPEND=" >=kde-frameworks/kdbusaddons-${KFMIN}:6 ) vlc? ( media-video/vlc:= ) - !vlc? ( >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer] ) + !vlc? ( >=dev-qt/qtmultimedia-${QTMIN}:6 ) " RDEPEND="${DEPEND} >=dev-qt/qt5compat-${QTMIN}:6[qml]