summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorPavel Vinogradov2022-07-20 21:38:50 -0400
committerPavel Vinogradov2022-07-20 21:38:50 -0400
commitf53c086134b9d7fd94cd5bdd43371ac31f9e86dc (patch)
tree5a64c5f22b8c0d7cc6d0127765a7eb86bcb415fe /video
parent68e15f979b2baee143b5159612d9b14ef74c1064 (diff)
video/pipewire: added optional dependency on opus codec for Bluetooth
Diffstat (limited to 'video')
-rwxr-xr-xvideo/pipewire/DEPENDS4
-rw-r--r--video/pipewire/HISTORY3
2 files changed, 6 insertions, 1 deletions
diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index 2502e46a94..9f23d27c50 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -18,7 +18,9 @@ optional_depends avahi avahi={en,dis}abled 'for service-discovery support' &&
optional_depends alsa-lib pipewire-alsa={en,dis}abled 'ALSA sound support' &&
optional_depends bluez5 bluez5={en,dis}abled 'Bluetooth support' &&
if is_depends_enabled $SPELL bluez5; then
- depends sbc
+ depends sbc &&
+ optional_depends opus 'bluez5-codec-opus=enabled' 'bluez5-codec-opus=disabled' \
+ 'for Opus codec support in Bluetooth module'
fi &&
optional_depends JACK-DRIVER pipewire-jack={en,dis}abled 'jack integration' &&
optional_depends LIBAVCODEC ffmpeg={en,dis}abled 'AV decoding' &&
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index d7a5afa68b..0872010e99 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,6 @@
+2022-07-20 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: added optional opus codec for Bluetooth
+
2022-07-19 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 0.3.56