mumble: disable oss support

fixes #14222
This commit is contained in:
Helmut Pozimski 2019-09-05 22:53:16 +02:00
parent 86f3eb2253
commit 00545b37a4

View file

@ -1,7 +1,7 @@
# Template file for 'mumble'
pkgname=mumble
version=1.2.19
revision=17
revision=18
hostmakedepends="Ice pkg-config protobuf qt-host-tools qt-qmake"
makedepends="Ice-devel MesaLib-devel avahi-compat-libs-devel boost-devel
libcap-devel libressl-devel libsndfile-devel opus-devel protobuf-devel
@ -25,7 +25,7 @@ do_configure() {
# Needs bundled celt for some reason
qmake-qt4 -recursive main.pro \
CONFIG+="bundled-celt no-bundled-opus no-update no-bundled-speex no-g15 \
no-xevie pulseaudio no-embed-qt-translations" \
no-xevie pulseaudio no-embed-qt-translations no-oss" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" \
PREFIX=/usr \
LIB=/usr/lib \