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 E5A84158041 for ; Fri, 8 Mar 2024 20:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C427E29D3; 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 DE44BE29D0 for ; Fri, 8 Mar 2024 20:17:04 +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 E823333BEB9 for ; Fri, 8 Mar 2024 20:17:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74EDF14EE 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: <1709928920.344cf95a2de16eed57704ee660dbb39f5a56043d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/, kde-plasma/kwin/files/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch kde-plasma/kwin/kwin-6.0.49.9999.ebuild kde-plasma/kwin/kwin-9999.ebuild kde-plasma/kwin/metadata.xml X-VCS-Directories: kde-plasma/kwin/ kde-plasma/kwin/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 344cf95a2de16eed57704ee660dbb39f5a56043d 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: 253087ae-3138-4a54-bba9-cd24b1f1e567 X-Archives-Hash: 09d00f6f239b1bfe6ce54407e73da329 commit: 344cf95a2de16eed57704ee660dbb39f5a56043d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 23:53:34 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 8 20:15:20 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=344cf95a kde-plasma/kwin: Drop dev-qt/qtmultimedia[gstreamer] USEdep Qt6Multimedia ensures a video backend is available, w/ ffmpeg as default. Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/kwin-5.90.90-gstreamer-optional.patch | 25 ---------------------- kde-plasma/kwin/kwin-6.0.49.9999.ebuild | 15 +++++++------ kde-plasma/kwin/kwin-9999.ebuild | 15 +++++++------ kde-plasma/kwin/metadata.xml | 1 - 4 files changed, 18 insertions(+), 38 deletions(-) diff --git a/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch b/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch deleted file mode 100644 index dfd544af00..0000000000 --- a/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 3b851958984a2028780ee6078004690ca2b0723b Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -Date: Tue, 6 Aug 2019 22:36:44 +0200 -Subject: [PATCH] Disable the effect video button if gstreamer is missing - ---- - src/kcms/effects/ui/Effect.qml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/kcms/effects/ui/Effect.qml b/src/kcms/effects/ui/Effect.qml -index e4a7daca7e..23d32e63a1 100644 ---- a/src/kcms/effects/ui/Effect.qml -+++ b/src/kcms/effects/ui/Effect.qml -@@ -120,7 +120,7 @@ QQC2.ItemDelegate { - } - - QQC2.ToolButton { -- visible: model.VideoRole.toString() !== "" -+ visible: false - icon.name: "videoclip-amarok" - text: i18nc("@info:tooltip", "Show/Hide Video") - display: QQC2.AbstractButton.IconOnly --- -2.43.0 - diff --git a/kde-plasma/kwin/kwin-6.0.49.9999.ebuild b/kde-plasma/kwin/kwin-6.0.49.9999.ebuild index bdd5083917..2f1fc7b3e1 100644 --- a/kde-plasma/kwin/kwin-6.0.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-6.0.49.9999.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" LICENSE="GPL-2+" SLOT="6" KEYWORDS="" -IUSE="accessibility caps gles2-only lock multimedia screencast +shortcuts" +IUSE="accessibility caps gles2-only lock screencast +shortcuts" RESTRICT="test" @@ -78,15 +78,19 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} !kde-plasma/kdeplasma-addons:5 !kde-plasma/kwayland-server + >=dev-qt/qtmultimedia-${QTMIN}:6[qml] + || ( + dev-qt/qtmultimedia:6[ffmpeg] + ( + dev-qt/qtmultimedia:6[gstreamer] + media-plugins/gst-plugins-soup:1.0 + ) + ) >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kitemmodels-${KFMIN}:6 >=kde-plasma/libplasma-${PVCUT}:6[wayland] sys-apps/hwdata x11-base/xwayland - multimedia? ( - >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer,qml] - media-plugins/gst-plugins-soup:1.0 - ) " DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.11.1 @@ -108,7 +112,6 @@ PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:*" src_prepare() { ecm_src_prepare - use multimedia || eapply "${FILESDIR}/${PN}-5.90.90-gstreamer-optional.patch" # TODO: try to get a build switch upstreamed if ! use screencast; then diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index 7b9df0fd21..6c7dd44b6b 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" LICENSE="GPL-2+" SLOT="6" KEYWORDS="" -IUSE="accessibility caps gles2-only lock multimedia screencast +shortcuts" +IUSE="accessibility caps gles2-only lock screencast +shortcuts" RESTRICT="test" @@ -78,15 +78,19 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} !kde-plasma/kdeplasma-addons:5 !kde-plasma/kwayland-server + >=dev-qt/qtmultimedia-${QTMIN}:6[qml] + || ( + dev-qt/qtmultimedia:6[ffmpeg] + ( + dev-qt/qtmultimedia:6[gstreamer] + media-plugins/gst-plugins-soup:1.0 + ) + ) >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kitemmodels-${KFMIN}:6 >=kde-plasma/libplasma-${PVCUT}:6[wayland] sys-apps/hwdata x11-base/xwayland - multimedia? ( - >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer,qml] - media-plugins/gst-plugins-soup:1.0 - ) " DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.11.1 @@ -108,7 +112,6 @@ PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:*" src_prepare() { ecm_src_prepare - use multimedia || eapply "${FILESDIR}/${PN}-5.90.90-gstreamer-optional.patch" # TODO: try to get a build switch upstreamed if ! use screencast; then diff --git a/kde-plasma/kwin/metadata.xml b/kde-plasma/kwin/metadata.xml index 4903bdce5a..bb4709286c 100644 --- a/kde-plasma/kwin/metadata.xml +++ b/kde-plasma/kwin/metadata.xml @@ -10,7 +10,6 @@ Enable screen locking via kde-plasma/kscreenlocker - Enable effect video button in desktop effects KCM Enable screencast portal using media-video/pipewire Enable global shortcuts support via kde-plasma/kglobalacceld