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 filePatch | File delta | Description |
---|---|---|
debian specific/lua link.diff | (download) |
interfaces/CMakeLists.txt |
2 1 + 1 - 0 ! |
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 ! |
ctcsound: import the soversioned library Otherwise we need the dev packages installed |
python312.patch | (download) |
interfaces/ctcsound.py |
2 1 + 1 - 0 ! |
fix raw string for python3.12 |
OSC types.patch | (download) |
Opcodes/OSC.c |
6 3 + 3 - 0 ! |
fix callback signatures and pointer-types |
initialize K opcodes at init time.patch | (download) |
Engine/csound_orc_compile.c |
31 24 + 7 - 0 ! |
initialize k opcodes at init-time MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit |