Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/
Date: Mon, 04 Oct 2021 13:13:01
Message-Id: 1633353163.8c315f43f4957d4174bebdd0f9483ec033de5be3.asturm@gentoo
1 commit: 8c315f43f4957d4174bebdd0f9483ec033de5be3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 12:47:41 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 13:12:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c315f43
7
8 kde-plasma/plasma-pa: Support media-video/pipewire alternative to PA
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild
16 index 1e84d165efb..a3f477bf21b 100644
17 --- a/kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild
18 +++ b/kde-plasma/plasma-pa/plasma-pa-5.22.90.ebuild
19 @@ -31,5 +31,10 @@ DEPEND="
20 RDEPEND="${DEPEND}
21 >=dev-qt/qtquickcontrols2-${QTMIN}:5
22 >=kde-frameworks/kirigami-${KFMIN}:5
23 + || (
24 + media-video/pipewire
25 + media-sound/pulseaudio-daemon
26 + media-sound/pulseaudio[daemon(+)]
27 + )
28 x11-themes/sound-theme-freedesktop
29 "