Package: supercollider-sc3-plugins / 3.7.1~repack-2

Metadata

Package Version Patches format
supercollider-sc3-plugins 3.7.1~repack-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 install destination ladspalist.patch | (download)

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

 install ladspalist in /usr/bin
 It used to be installed in the plugin directory, place it in user
 path instead.  See also discussion on
 <URL: https://github.com/deb-pkg-sonic-pi/pkg-supercollider-sc3-plugins/issues/5 >.
02 no local.patch | (download)

source/local/readme.txt | 11 0 + 11 - 0 !
1 file changed, 11 deletions(-)

 remove directory for locally installed plugin sources
 Upstream allows developers to build locally installed plugin sources.
 However, the Debian package only compiles those plugins that are part
 of upstream's collection. This patch avoids having an empty directory
 in the binary package. 
03 gcc6.patch | (download)

source/DWGUGens/dwglib/DWG.hpp | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix gcc6 compilation issue
 This fixes an issue when compiling the source with gcc6.
 Patch taken from upstream at
 <https://github.com/supercollider/sc3-plugins/pull/112>.
 gcc5 complains about conflicting or mismatched types with
 this patch, therefore it is used for gcc6 and up.