Date: Wednesday, November 2, 2022 @ 04:32:12
Author: foutrelis
Revision: 1340977
upgpkg: mumble 1.4.287-3: switch to openssl-1.1
Not compatible with OpenSSL 3.0 and upstream doesn't seem to confident
about backporting support for it to the 1.4.x branch.
Modified:
mumble/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-02 04:18:30 UTC (rev 1340976)
+++ PKGBUILD 2022-11-02 04:32:12 UTC (rev 1340977)
@@ -7,13 +7,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
@@ -55,6 +55,9 @@
}
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")"