Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
000-disable-version-check.patch | Disable version check, as package is managed through aptdiff --git a/src/openrct2/Version.cpp b/src/openrct2/Version.cpp index 0b1863e..aae965b 100644 |
Mathias Gibbens <gibmat@debian.org> | not-needed | |||
001-gdp-default-paths.patch | Add a couple default paths for game info installed with `game-data-packager`diff --git a/src/openrct2/platform/Platform.Linux.cpp b/src/openrct2/platform/Platform.Linux.cpp index 4d4853d9..f9333640 100644 |
Mathias Gibbens <gibmat@debian.org> | not-needed | |||
002-display-changelog.patch | Adjust displaying changelog to work with compressed docsdiff --git a/src/openrct2-ui/CMakeLists.txt b/src/openrct2-ui/CMakeLists.txt index a9b1986b..09d52103 100644 |
Mathias Gibbens <gibmat@debian.org> | not-needed | |||
003-use-system-sdl2-ttf.patch | Use system-packaged SDL2_ttf library (upstream chose to use an embedded copy: https://github.com/OpenRCT2/OpenRCT2/issues/10308)diff --git a/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp b/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp index 00f987d5..acf3af49 100644 |
Mathias Gibbens <gibmat@debian.org> | not-needed | |||
004-use-system-duktape.patch | Use system-packaged duktape library (upstream chose to use an embedded copy: https://github.com/OpenRCT2/OpenRCT2/pull/16153)diff --git a/cmake/duktapeConfig.cmake b/cmake/duktapeConfig.cmake new file mode 100644 index 00000000..f75cf340 |
Mathias Gibbens <gibmat@debian.org> | not-needed | |||
005-remove-extra-license.patch | Don't install an extra copy of the GPL-3diff --git a/CMakeLists.txt b/CMakeLists.txt index a9b98ca2..21801a54 100644 |
Mathias Gibbens <gibmat@debian.org> | not-needed | |||
006-fix-armel-mipsel-build.patch | Fix build on armel and mipsel architecturesdiff --git a/src/openrct2/CMakeLists.txt b/src/openrct2/CMakeLists.txt index 3aeed759..b0cc8ebb 100644 |
Mathias Gibbens <gibmat@debian.org> | yes | |||
008-ignore-gcc-error.patch | Temporarily ignore an error generated by the latest version of gccdiff --git a/src/openrct2-ui/windows/Changelog.cpp b/src/openrct2-ui/windows/Changelog.cpp index a0afeed..84e1aba 100644 |
Mathias Gibbens <gibmat@debian.org> | yes |