Package: supertuxkart / 1.4+dfsg-2

Metadata

Package Version Patches format
supertuxkart 1.4+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
link_against_system_libs.patch | (download)

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

 link against system copies of zlib/libpng/libjpeg/bzip2
irrlicht/arch support.diff | (download)

lib/irrlicht/include/IrrCompileConfig.h | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 [patch] debian/arch-support

Building on non-linux architectures currently fails with unpatched
irrlicht because irrlicht tries to create Joystick support using
linux-specific headers. However there's infrastructure to disable
Joystick support, we just need to activate that on non-linux
architectures.

Additionally if built on a sparc machine irrlicht assumes wrongly it's
a solaris system. We fix this wrong assumption as our sparc builds are
all on linux.

Finally irrlicht exceeds the size constraights for -fpic requiring to
build with -fPIC. As upstream doesn't do that we need to fix this for
sparc and s390 builds (powerPC?).

Signed-off-by: Christoph Egger <debian@christoph-egger.org>


irrlicht/use system libs.diff | (download)

lib/irrlicht/source/Irrlicht/CIrrDeviceLinux.cpp | 2 1 + 1 - 0 !
lib/irrlicht/source/Irrlicht/COpenGLExtensionHandler.h | 4 2 + 2 - 0 !
lib/irrlicht/source/Irrlicht/COpenGLSLMaterialRenderer.h | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 [patch] debian/use-system-libs

Path to build irrlicht using the system libraries for png,zlib and
jpeg as well as the glext family of header files.

Signed-off-by: Christoph Egger <debian@christoph-egger.org


arm asm.patch | (download)

lib/angelscript/source/as_callfunc_arm_gcc.S | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs on armhf
Bug: https://github.com/supertuxkart/stk-code/issues/4638
Bug-Debian: https://bugs.debian.org/1006141


use_system_libs.patch | (download)

lib/shaderc/CMakeLists.txt | 1 0 + 1 - 0 !
lib/shaderc/libshaderc/CMakeLists.txt | 5 4 + 1 - 0 !
lib/shaderc/libshaderc_util/CMakeLists.txt | 5 4 + 1 - 0 !
lib/shaderc/libshaderc_util/src/compiler.cc | 2 1 + 1 - 0 !
4 files changed, 9 insertions(+), 4 deletions(-)

 allow building with system libraries
 - shaderc contained a third_party directory with a bunch of bundled
   libraries that are available in Debian.


system glslang.patch | (download)

lib/shaderc/libshaderc_util/src/resources.cc | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 fix building of shaderc with newer glslang in debian