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 8D9C5158019 for ; Sun, 3 Oct 2021 13:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE10BE0878; Sun, 3 Oct 2021 13:48:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA874E0878 for ; Sun, 3 Oct 2021 13:48:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F461342B91 for ; Sun, 3 Oct 2021 13:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BA8A2C for ; Sun, 3 Oct 2021 13:48:43 +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: <1633265608.0f594fcc4a065ea5c1d5749e45620ca1e9e7b053.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-pa/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild kde-plasma/plasma-pa/plasma-pa-5.23.49.9999.ebuild kde-plasma/plasma-pa/plasma-pa-9999.ebuild X-VCS-Directories: kde-plasma/plasma-pa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0f594fcc4a065ea5c1d5749e45620ca1e9e7b053 X-VCS-Branch: master Date: Sun, 3 Oct 2021 13:48:43 +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: d3b3d704-ce79-49d4-aaf3-de32ff8e16d9 X-Archives-Hash: 574a81608370fdb7e5aa59a2e7fd227a commit: 0f594fcc4a065ea5c1d5749e45620ca1e9e7b053 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 30 18:10:45 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 3 12:53:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f594fcc kde-plasma/plasma-pa: Support media-video/pipewire alternative to PA Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild | 5 +++++ kde-plasma/plasma-pa/plasma-pa-5.23.49.9999.ebuild | 5 +++++ kde-plasma/plasma-pa/plasma-pa-9999.ebuild | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild index 1e84d165ef..a3f477bf21 100644 --- a/kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild @@ -31,5 +31,10 @@ DEPEND=" RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 + || ( + media-video/pipewire + media-sound/pulseaudio-daemon + media-sound/pulseaudio[daemon(+)] + ) x11-themes/sound-theme-freedesktop " diff --git a/kde-plasma/plasma-pa/plasma-pa-5.23.49.9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.23.49.9999.ebuild index 94bf69f233..255f143bf4 100644 --- a/kde-plasma/plasma-pa/plasma-pa-5.23.49.9999.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-5.23.49.9999.ebuild @@ -31,5 +31,10 @@ DEPEND=" RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 + || ( + media-video/pipewire + media-sound/pulseaudio-daemon + media-sound/pulseaudio[daemon(+)] + ) x11-themes/sound-theme-freedesktop " diff --git a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild index 0d7376ac0e..8abf6f9eb2 100644 --- a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild @@ -31,5 +31,10 @@ DEPEND=" RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 + || ( + media-video/pipewire + media-sound/pulseaudio-daemon + media-sound/pulseaudio[daemon(+)] + ) x11-themes/sound-theme-freedesktop "