Debian Patches
Status for extremetuxracer/0.8.4-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
sfml3.patch | Port to SFML 3.0 Mostly straightforward with a few more complex changes: * Include `<GL/gl.h>` instead of `<GL/glx.h>`. The glx header includes `Xlib.h` which has a `#define Status` which breaks the SFML 3 headers. * Change: the `clamp` define to an inline function. The define breaks modern C++ stl headers (eg `std::clamp` breaks). * Rewrite the credits geometry using a triangle strip. * Rewrite `PollEvent` which has significantly changed in SFML 3. Then backported to 0.8.4 (the links apply to the upstream dev branch). |
James Cowgill <jcowgill@debian.org> | yes | other, https://github.com/jcowgill/extremetuxracer/commit/5823ba6c18432e083ec103ce74921270d7e071d6 |