Package: supercollider / 1:3.11.2+repack-1
Metadata
Package | Version | Patches format |
---|---|---|
supercollider | 1:3.11.2+repack-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Remove autodetection of raspberry cpus.patch | (download) |
CMakeLists.txt |
15 0 + 15 - 0 ! |
remove autodetection of raspberry cpus In debian we don't actually target raspberries, and guessing based on the build machine is wrong too Bug-Debian: https://bugs.debian.org/878347 |
disable ccache.patch | (download) |
CMakeLists.txt |
12 6 + 6 - 0 ! |
disable-ccache disabled the use of ccache, to prevent FTBFS; as the compilation is done once it has no backdraws to make the debian package. |
fix_spelling_errors.patch | (download) |
QtCollider/QtDownload.h |
2 1 + 1 - 0 ! |
fix several spell errors |
backport_linker_error.patch | (download) |
common/SC_Apple.hpp |
14 0 + 14 - 0 ! |
[patch] backport #5014 for 3.11.2 Backport the linker error patches (https://github.com/supercollider/supercollider/pull/5014) for 3.11.2. |
0005 update boost_sync to latest develop.patch | (download) |
lang/LangPrimSource/PyrSerialPrim.cpp |
2 1 + 1 - 0 ! |
update boost_sync to latest develop |
0006 remove workarounds for old boost versions.patch | (download) |
server/supernova/sc/sc_osc_handler.hpp |
10 1 + 9 - 0 ! |
remove workarounds for old boost versions we don't need to support boost pre-1.70 anymore, and tcp::socket::executor_type was always the right typealias to use |
0007 supernova fix c 17 compilation error.patch | (download) |
server/supernova/sc/sc_ugen_factory.hpp |
6 3 + 3 - 0 ! |
supernova: fix c++17 compilation error fix error in sc_plugin_container when compiling under C++17: use checked_deleter instead of checked_delete, as clear_and_dispose expects a functor type |