Package: csound / 1:6.18.1+dfsg-4

Metadata

Package Version Patches format
csound 1:6.18.1+dfsg-4 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

python312.patch | (download)

interfaces/ctcsound.py | 2 1 + 1 - 0 !
tests/commandline/test.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix raw string for python3.12

OSC types.patch | (download)

Opcodes/OSC.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix callback signatures and pointer-types

initialize K opcodes at init time.patch | (download)

Engine/csound_orc_compile.c | 31 24 + 7 - 0 !
Engine/csound_orc_semantics.c | 22 17 + 5 - 0 !
Engine/csound_type_system.c | 4 2 + 2 - 0 !
Engine/insert.c | 10 6 + 4 - 0 !
Engine/symbtab.c | 13 8 + 5 - 0 !
Opcodes/ftsamplebank.cpp | 4 2 + 2 - 0 !
Opcodes/sfont.c | 48 24 + 24 - 0 !
interfaces/CsoundFile.cpp | 4 2 + 2 - 0 !
util/atsa.c | 3 1 + 2 - 0 !
util/hetro.c | 6 3 + 3 - 0 !
10 files changed, 89 insertions(+), 56 deletions(-)

 initialize k opcodes at init-time
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit