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 21C14158015 for ; Fri, 29 Dec 2023 01:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 679B62BC048; Fri, 29 Dec 2023 01:16:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3FA3F2BC048 for ; Fri, 29 Dec 2023 01:16:31 +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 7A083340806 for ; Fri, 29 Dec 2023 01:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 176C7AE5 for ; Fri, 29 Dec 2023 01:16:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703812554.580d2472e6ab26fe76ec66fc71421f7f985fee4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch X-VCS-Directories: kde-plasma/kwin/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 580d2472e6ab26fe76ec66fc71421f7f985fee4a X-VCS-Branch: master Date: Fri, 29 Dec 2023 01:16:29 +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: 34f9a8ff-4c07-4767-be04-5cf20716ef27 X-Archives-Hash: 4881e9b0e3b658b12c9988b4e1105eb0 commit: 580d2472e6ab26fe76ec66fc71421f7f985fee4a Author: Alfred Wingate protonmail com> AuthorDate: Fri Dec 29 01:12:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 29 01:15:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580d2472 kde-plasma/kwin: add missing patch for 5.91.0 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34527 Signed-off-by: Sam James gentoo.org> .../files/kwin-5.90.90-gstreamer-optional.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 new file mode 100644 index 000000000000..dfd544af0058 --- /dev/null +++ b/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch @@ -0,0 +1,25 @@ +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 +