mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mumble to 1.4.287-3
This commit is contained in:
parent
bc44cf9f24
commit
e70184b0d5
1 changed files with 5 additions and 2 deletions
|
@ -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")"
|
||||
|
|
Loading…
Reference in a new issue