diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2022-02-27 09:55:02 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-18 00:30:04 +0000 |
commit | 6dce51ceabf27b0d9322b3ddfc8dffaaae2fd775 (patch) | |
tree | 84a00bfc23b3417998a921e8c4f829e02dc151f5 /media-sound | |
parent | media-sound/pulseaudio: Add USE=ldac dependency on gst-plugins-ldac (diff) | |
download | gentoo-6dce51ceabf27b0d9322b3ddfc8dffaaae2fd775.tar.gz gentoo-6dce51ceabf27b0d9322b3ddfc8dffaaae2fd775.tar.bz2 gentoo-6dce51ceabf27b0d9322b3ddfc8dffaaae2fd775.zip |
media-sound/pulseaudio-daemon: Add USE=aptx dependency on gst-plugins-openaptx
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 | 3 | ||||
-rw-r--r-- | media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/media-sound/pulseaudio-daemon/metadata.xml b/media-sound/pulseaudio-daemon/metadata.xml index 4becd557166d..0a4437e23510 100644 --- a/media-sound/pulseaudio-daemon/metadata.xml +++ b/media-sound/pulseaudio-daemon/metadata.xml @@ -66,6 +66,9 @@ Build with support for gstreamer including ability to use bluetooth codecs. For bluetooth codecs see USE ldac and aptx. </flag> + <flag name="aptx"> + aptX (HD) over Bluetooth (many Android compatible headphones), requires <pkg>media-plugins/gst-plugins-openaptx</pkg>. + </flag> <flag name="ldac"> LDAC over Bluetooth (primarily Sony headphones), requires <pkg>media-plugins/gst-plugins-ldac</pkg>. </flag> 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 dce91187153f..71655e65efbd 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild @@ -32,7 +32,7 @@ SLOT="0" # +alsa-plugin as discussed in bug #519530 # TODO: Find out why webrtc-aec is + prefixed - there's already the always available speexdsp-aec # NOTE: The current ebuild sets +X almost certainly just for the pulseaudio.desktop file -IUSE="+alsa +alsa-plugin +asyncns bluetooth dbus elogind equalizer +gdbm gstreamer +glib gtk ipv6 jack ldac lirc +IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer +gdbm gstreamer +glib gtk ipv6 jack ldac lirc native-headset ofono-headset +orc oss selinux sox ssl systemd system-wide tcpd test +udev +webrtc-aec +X zeroconf" RESTRICT="!test? ( test )" @@ -127,6 +127,7 @@ RDEPEND=" bluetooth? ( gstreamer? ( ldac? ( media-plugins/gst-plugins-ldac ) + aptx? ( media-plugins/gst-plugins-openaptx ) ) ) " |