From ae6f7200fe92b6f1d7438f42b745f830ae426dcc Mon Sep 17 00:00:00 2001 From: Ben Niemann Date: Sat, 1 Jan 2022 13:10:51 +0100 Subject: [PATCH] Do not package libjack in appimage. Must use the version from the host, which matches the running jackd. See https://musescore.org/en/node/105361#comment-783841 --- appimg/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appimg/build.sh b/appimg/build.sh index 16b94f6b..4ab3a18c 100644 --- a/appimg/build.sh +++ b/appimg/build.sh @@ -58,7 +58,10 @@ RUNTIME_PKGS=( qml-module-qtquick-layouts libfmt7 libswresample3 - libjack-jackd2-0 + # libjack is a runtime dependency, but must not be packaged in the appimage, so noisicaa + # always uses the lib provided by the host system (which matches the running jackd server). + # See https://musescore.org/en/node/105361#comment-783841 + # libjack-jackd2-0 # libGL dependencies (should those be bundled?) libgl1