diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2022-02-18 22:21:55 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-21 00:43:05 +0000 |
commit | dda3af5e256605dd18ea16327746f486ecca61e4 (patch) | |
tree | bdf2c67ce2f1eac82b2f3456284487b042b34760 /net-wireless/blueman | |
parent | media-sound/apulse: Conflict with media-libs/libpulse if USE=sdk (diff) | |
download | gentoo-dda3af5e256605dd18ea16327746f486ecca61e4.tar.gz gentoo-dda3af5e256605dd18ea16327746f486ecca61e4.tar.bz2 gentoo-dda3af5e256605dd18ea16327746f486ecca61e4.zip |
net-wireless/blueman: Allow more BT audio implementations
Blueman package wants to make sure there is functional bluetooth audio
implementation. Allow pulseaudio-daemon or pipewire with USE=bluetooth.
With this change corresponding 'pulseaudio' use flag should probably be renamed
to either 'audio' or 'sound'
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24223
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless/blueman')
-rw-r--r-- | net-wireless/blueman/blueman-2.2.3-r1.ebuild (renamed from net-wireless/blueman/blueman-2.2.3.ebuild) | 2 | ||||
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net-wireless/blueman/blueman-2.2.3.ebuild b/net-wireless/blueman/blueman-2.2.3-r1.ebuild index e26dd771b41d..9956a8d8bdc4 100644 --- a/net-wireless/blueman/blueman-2.2.3.ebuild +++ b/net-wireless/blueman/blueman-2.2.3-r1.ebuild @@ -64,6 +64,8 @@ RDEPEND="${DEPEND} policykit? ( sys-auth/polkit ) pulseaudio? ( || ( + media-sound/pulseaudio-daemon[bluetooth] + media-video/pipewire[bluetooth] media-sound/pulseaudio[bluetooth] media-sound/pulseaudio-modules-bt ) diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 093410dceb50..ee078696786e 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -64,6 +64,8 @@ RDEPEND="${DEPEND} policykit? ( sys-auth/polkit ) pulseaudio? ( || ( + media-sound/pulseaudio-daemon[bluetooth] + media-video/pipewire[bluetooth] media-sound/pulseaudio[bluetooth] media-sound/pulseaudio-modules-bt ) |