community/mumble to 1.4.287-3

This commit is contained in:
Kevin Mihelich 2022-11-05 02:49:05 +00:00
parent bc44cf9f24
commit e70184b0d5

View file

@ -10,13 +10,13 @@
pkgbase=mumble
pkgname=('mumble' 'murmur')
pkgver=1.4.287
pkgrel=2
pkgrel=3
pkgdesc="An Open Source, low-latency, high quality voice chat software"
arch=('x86_64')
url="https://www.mumble.info/"
license=('BSD')
# shared depends
depends=('gcc-libs' 'glibc' 'openssl' 'qt5-base')
depends=('gcc-libs' 'glibc' 'openssl-1.1' 'qt5-base')
# shared makedepends
makedepends=('avahi' 'boost' 'cmake' 'poco' 'protobuf' 'python' 'qt5-tools' 'speech-dispatcher')
# mumble makedepends
@ -58,6 +58,9 @@ prepare() {
}
build() {
# https://github.com/mumble-voip/mumble/pull/5352
export PKG_CONFIG_PATH=/usr/lib/openssl-1.1/pkgconfig
# upstream requires adding arbitrary build number specifically, as otherwise the version string is wrong:
# https://github.com/mumble-voip/mumble/issues/5538
local _build_number="$(cut -d '.' -f 3 <<< "$pkgver")"