LADSPA caps plugins

Edit Package ladspa-caps
http://quitte.de/dsp/
No description set
Refresh
Refresh
Source Files
Filename Size Changed
caps-fix-double-free.diff 0000000468 468 Bytes
caps_0.4.4.tar.gz 0000789281 771 KB
ladspa-caps.changes 0000000763 763 Bytes
ladspa-caps.spec 0000001922 1.88 KB
Revision 5 (latest revision is 12)
Takashi Iwai's avatar Takashi Iwai (tiwai) committed (revision 5)
update changelog
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