Date: Saturday, September 21, 2019 @ 01:12:34 Author: svenstaro Revision: 511296
upgpkg: mumble 1.3.0-2 Modified: mumble/trunk/PKGBUILD ----------+ PKGBUILD | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-21 01:11:43 UTC (rev 511295) +++ PKGBUILD 2019-09-21 01:12:34 UTC (rev 511296) @@ -3,29 +3,26 @@ # Contributor: [email protected] # Contributor: Doc Angelo -# If you want support for your G15 Keyboard, please add 'g15daemon' -# to the depends and delete "no-g15" in the configure line below - pkgname=mumble pkgver=1.3.0 -_pkgver=1.3.0 -__pkgver=1.3.0 -pkgrel=1 +pkgrel=2 arch=('x86_64') pkgdesc="A voice chat application similar to TeamSpeak" license=('BSD') depends=(qt5-base qt5-svg speex lsb-release libxi avahi libsndfile protobuf libpulse opus xdg-utils libspeechd libpng freetype2 fontconfig libxrender) -makedepends=(boost mesa python qt5-tools) -optdepends=('speech-dispatcher') +makedepends=(boost mesa jack python qt5-tools) +optdepends=('jack: JACK audio output' + 'speech-dispatcher: Text-to-speech support' + 'espeak-ng: Text-to-speech support') url="https://www.mumble.info/" -source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz{,.sig}) +source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig}) sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122' 'SKIP') validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic Build Infrastructure 2019 <[email protected]> build() { - cd "$srcdir"/$pkgname-$__pkgver + cd "$srcdir"/$pkgname-$pkgver qmake-qt5 main.pro \ CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server \ @@ -37,7 +34,7 @@ } package() { - cd "$srcdir"/$pkgname-$__pkgver + cd "$srcdir"/$pkgname-$pkgver # bin stuff install -m755 -D ./release/mumble "$pkgdir"/usr/bin/mumble @@ -44,10 +41,10 @@ install -m755 -D ./scripts/mumble-overlay "$pkgdir"/usr/bin/mumble-overlay # lib stuff - install -m755 -D ./release/libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.$__pkgver - ln -s libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so - ln -s libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1 - ln -s libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1.3 + install -m755 -D ./release/libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.$pkgver + ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so + ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1 + ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1.3 install -m755 -D ./release/plugins/liblink.so "$pkgdir"/usr/lib/mumble/liblink.so install -m755 -D ./release/libcelt* "$pkgdir"/usr/lib/mumble/
