pulseaudio: disable compiling against libwrap and (bluez5-)gstreamer
authorJohnny Vogels <redacted>
Sun, 29 Oct 2023 18:32:22 +0000 (19:32 +0100)
committerRosen Penev <redacted>
Fri, 17 Nov 2023 00:29:48 +0000 (16:29 -0800)
problem: libwrap.so.0, libgstapp-1.0.so.0 and libgstreamer-1.0.so.0 not found during compilation of pulseaudio when e.g. libwrap was built before pulseaudio
Due to
https://github.com/pulseaudio/pulseaudio/commit/156e16f941789c5d53cdb0c46be480c64e3149f1
for libwrap.

Fixes: https://github.com/openwrt/packages/commit/aafc57c1ded5450419b9690056163acf3d19d51f (no sepearate issue generated)
Signed-off-by: Johnny Vogels <redacted>
sound/pulseaudio/Makefile

index ed1cfcac3341f518bbaf1c2480f52b15c045547b..9c1606dabaac6b1b43c7f0fb7bda382a3c32a2d2 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pulseaudio
 PKG_VERSION:=16.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
@@ -122,7 +122,9 @@ MESON_ARGS += \
        -Dx11=disabled \
        -Dadrian-aec=true \
        -Dwebrtc-aec=disabled \
-        -Ddoxygen=false
+        -Ddoxygen=false \
+        -Dtcpwrap=disabled \
+        -Dbluez5-gstreamer=disabled 
 
 ifeq ($(BUILD_VARIANT),avahi)
 MESON_ARGS += \
git clone https://git.99rst.org/PROJECT