[arch-commits] Commit in mumble/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Mar 7 23:16:39 UTC 2020
Date: Saturday, March 7, 2020 @ 23:16:39
Author: dvzrv
Revision: 591429
upgpkg: mumble 1.3.0-7: Disabling the unconditional autostarting of a JACK server on mumble start (FS#62755).
Modified:
mumble/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-07 23:12:22 UTC (rev 591428)
+++ PKGBUILD 2020-03-07 23:16:39 UTC (rev 591429)
@@ -6,7 +6,7 @@
pkgname=mumble
pkgver=1.3.0
-pkgrel=6
+pkgrel=7
arch=('x86_64')
pkgdesc="A voice chat application similar to TeamSpeak"
license=('BSD')
@@ -22,6 +22,16 @@
'SKIP')
validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic Build Infrastructure 2019 <mumble-auto-build-2019 at mumble.info>
+prepare() {
+ cd "$pkgname-$pkgver"
+ # changing the default to *not* unconditionally and automatically start a
+ # JACK server, when mumble is started
+ # https://bugs.archlinux.org/task/62755
+ # https://github.com/mumble-voip/mumble/issues/3989
+ sed -e 's/bJackStartServer = true/bJackStartServer = false/' \
+ -i src/mumble/Settings.cpp
+}
+
build() {
cd "$pkgname-$pkgver"
qmake-qt5 main.pro \
More information about the arch-commits
mailing list