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 ! |
link against system copies of zlib/libpng/libjpeg/bzip2 |
| irrlicht/arch support.diff | (download) |
lib/irrlicht/include/IrrCompileConfig.h |
10 5 + 5 - 0 ! |
[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 ! |
[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 ! |
fix compilation with latest sdl |
| official karts list.patch | (download) |
data/official_karts.xml |
21 21 + 0 - 0 ! |
[patch] add code to generate official karts list |
| network compatibility.patch | (download) |
src/karts/abstract_kart.cpp |
28 24 + 4 - 0 ! |
[patch] avoid network incompatibility if players add or remove official karts |
| memory leak.patch | (download) |
src/karts/official_karts.cpp |
1 1 + 0 - 0 ! |
[patch] fix memory leak |
