commit: 5ae8125db459989db6959b88c1a6153dacecc826
Author: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com>
AuthorDate: Sun Feb 27 06:55:01 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 00:29:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae8125d
media-sound/pulseaudio-daemon: Enable bluez5-gstreamer
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/pulseaudio-daemon/metadata.xml | 4 ++++
media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
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)