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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F764138334 for ; Tue, 6 Aug 2019 23:02:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ABA5E0835; Tue, 6 Aug 2019 23:02:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 501C2E0835 for ; Tue, 6 Aug 2019 23:02:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21A1A349A03 for ; Tue, 6 Aug 2019 23:02:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E945C72B for ; Tue, 6 Aug 2019 23:02:39 +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: <1565124210.4689fa76c4f2a1ce41df0b82c9345be09acdb065.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.16.80-gstreamer-optional.patch kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/files/ kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4689fa76c4f2a1ce41df0b82c9345be09acdb065 X-VCS-Branch: master Date: Tue, 6 Aug 2019 23:02:39 +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: 5b58cb2e-130e-4a86-a0e6-3574d4ce8b09 X-Archives-Hash: e43413f6e3cbe6b9a2370465b5a0cb64 commit: 4689fa76c4f2a1ce41df0b82c9345be09acdb065 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 6 20:43:30 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 6 20:43:30 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4689fa76 kde-plasma/kwin: Rebase gstreamer-optional.patch on git master Broken by upstream commit 52eba31ea23d73731600851838f61118a3fd9f9e Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/kwin-5.16.80-gstreamer-optional.patch | 25 ++++++++++++++++++++++ kde-plasma/kwin/kwin-9999.ebuild | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/kde-plasma/kwin/files/kwin-5.16.80-gstreamer-optional.patch b/kde-plasma/kwin/files/kwin-5.16.80-gstreamer-optional.patch new file mode 100644 index 0000000000..08a472ad55 --- /dev/null +++ b/kde-plasma/kwin/files/kwin-5.16.80-gstreamer-optional.patch @@ -0,0 +1,25 @@ +From b5b277996322b0a37ed8a9443724183b82800e81 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 + +--- + kcmkwin/kwineffects/package/contents/ui/Effect.qml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/kcmkwin/kwineffects/package/contents/ui/Effect.qml b/kcmkwin/kwineffects/package/contents/ui/Effect.qml +index 71dbc5935..86ddf40b3 100644 +--- a/kcmkwin/kwineffects/package/contents/ui/Effect.qml ++++ b/kcmkwin/kwineffects/package/contents/ui/Effect.qml +@@ -112,7 +112,7 @@ Kirigami.SwipeListItem { + } + actions: [ + Kirigami.Action { +- visible: model.VideoRole.toString() !== "" ++ visible: false + icon.name: "videoclip-amarok" + tooltip: i18nc("@info:tooltip", "Show/Hide Video") + onTriggered: videoItem.showHide() +-- +2.22.0 + diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index f0b90c2bba..cf1130f7cc 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -89,7 +89,7 @@ RESTRICT+=" test" src_prepare() { kde5_src_prepare - use multimedia || eapply "${FILESDIR}/${PN}-5.15.80-gstreamer-optional.patch" + use multimedia || eapply "${FILESDIR}/${PN}-5.16.80-gstreamer-optional.patch" # Access violations, bug #640432 sed -e "s/^ecm_find_qmlmodule.*QtMultimedia/#&/" \