pulseaudio: enable speex support

this fixes the following warning:

meson.build:871: WARNING:
You do not have speex support enabled. It is strongly recommended
that you enable speex support if your platform supports it as it is
the primary method used for audio resampling and is thus a critical
part of PulseAudio on that platform.
This commit is contained in:
Lukas Rusak 2019-10-21 13:30:21 -07:00
parent f05f7f0261
commit 9e80f251b2
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -8,7 +8,7 @@ PKG_SHA256="961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057"
PKG_LICENSE="GPL"
PKG_SITE="http://pulseaudio.org/"
PKG_URL="http://www.freedesktop.org/software/pulseaudio/releases/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain alsa-lib dbus libcap libsndfile libtool openssl soxr systemd glib:host"
PKG_DEPENDS_TARGET="toolchain alsa-lib dbus libcap libsndfile libtool openssl soxr speexdsp systemd glib:host"
PKG_LONGDESC="PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications."
PKG_TOOLCHAIN="meson"
@ -58,7 +58,7 @@ PKG_MESON_OPTS_TARGET="-Dgcov=false \
-Dorc=disabled \
-Dsamplerate=disabled \
-Dsoxr=enabled \
-Dspeex=disabled \
-Dspeex=enabled \
-Dsystemd=enabled \
-Dudev=enabled \
-Dx11=disabled \