diff options
author | 2022-02-27 09:55:01 +0300 | |
---|---|---|
committer | 2022-03-18 00:29:58 +0000 | |
commit | 5ae8125db459989db6959b88c1a6153dacecc826 (patch) | |
tree | ef808b7c1e57ea9285ce5726a19aa3c94a86e486 /media-sound | |
parent | media-sound/pulseaudio: Enable bluez5-gstreamer (diff) | |
download | gentoo-5ae8125db459989db6959b88c1a6153dacecc826.tar.gz gentoo-5ae8125db459989db6959b88c1a6153dacecc826.tar.bz2 gentoo-5ae8125db459989db6959b88c1a6153dacecc826.zip |
media-sound/pulseaudio-daemon: Enable bluez5-gstreamer
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pulseaudio-daemon/metadata.xml | 4 | ||||
-rw-r--r-- | media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/media-sound/pulseaudio-daemon/metadata.xml b/media-sound/pulseaudio-daemon/metadata.xml index 9808d54c65cf..df06edf344b4 100644 --- a/media-sound/pulseaudio-daemon/metadata.xml +++ b/media-sound/pulseaudio-daemon/metadata.xml @@ -62,5 +62,9 @@ <flag name="ofono-headset"> Build with oFono HFP backend for bluez 5, requires <pkg>net-misc/ofono</pkg>. </flag> + <flag name="gstreamer"> + Build with support for gstreamer including ability to use bluetooth codecs. + For bluetooth codecs see USE ldac and aptx. + </flag> </use> </pkgmetadata> diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild index 362e42c99ac8..81f33c619506 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild @@ -183,7 +183,7 @@ src_configure() { $(meson_feature asyncns) $(meson_feature zeroconf avahi) $(meson_feature bluetooth bluez5) - -Dbluez5-gstreamer=disabled # no ldacenc/rtpldacpay gst elements packaged yet + $(meson_feature gstreamer bluez5-gstreamer) $(meson_use native-headset bluez5-native-headset) $(meson_use ofono-headset bluez5-ofono-headset) $(meson_feature dbus) |