Bug#1134717: juce-modules-source: VST3 plugins get installed to the wrong paths

IOhannes m zmölnig (Debian/GNU) <[email protected]> Thu, 23 Apr 2026 16:46:01 +0200
Newsgroups gmane.linux.debian.ports.powerpc
Message-ID <177695556166.444280.13096062916915144011.reportbug__12515.2813432337$1776955776$gmane$org@xenakis.iemnet>
Package: juce-modules-source
Version: 8.0.12+ds-1
Severity: normal
X-Debbugs-Cc: [email protected], [email protected]
User: [email protected]
Usertags: s390x
User: [email protected]
Usertags: ppc64el

Dear Maintainer,

VST3-plugins built with JUCE get a multi-arch path inside the VST3
bundle (the actual multi-arch path is ill-defined by Steinberg, as they
suggest using `uname -m`).

In any case, JUCE picks mostly the correct path, except for the
following:

| Deb arch  |  VST arch       |
|-----------|-----------------|
|  loong64  |  unknown-linux  |
|  ppc64el  |  ppc64-linux    |
|  s390x    |  unknown-linux  |
|  x32      |  x86_64-linux   |

this might be related to #1064024