Package: supertuxkart / 1.2+ds2-1

Metadata

Package Version Patches format
supertuxkart 1.2+ds2-1 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 | 6 3 + 3 - 0 !
lib/irrlicht/source/Irrlicht/COpenGLSLMaterialRenderer.h | 4 2 + 2 - 0 !
3 files changed, 6 insertions(+), 6 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


ftbfs_sdl.patch | (download)

src/input/gamepad_config.cpp | 55 27 + 28 - 0 !
1 file changed, 27 insertions(+), 28 deletions(-)

 fix compilation with latest sdl
official karts list.patch | (download)

data/official_karts.xml | 21 21 + 0 - 0 !
sources.cmake | 2 1 + 1 - 0 !
src/karts/official_karts.cpp | 128 128 + 0 - 0 !
src/karts/official_karts.hpp | 20 20 + 0 - 0 !
src/main.cpp | 9 9 + 0 - 0 !
5 files changed, 179 insertions(+), 1 deletion(-)

 [patch] add code to generate official karts list


network compatibility.patch | (download)

src/karts/abstract_kart.cpp | 28 24 + 4 - 0 !
src/karts/kart_properties.cpp | 10 2 + 8 - 0 !
src/karts/kart_properties.hpp | 24 16 + 8 - 0 !
src/network/protocols/client_lobby.cpp | 17 14 + 3 - 0 !
src/network/protocols/server_lobby.cpp | 29 14 + 15 - 0 !
5 files changed, 70 insertions(+), 38 deletions(-)

 [patch] avoid network incompatibility if players add or remove
 official karts


memory leak.patch | (download)

src/karts/official_karts.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] fix memory leak