LADSPA caps plugins

Edit Package ladspa-caps
http://quitte.de/dsp/
No description set
Refresh
Refresh
Source Files
Filename Size Changed
caps_0.9.26.tar.bz2 0000182334 178 KB
ladspa-caps.changes 0000014216 13.9 KB
ladspa-caps.spec 0000001615 1.58 KB
reproducible.patch 0000000463 463 Bytes
Revision 11 (latest revision is 12)
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1153215 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 11)
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN
Comments 1

Andre Barros's avatar

The building process doesn't insert polynomials.o in caps.so, and, as so, under linking it fails with a message about "/usr/lib64/ladspa/caps.so: undefined symbol: _ZN3DSP10Polynomial5one53Ef"

To fix this: a) patch dsp/polynomials:

--- a/dsp/polynomials.cc.orig 2014-02-01 09:14:06.000000000 -0200 +++ a/dsp/polynomials.cc 2023-10-16 14:23:34.113933536 -0300 @@ -28,7 +28,7 @@ 02111-1307, USA or point your web browser to http://www.gnu.org. */

-#include "../basics.h" +#include "basics.h"

namespace DSP {

b) add to %prep session: ln -s dsp/polynomials.cc polynomials.cc

This bug was affecting 3 packages I build locally: octave, audacity and tenacity.

Regards.

openSUSE Build Service is sponsored by