diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-10-16 15:38:45 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-10-16 15:39:14 +0000 |
commit | 0bd7731620393d0f5d583a1432e3a3b741c2c931 (patch) | |
tree | 4d124cc3a7cf4af4d61966434429a209dcd1213d /multimedia | |
parent | 46b49a44fb98c4aa96b6cc259b13d54eb1a9a036 (diff) | |
download | ports-0bd7731620393d0f5d583a1432e3a3b741c2c931.tar.gz ports-0bd7731620393d0f5d583a1432e3a3b741c2c931.zip |
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/pipewire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/pipewire/Makefile b/multimedia/pipewire/Makefile index d5d154acd4e5..47bc7b51df98 100644 --- a/multimedia/pipewire/Makefile +++ b/multimedia/pipewire/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat LIB_DEPENDS= libdbus-1.so:devel/dbus \ libinotify.so:devel/libinotify \ libepoll-shim.so:devel/libepoll-shim \ + libopus.so:audio/opus \ libsndfile.so:audio/libsndfile \ libudev.so:devel/libudev-devd \ libwebrtc_audio_processing.so:audio/webrtc-audio-processing0 @@ -36,7 +37,6 @@ GSTREAMER_USES= gstreamer GSTREAMER_MESON_ENABLED=gstreamer gstreamer-device-provider PIPEWIRE_JACK_DESC= Build pipewire-jack -PIPEWIRE_JACK_LIB_DEPENDS= libopus.so:audio/opus PIPEWIRE_JACK_MESON_ENABLED= pipewire-jack MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils |