Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
appstream-fixes.patch | Minor fixes to Appstream data | Didier Raboud <odyx@debian.org> | no | 2024-04-21 | ||
i18n-fix-multiple-languages-desktop-files.patch | Fix building with partial translations for some languages | Didier 'OdyX' Raboud | yes | 2024-04-21 | ||
i18n-desktop-german.patch | Add very basic German .desktop file translation | Ronny Standtke <ronny.standtke@gmx.net> | no | debian | 2024-04-21 | |
find-music-in-root-for-multi-source.patch | Cope with the music orig.tar being unpacked in music/ and not in data/music | Didier Raboud <odyx@debian.org> | not-needed | vendor | 2015-09-16 | |
fix-install-of-ogg-files.patch | Fix instal of converted ogg files | Didier Raboud <odyx@debian.org> | no | 2025-01-24 | ||
oggenc-reproducibly.patch | pass the original flac file's bytesize as serial integer to oggenc to avoid picking unreproducibilty from current time and process id | Didier Raboud <odyx@debian.org> | no | debian | 2016-12-05 | |
doxygen-reproducibly.patch | In Doxyfile, ask for a strip of the project source directory, to avoid picking unreproducibilty from the build path | Didier Raboud <odyx@debian.org> | no | 2016-11-04 | ||
revert-linux-savegame-path.patch | Revert "Fix Linux savegame path issue" from Alexander Olofsson <ace@haxalot.com> Upstream's d11404a6e9ddf5017f18b2ab0565c19e066f33ee Given the buster freeze, don't break this for buster users just now. |
no | ||||
simpler-FindSDL2-cmake.patch | Remove FindSDL2 find-module, use sdl2-config.cmake instead This requires SDL >= 2.0.4. Since <https://bugzilla.libsdl.org/show_bug.cgi?id=2464> was fixed in SDL 2.0.4, SDL behaves as a CMake "config-file package", even if it was not itself built using CMake: it installs a sdl2-config.cmake file to ${libdir}/cmake/SDL2, which tells CMake where to find SDL's headers and library, analogous to a pkg-config .pc file. As a result, we no longer need to copy/paste a "find-module package" to be able to find a system copy of SDL >= 2.0.4 with find_package(SDL2). Find-module packages are now discouraged by the CMake developers, in favour of having upstream projects behave as config-file packages. This results in a small API change: FindSDL2 used to set SDL2_INCLUDE_DIR and SDL2_LIBRARY, but the standard behaviour for config-file packages is to set <name>_INCLUDE_DIRS and <name>_LIBRARIES. Use the CONFIG keyword to make sure we search in config-file package mode, and will not find a FindSDL2.cmake in some other directory that implements the old interface. In addition to deleting redundant code, this avoids some assumptions in FindSDL2 about the layout of a SDL installation. The current libsdl2-dev package in Debian breaks those assumptions; this is considered a bug and will hopefully be fixed soon, but it illustrates how fragile these assumptions can be. We can be more robust against different installation layouts by relying on SDL's own CMake integration. When linking to a copy of CMake in a non-standard location, users can now set the SDL2_DIR or CMAKE_PREFIX_PATH environment variable to point to it; previously, these users would have used the SDL2DIR environment variable. This continues to be unnecessary if using matching system-wide installations of CMake and SDL2, for example both from Debian. |
Simon McVittie <smcv@debian.org> | no | https://salsa.debian.org/games-team/openjk/commit/22fd18c4f2fb01bce65bc8737536c123c5f4bceb | 2020-02-14 |