Update to 0.9.26
This SR broken alsaequal 0.6.0 and alsaequal 0.7.1 don't work with it. alsaequal 0.7.1 try load caps.so from /usr/lib64/caps.so
strace alsamixer -D equal
openat(AT_FDCWD, "/usr/lib64/caps.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT
instead /usr/lib64/ladspa/caps.so it's don't correct, need fix alsaequal
If create symlink alsaequal still broken with error
alsamixer -D equal
Failed to load plugin "caps.so": /usr/lib64/caps.so: undefined symbol: _ZN3DSP10Polynomial5one53Ef
It sounds like alsaequal itself needs to be rebuilt with the new caps stuff.
I tried. https://build.opensuse.org/project/show/home:13ilya:alsaequal
alois created request about 5 years ago
tiwai accepted request about 5 years ago
Let's merge this at first. The breakage with alsaequal should be addressed in alsaequal side.
I disabled the SR to FACTORY at this time because of the reported alsaequal breakage. Once after alsaequal gets fixed, submit both to FACTORY.
The Open Build Service is an openSUSE project.
This SR broken alsaequal 0.6.0 and alsaequal 0.7.1 don't work with it. alsaequal 0.7.1 try load caps.so from /usr/lib64/caps.so
strace alsamixer -D equal
openat(AT_FDCWD, "/usr/lib64/caps.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT
instead /usr/lib64/ladspa/caps.so it's don't correct, need fix alsaequal
If create symlink alsaequal still broken with error
alsamixer -D equal
Failed to load plugin "caps.so": /usr/lib64/caps.so: undefined symbol: _ZN3DSP10Polynomial5one53Ef
It sounds like alsaequal itself needs to be rebuilt with the new caps stuff.
I tried. https://build.opensuse.org/project/show/home:13ilya:alsaequal