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 94F8E158094 for ; Thu, 7 Jul 2022 14:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 802F2E0D19; Thu, 7 Jul 2022 14:16:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65654E0D19 for ; Thu, 7 Jul 2022 14:16:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67417340E1C for ; Thu, 7 Jul 2022 14:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF10051F for ; Thu, 7 Jul 2022 14:16:25 +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: <1657203363.c488c546e57f7d64d3916556f3c873d0a93b3c10.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/metadata.xml kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c488c546e57f7d64d3916556f3c873d0a93b3c10 X-VCS-Branch: master Date: Thu, 7 Jul 2022 14:16:25 +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: 0685f1f1-0b42-48b2-bfff-8a0367ae3b1b X-Archives-Hash: d03dddb1dae3e8df6a45bcc4fcbd935f commit: c488c546e57f7d64d3916556f3c873d0a93b3c10 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 7 12:00:45 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 7 14:16:03 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c488c546 kde-plasma/plasma-workspace: Add new dependency Upstream commit bf4dd63531488ea6583ff04bd3d87cada05f7965 See also: https://invent.kde.org/plasma/plasma-workspace/-/commit/bf4dd63531488ea6583ff04bd3d87cada05f7965#note_482338 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/metadata.xml | 2 +- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml index 34de71a5b2..bc69bfb863 100644 --- a/kde-plasma/plasma-workspace/metadata.xml +++ b/kde-plasma/plasma-workspace/metadata.xml @@ -12,7 +12,7 @@ Enable AppStream software metadata support Enables dataengine providing location information Enable locale generation and Users KCM using sys-auth/polkit and sys-apps/accountsservice - Enable screencast portal using media-video/pipewire + Enable screencast portal using kde-plasma/kpipewire Enable User Feedback control module for kde-plasma/systemsettings diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index a704fe0e7e..ef3173f752 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -110,6 +110,7 @@ COMMON_DEPEND=" policykit? ( virtual/libcrypt:= ) screencast? ( >=dev-qt/qtgui-${QTMIN}:5=[egl] + >=kde-plasma/kpipewire-${PVCUT}:5 media-libs/libglvnd >=media-video/pipewire-0.3:= x11-libs/libdrm @@ -168,6 +169,7 @@ src_prepare() { # TODO: try to get a build switch upstreamed if ! use screencast; then + ecm_punt_bogus_dep K PipeWire sed -e "s/^pkg_check_modules.*PipeWire/#&/" -i CMakeLists.txt || die fi