Package: csound / 1:5.17.11~dfsg-3

Metadata

Package Version Patches format
csound 1:5.17.11~dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0000 backported cmake additions.diff | (download)

Opcodes/CMakeLists.txt | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

---
0003 csoundac.patch | (download)

frontends/CsoundAC/CMakeLists.txt | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

---
0004 swig java package.patch | (download)

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

---
1000 csoundac cmake bugfix.patch | (download)

frontends/CsoundAC/CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
2000 avoid nonfree scansyn plugin.diff | (download)

Opcodes/CMakeLists.txt | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 avoid non-free scansyn plugin
 The scanned synthesis opcodes are not DFSG-free, so we delete them from
 the upstream sources. They need to be removed from SConstruct as well
 to prevent build failures. We don't remove them at the same time as the
 opcodes themselves to keep repacking of the source minimal.
2001 lua link.diff | (download)

frontends/CsoundAC/CMakeLists.txt | 2 1 + 1 - 0 !
interfaces/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 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.
2004 fix gettext.diff | (download)

Top/getstring.c | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 set the correct path to search for locales
2007 apidoc dotpath.patch | (download)

Doxyfile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 leave dotpath blank in doxygen config
2008 apidoc listings pkg.patch | (download)

refman_header.tex | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 use listings package in doxygen tex header
2013 no rawwave defined.diff | (download)

Opcodes/stk/stkOpcodes.cpp | 18 6 + 12 - 0 !
1 file changed, 6 insertions(+), 12 deletions(-)

 do not print error message when rawwave_path is undefined
 In Debian, we know where they are.

2014 cmake libsndfile hack.patch | (download)

CMakeLists.txt | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

---