extra/mumble to 1.5.517-2

This commit is contained in:
Kevin Mihelich 2023-07-04 13:42:54 +00:00
parent 293533a2f2
commit eba8a38917

View file

@ -11,7 +11,7 @@
pkgbase=mumble
pkgname=(mumble mumble-server)
pkgver=1.5.517
pkgrel=1
pkgrel=2
pkgdesc="An Open Source, low-latency, high quality voice chat software"
arch=(x86_64)
url="https://www.mumble.info/"
@ -88,6 +88,8 @@ prepare() {
patch -Np1 -d $pkgbase-$pkgver -i ../$pkgbase-1.5.517-config_defaults.patch
# fix the use of pkgconf in cmake: https://github.com/mumble-voip/mumble/issues/6038
patch -Np1 -d $pkgbase-$pkgver -i ../$pkgbase-1.5.517-pkgconf.patch
# protobuf 23 requires C++17
sed -e 's|CMAKE_CXX_STANDARD 14|CMAKE_CXX_STANDARD 17|' -i $pkgname-$pkgver/CMakeLists.txt
}
build() {