Package: csound / 1:6.18.1+dfsg-1

Metadata

Package Version Patches format
csound 1:6.18.1+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian specific/lua link.diff | (download)

interfaces/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 only link to lua when necessary, and to the correct lib

Lua policy recommends not linking against the lua library, because it
doesn't help at all. All lua-using programs will load the library, not
the modules.
TODO: The csound-lua bridge is not implemented in cmake yet.
The csound-lua bridge, on the other hand, needs to link to the library or
else it will fail to load. Use the correct library name.

ctcsound import the SOVERSIONed library.patch | (download)

interfaces/ctcsound.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 ctcsound: import the soversioned library

Otherwise we need the dev packages installed