David Runge pushed to branch main at Arch Linux / Packaging / Packages / mumble
Commits: 9034b78d by David Runge at 2026-05-22T11:40:44+02:00 upgpkg: 1.5.857-8 Rebuild to fix missing rebuild against poco 1.15.3. Introduce sonamev1 based locking of dependencies for poco, to prevent upgrade scenarios to break in the future. Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/mumble/-/work_items/6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = mumble pkgdesc = An Open Source, low-latency, high quality voice chat software pkgver = 1.5.857 - pkgrel = 7 + pkgrel = 8 url = https://www.mumble.info/ arch = x86_64 license = BSD-3-Clause @@ -77,6 +77,9 @@ pkgname = mumble depends = opus depends = libopus.so depends = poco + depends = libPocoFoundation.so + depends = libPocoXML.so + depends = libPocoZip.so depends = qt5-svg depends = rnnoise depends = speexdsp ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgbase=mumble pkgname=(mumble mumble-server) pkgver=1.5.857 -pkgrel=7 +pkgrel=8 pkgdesc="An Open Source, low-latency, high quality voice chat software" arch=(x86_64) url="https://www.mumble.info/" @@ -145,7 +145,7 @@ package_mumble() { libxi openssl libcrypto.so libssl.so opus libopus.so - poco + poco libPocoFoundation.so libPocoXML.so libPocoZip.so qt5-svg rnnoise speexdsp libspeexdsp.so View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mumble/-/commit/9034b78d46a4ada0b80ef9537cd218f9477d82be -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mumble/-/commit/9034b78d46a4ada0b80ef9537cd218f9477d82be You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
