removed jack support for now, causing problems with pulse/alsa on first startup

This commit is contained in:
2019-05-08 23:32:57 +02:00
parent 8ac2a92c7e
commit 09be4fbaf2
2 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = mumble-snapshot pkgbase = mumble-snapshot
pkgdesc = A high quality voice chat program. pkgdesc = A high quality voice chat program.
pkgver = 1.3.0_rc1 pkgver = 1.3.0_rc1
pkgrel = 2 pkgrel = 3
epoch = 1 epoch = 1
url = https://www.mumble.info/ url = https://www.mumble.info/
arch = i686 arch = i686
@@ -19,7 +19,6 @@ pkgbase = mumble-snapshot
depends = hicolor-icon-theme depends = hicolor-icon-theme
depends = libspeechd depends = libspeechd
depends = libpulse depends = libpulse
depends = jack
optdepends = espeak: speech synthesizer optdepends = espeak: speech synthesizer
provides = mumble provides = mumble
conflicts = mumble conflicts = mumble

View File

@@ -4,14 +4,14 @@
pkgname=mumble-snapshot pkgname=mumble-snapshot
pkgver=1.3.0_rc1 pkgver=1.3.0_rc1
_dirname=1.3.0 _dirname=1.3.0
pkgrel=2 pkgrel=3
# use epoch since rc naming scheme won't be recogniced as new version # use epoch since rc naming scheme won't be recogniced as new version
epoch=1 epoch=1
pkgdesc="A high quality voice chat program." pkgdesc="A high quality voice chat program."
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.mumble.info/" url="https://www.mumble.info/"
license=('BSD') license=('BSD')
depends=('qt5-svg' 'opus' 'speex' 'protobuf' 'hicolor-icon-theme' 'libspeechd' 'libpulse' 'jack') depends=('qt5-svg' 'opus' 'speex' 'protobuf' 'hicolor-icon-theme' 'libspeechd' 'libpulse')
makedepends=('boost' 'qt5-tools' 'python' 'libsndfile' 'speech-dispatcher') makedepends=('boost' 'qt5-tools' 'python' 'libsndfile' 'speech-dispatcher')
optdepends=('espeak: speech synthesizer') optdepends=('espeak: speech synthesizer')
provides=('mumble') provides=('mumble')
@@ -26,7 +26,7 @@ build() {
cd $srcdir/mumble-${_dirname} cd $srcdir/mumble-${_dirname}
qmake-qt5 main.pro \ qmake-qt5 main.pro \
CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-server no-embed-qt-translations no-update" \ CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-server no-embed-qt-translations no-update no-jackaudio" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble" DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
make release make release