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 79EDE158015 for ; Sat, 16 Dec 2023 12:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D408E2BC01A; Sat, 16 Dec 2023 12:34:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FA062BC019 for ; Sat, 16 Dec 2023 12:34:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AA8C33BE19 for ; Sat, 16 Dec 2023 12:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E447EAE9 for ; Sat, 16 Dec 2023 12:34:09 +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: <1702727830.3160dbb0680235164d047bad31bb7205dc368ad3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kpipewire/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kpipewire/kpipewire-9999.ebuild X-VCS-Directories: kde-plasma/kpipewire/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3160dbb0680235164d047bad31bb7205dc368ad3 X-VCS-Branch: master Date: Sat, 16 Dec 2023 12:34:09 +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: 3628a739-5682-457c-b183-2c8ec0fb26a4 X-Archives-Hash: df91c71faf49e9684a78c464e4c7b9f1 commit: 3160dbb0680235164d047bad31bb7205dc368ad3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 16 11:54:21 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 16 11:57:10 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3160dbb0 kde-plasma/kpipewire: Update dependencies Upstream commits: adb727615b3d4f267cc7b5088e5f458141f5d7b4 8176652cd952a8e6644696444532f246435c921d 14c83f68d5197b9c568a8c20a354bd8e0e953f0e Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kpipewire/kpipewire-9999.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kde-plasma/kpipewire/kpipewire-9999.ebuild b/kde-plasma/kpipewire/kpipewire-9999.ebuild index 340a5564bf..41f812f314 100644 --- a/kde-plasma/kpipewire/kpipewire-9999.ebuild +++ b/kde-plasma/kpipewire/kpipewire-9999.ebuild @@ -16,24 +16,27 @@ KEYWORDS="" IUSE="" COMMON_DEPEND=" - dev-libs/wayland >=dev-qt/qtbase-${QTMIN}:6[dbus,gui] >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtwayland-${QTMIN}:6 >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-plasma/kwayland-${KFMIN}:6 media-libs/libepoxy media-libs/libglvnd + media-libs/libva:= media-video/ffmpeg:= >=media-video/pipewire-0.3:= x11-libs/libdrm " DEPEND="${COMMON_DEPEND} - dev-libs/plasma-wayland-protocols + test? ( + dev-libs/plasma-wayland-protocols + dev-libs/wayland + >=dev-qt/qtwayland-${QTMIN}:6 + >=kde-plasma/kwayland-${KFMIN}:6 + ) " RDEPEND="${COMMON_DEPEND} >=kde-frameworks/kirigami-${KFMIN}:6 x11-themes/sound-theme-freedesktop + test? ( >=dev-qt/qtwayland-${QTMIN}:6 ) " -BDEPEND=">=dev-qt/qtwayland-${QTMIN}:6"