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 file
Patch File delta Description
Remove autodetection of raspberry cpus.patch | (download)

CMakeLists.txt | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

 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 !
1 file changed, 6 insertions(+), 6 deletions(-)

 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 !
editors/sc-ide/translations/scide_de.ts | 2 1 + 1 - 0 !
editors/sc-ide/translations/scide_es.ts | 2 1 + 1 - 0 !
editors/sc-ide/translations/scide_fr.ts | 2 1 + 1 - 0 !
editors/sc-ide/translations/scide_ja.ts | 2 1 + 1 - 0 !
editors/sc-ide/translations/scide_pt.ts | 2 1 + 1 - 0 !
editors/sc-ide/translations/scide_ru.ts | 2 1 + 1 - 0 !
editors/sc-ide/translations/scide_sl.ts | 2 1 + 1 - 0 !
editors/sc-ide/translations/scide_sv.ts | 2 1 + 1 - 0 !
editors/sc-ide/translations/scide_zh.ts | 2 1 + 1 - 0 !
editors/sc-ide/widgets/main_window.cpp | 2 1 + 1 - 0 !
external_libraries/TLSF-2.4.6/COPYING | 4 2 + 2 - 0 !
lang/LangPrimSource/PyrSymbolPrim.cpp | 2 1 + 1 - 0 !
server/scsynth/scsynth_main.cpp | 4 2 + 2 - 0 !
server/supernova/server/server_args.cpp | 4 2 + 2 - 0 !
15 files changed, 18 insertions(+), 18 deletions(-)

 fix several spell errors

backport_linker_error.patch | (download)

common/SC_Apple.hpp | 14 0 + 14 - 0 !
common/SC_Apple.mm | 60 0 + 60 - 0 !
common/SC_AppleEventLoop.hpp | 34 34 + 0 - 0 !
common/SC_AppleEventLoop.mm | 80 80 + 0 - 0 !
common/SC_EventLoop.hpp | 3 2 + 1 - 0 !
server/scsynth/CMakeLists.txt | 8 7 + 1 - 0 !
server/supernova/CMakeLists.txt | 9 8 + 1 - 0 !
7 files changed, 131 insertions(+), 77 deletions(-)

 [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 !
lang/LangPrimSource/SC_ComPort.cpp | 2 1 + 1 - 0 !
lang/LangSource/SC_TerminalClient.cpp | 4 3 + 1 - 0 !
server/scsynth/SC_ComPort.cpp | 2 1 + 1 - 0 !
server/supernova/sc/sc_osc_handler.cpp | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 5 deletions(-)

 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 !
1 file changed, 1 insertion(+), 9 deletions(-)

 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 !
1 file changed, 3 insertions(+), 3 deletions(-)

 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