Dear Maintainer,
On 'armhf' and 'x32', the plugins get installed into the wrong path:
| arch | path | should |
|-------|--------------|--------------|
| armhf | armv8l-linux | armv7l-linux |
| x32 | x86_64-linux | x32-linux |
(this is about the arch-part of the full plugin path, e.g.
`/usr/lib/vst3/adelay.vst3/Contents/${ARCH}/adelay.so`, where ${ARCH}
should be `x32-linux` but really is `x86_64-linux`.
On other archs, the paths seems to be corret.
Given that 'x32' is not an official Debian architecture, and most 'armhf'
devices that you want to run VST3 plugins on are probably using an armv8l
CPU anyhow, the severity is rather low.
dgamnsdr
IOhannes