summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorIsmael Luceno2022-08-01 19:16:13 +0200
committerIsmael Luceno2022-08-01 19:16:13 +0200
commitb915e80dfd34f52f41bdb9b04d8376bc2960b861 (patch)
tree586e39505760aaf65a355849f9f669cc3f37a724 /video
parenteec4ca3175a15ed3c7f61bd083028daae3032b05 (diff)
pipewire: enable opus only for scm for now
Diffstat (limited to 'video')
-rwxr-xr-xvideo/pipewire/DEPENDS8
-rw-r--r--video/pipewire/HISTORY3
2 files changed, 8 insertions, 3 deletions
diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index 81b81ffc56..819afa808e 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -13,14 +13,16 @@ if is_depends_enabled $SPELL gst-plugins-base-1.0;then
depends glib2
fi &&
-
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 &&
- optional_depends opus 'bluez5-codec-opus=enabled' 'bluez5-codec-opus=disabled' \
- 'for Opus codec support in Bluetooth module'
+ # XXX opus not available yet, as of 0.3.56
+ if [[ "${PIPEWIRE_BRANCH}" == "scm" ]]; then
+ optional_depends opus bluez5-codec-opus={enabled,disabled} \
+ 'for Opus codec support in Bluetooth module'
+ fi
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 7a5d9a59ef..72dc97b1bd 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,6 @@
+2022-08-01 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: enable opus dependency only for scm
+
2022-07-23 Pavel Vinogradov <public@sourcemage.org>
* DEPENDS: pkgconfig -> PKG-CONFIG