mumble: add sndio support via portaudio backend

Thanks to feranur for providing this patch
This commit is contained in:
Ondřej Fiala 2020-11-09 19:20:39 +01:00 committed by Érico Nogueira Rolim
parent 6cdf6fcc5f
commit 95a582d6a2

View file

@ -5,12 +5,13 @@ revision=2
build_style=qmake
configure_args="CONFIG+=bundled-celt CONFIG+=no-bundled-opus CONFIG+=no-update
CONFIG+=no-bundled-speex CONFIG+=no-g15 CONFIG+=no-xevie CONFIG+=pulseaudio
$(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations CONFIG+=no-oss"
hostmakedepends="Ice pkg-config protobuf qt5-host-tools qt5-qmake python3"
$(vopt_if jack CONFIG+=jackaudio) CONFIG+=no-embed-qt-translations
CONFIG+=no-oss CONFIG+=portaudio"
hostmakedepends="Ice pkg-config protobuf qt5-host-tools qt5-qmake python3 which"
makedepends="Ice-devel MesaLib-devel avahi-compat-libs-devel boost-devel
libcap-devel libressl-devel libsndfile-devel opus-devel protobuf-devel
pulseaudio-devel $(vopt_if jack jack-devel) qt5-devel qt5-svg-devel
speech-dispatcher-devel speex-devel"
speech-dispatcher-devel speex-devel portaudio-devel"
depends="desktop-file-utils qt5-plugin-sqlite"
short_desc="Open source, low-latency, high quality voice chat for gaming"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"