Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
link_against_system_libs.patch | Link against system copies of zlib/libpng/libjpeg/bzip2 | Vincent Cheng <vcheng@debian.org> | invalid | 2019-06-04 | ||
irrlicht/arch-support.diff | [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?). |
Christoph Egger <debian@christoph-egger.org> | no | |||
irrlicht/use-system-libs.diff | [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. |
no | ||||
arm-asm.patch | Fix FTBFS on armhf | Michael Hudson-Doyle <michael.hudson@ubuntu.com> | yes | debian upstream | ||
use_system_libs.patch | Allow building with system libraries - shaderc contained a third_party directory with a bunch of bundled libraries that are available in Debian. |
Reiner Herrmann <reiner@reiner-h.de> | no | |||
system-glslang.patch | fix building of shaderc with newer glslang in Debian | no | upstream, https://github.com/google/shaderc/pull/1264 |