Package: supercollider / 1:3.13.0+repack-1

Metadata

Package Version Patches format
supercollider 1:3.13.0+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 | 57 0 + 57 - 0 !
1 file changed, 57 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.

use_macro_instead_of_redefining_struct.patch | (download)

server/scsynth/SC_HiddenWorld.h | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [patch] libsndfile: use a macro instead of redefining the struct

Co-Authored-By: Christof Ressi <info@christofressi.com>