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 6CC1F158041 for ; Fri, 8 Mar 2024 20:17:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2785BE29D0; Fri, 8 Mar 2024 20:17:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09C95E29D0 for ; Fri, 8 Mar 2024 20:17:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A16B33BEE9 for ; Fri, 8 Mar 2024 20:17:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8922B119 for ; Fri, 8 Mar 2024 20:17:02 +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: <1709928966.a3559756075c88e918e99853eb39e9ce428ecbb7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/elisa/elisa-24.02.49.9999.ebuild media-sound/elisa/elisa-9999.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a3559756075c88e918e99853eb39e9ce428ecbb7 X-VCS-Branch: master Date: Fri, 8 Mar 2024 20:17:02 +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: 0e4ddaac-92e1-4e12-9f0e-617bed0688ea X-Archives-Hash: 3d3f58879b2d27d4cc25f0987bf8f406 commit: a3559756075c88e918e99853eb39e9ce428ecbb7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 23:55:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 8 20:16:06 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3559756 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.49.9999.ebuild | 4 ++-- media-sound/elisa/elisa-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/elisa/elisa-24.02.49.9999.ebuild b/media-sound/elisa/elisa-24.02.49.9999.ebuild index 63d0383532..bc7b591471 100644 --- a/media-sound/elisa/elisa-24.02.49.9999.ebuild +++ b/media-sound/elisa/elisa-24.02.49.9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/elisa/" LICENSE="LGPL-3+" SLOT="6" KEYWORDS="" -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] diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index 84e18d676f..069fe86bde 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/elisa/" LICENSE="LGPL-3+" SLOT="6" KEYWORDS="" -IUSE="mpris +vlc" +IUSE="mpris vlc" RESTRICT="test" @@ -41,7 +41,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]