#1098730 ladspa-sdk: binary tools (e.g. listplugins) are compiled without default plugin path

Package:
ladspa-sdk
Source:
ladspa-sdk
Description:
sample tools for linux-audio-dev plugin architecture
Submitter:
Alexander Inyukhin
Date:
2025-02-23 14:18:02 UTC
Severity:
normal
#1098730#5
Date:
2025-02-23 14:07:20 UTC
From:
To:
Hi!

The `listplugins` command provides the following output:

 Warning: You do not have a LADSPA_PATH environment variable set. Defaulting to DEFAULT_LADSPA_PATH.

Here, `DEFAULT_LADSPA_PATH` is not an environment variable name,
but a hardcoded string, as confirmed by strace/ltrace.

Please, set -DDEFAULT_LADSPA_PATH=/usr/lib/ladspa/
for binaries instead of plugins.