Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/
Date: Mon, 21 Feb 2022 00:49:21
Message-Id: 1645404185.dda3af5e256605dd18ea16327746f486ecca61e4.sam@gentoo
1 commit: dda3af5e256605dd18ea16327746f486ecca61e4
2 Author: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 18 19:21:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 00:43:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda3af5e
7
8 net-wireless/blueman: Allow more BT audio implementations
9
10 Blueman package wants to make sure there is functional bluetooth audio
11 implementation. Allow pulseaudio-daemon or pipewire with USE=bluetooth.
12
13 With this change corresponding 'pulseaudio' use flag should probably be renamed
14 to either 'audio' or 'sound'
15
16 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail.com>
17 Closes: https://github.com/gentoo/gentoo/pull/24223
18 Signed-off-by: Sam James <sam <AT> gentoo.org>
19
20 .../blueman/{blueman-2.2.3.ebuild => blueman-2.2.3-r1.ebuild} | 2 ++
21 net-wireless/blueman/blueman-9999.ebuild | 4 +++-
22 2 files changed, 5 insertions(+), 1 deletion(-)
23
24 diff --git a/net-wireless/blueman/blueman-2.2.3.ebuild b/net-wireless/blueman/blueman-2.2.3-r1.ebuild
25 similarity index 97%
26 rename from net-wireless/blueman/blueman-2.2.3.ebuild
27 rename to net-wireless/blueman/blueman-2.2.3-r1.ebuild
28 index e26dd771b41d..9956a8d8bdc4 100644
29 --- a/net-wireless/blueman/blueman-2.2.3.ebuild
30 +++ b/net-wireless/blueman/blueman-2.2.3-r1.ebuild
31 @@ -64,6 +64,8 @@ RDEPEND="${DEPEND}
32 policykit? ( sys-auth/polkit )
33 pulseaudio? (
34 || (
35 + media-sound/pulseaudio-daemon[bluetooth]
36 + media-video/pipewire[bluetooth]
37 media-sound/pulseaudio[bluetooth]
38 media-sound/pulseaudio-modules-bt
39 )
40
41 diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
42 index 093410dceb50..ee078696786e 100644
43 --- a/net-wireless/blueman/blueman-9999.ebuild
44 +++ b/net-wireless/blueman/blueman-9999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2021 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI="7"
51 @@ -64,6 +64,8 @@ RDEPEND="${DEPEND}
52 policykit? ( sys-auth/polkit )
53 pulseaudio? (
54 || (
55 + media-sound/pulseaudio-daemon[bluetooth]
56 + media-video/pipewire[bluetooth]
57 media-sound/pulseaudio[bluetooth]
58 media-sound/pulseaudio-modules-bt
59 )