[arch-commits] Commit in jack2/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sun Jan 16 12:07:41 UTC 2022


    Date: Sunday, January 16, 2022 @ 12:07:39
  Author: dvzrv
Revision: 434518

upgpkg: jack2 1.9.20-2: Rebuild to disable LTO.

Disable LTO, as it leads to runtime crashes:
https://github.com/jackaudio/jack2/issues/485

Modified:
  jack2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-16 10:29:36 UTC (rev 434517)
+++ PKGBUILD	2022-01-16 12:07:39 UTC (rev 434518)
@@ -8,11 +8,13 @@
 pkgname=(jack2 jack2-dbus jack2-docs)
 pkgdesc="The JACK low-latency audio server"
 pkgver=1.9.20
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://github.com/jackaudio/jack2"
 license=(GPL2)
 makedepends=(alsa-lib dbus doxygen expat git libffado libsamplerate opus systemd waf)
+# jack breaks when built with LTO: https://github.com/jackaudio/jack2/issues/485
+options=(!lto)
 source=("${pkgbase}::git+https://github.com/jackaudio/${pkgname}.git#tag=v${pkgver}?signed")
 validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX <falktx at falktx.com>
 sha512sums=('SKIP')



More information about the arch-commits mailing list