Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
Date: Sun, 03 Oct 2021 13:48:46
Message-Id: 1633266014.8af4f212be9407c125ce222c9d78f4bb24a2a5d1.asturm@gentoo
1 commit: 8af4f212be9407c125ce222c9d78f4bb24a2a5d1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 18:10:02 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 13:00:14 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8af4f212
7
8 kde-apps/kmix: Support media-video/pipewire alternative to PA
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/kmix/kmix-21.08.49.9999.ebuild | 5 +++++
14 kde-apps/kmix/kmix-9999.ebuild | 5 +++++
15 2 files changed, 10 insertions(+)
16
17 diff --git a/kde-apps/kmix/kmix-21.08.49.9999.ebuild b/kde-apps/kmix/kmix-21.08.49.9999.ebuild
18 index add144d6ed..abe8723875 100644
19 --- a/kde-apps/kmix/kmix-21.08.49.9999.ebuild
20 +++ b/kde-apps/kmix/kmix-21.08.49.9999.ebuild
21 @@ -42,6 +42,11 @@ DEPEND="
22 "
23 RDEPEND="${DEPEND}
24 kde-plasma/kde-cli-tools:5
25 + pulseaudio? ( || (
26 + media-video/pipewire
27 + media-sound/pulseaudio-daemon
28 + media-sound/pulseaudio[daemon(+)]
29 + ) )
30 "
31
32 src_configure() {
33
34 diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
35 index e30d8aedb7..097f347d63 100644
36 --- a/kde-apps/kmix/kmix-9999.ebuild
37 +++ b/kde-apps/kmix/kmix-9999.ebuild
38 @@ -42,6 +42,11 @@ DEPEND="
39 "
40 RDEPEND="${DEPEND}
41 kde-plasma/kde-cli-tools:5
42 + pulseaudio? ( || (
43 + media-video/pipewire
44 + media-sound/pulseaudio-daemon
45 + media-sound/pulseaudio[daemon(+)]
46 + ) )
47 "
48
49 src_configure() {