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 6386B138359 for ; Fri, 24 Jul 2020 21:21:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ACD3E0863; Fri, 24 Jul 2020 21:21:01 +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 66282E0863 for ; Fri, 24 Jul 2020 21:21:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0EC2B34DCEE for ; Fri, 24 Jul 2020 21:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8449529A for ; Fri, 24 Jul 2020 21:20:58 +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: <1595572951.86ed1c5388cb66355fddcd03eddd6ec58134b749.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-9999.ebuild kde-plasma/kwin/metadata.xml X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 86ed1c5388cb66355fddcd03eddd6ec58134b749 X-VCS-Branch: master Date: Fri, 24 Jul 2020 21:20:58 +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: 2eb50716-bf80-46b1-9d16-5e3e3f795d8a X-Archives-Hash: c3a1988a391de41c269d2c8a0b39ffff commit: 86ed1c5388cb66355fddcd03eddd6ec58134b749 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 24 06:42:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 24 06:42:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=86ed1c53 kde-plasma/kwin: Add IUSE=screencast Upstream commit 38eb72efe308e52cb1b8918498a2e1a4573e5aa6 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-9999.ebuild | 9 ++++++++- kde-plasma/kwin/metadata.xml | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index 8323ae11ba..92255158e8 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" LICENSE="GPL-2+" SLOT="5" KEYWORDS="" -IUSE="accessibility caps gles2-only multimedia" +IUSE="accessibility caps gles2-only multimedia screencast" COMMON_DEPEND=" >=dev-libs/libinput-1.14 @@ -75,6 +75,7 @@ COMMON_DEPEND=" accessibility? ( media-libs/libqaccessibilityclient:5 ) caps? ( sys-libs/libcap ) gles2-only? ( media-libs/mesa[gles2] ) + screencast? ( >=media-video/pipewire-0.3:= ) " # TODO: sys-apps/hwdata? not packaged yet; commit 33a1777a, Gentoo-bug 717216 RDEPEND="${COMMON_DEPEND} @@ -103,6 +104,12 @@ src_prepare() { # Access violations, bug #640432 sed -e "s/^ecm_find_qmlmodule.*QtMultimedia/#&/" \ -i CMakeLists.txt || die + + # TODO: try to get a build switch upstreamed + if ! use screencast; then + sed -e "s/^pkg_check_modules.*PipeWire/#&/" \ + -i CMakeLists.txt || die + fi } src_configure() { diff --git a/kde-plasma/kwin/metadata.xml b/kde-plasma/kwin/metadata.xml index 9b1b37b6a9..24eb993641 100644 --- a/kde-plasma/kwin/metadata.xml +++ b/kde-plasma/kwin/metadata.xml @@ -7,5 +7,6 @@ Enable effect video button in desktop effects KCM + Enable screencast portal using media-video/pipewire