Package: fife / 0.4.2-3

Metadata

Package Version Patches format
fife 0.4.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 sdl2 config.patch | (download)

CMakeLists.txt | 6 3 + 3 - 0 !
cmake/FindSDL2.cmake | 168 0 + 168 - 0 !
2 files changed, 3 insertions(+), 171 deletions(-)

 sdl2-config

FindSDL2.cmake does not handle a change in Debian's SDL2 directory layout
(there is a bug against libsdl2 for that, https://bugs.debian.org/951087).
SDL2 >= 2.0.4 has a sdl2-config.cmake that eliminates the need for
FindSDL2.cmake.

Bug-Debian: https://bugs.debian.org/951962

0002 swig4.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 swig4

removed flags that are not supported with swig 4.0

Fix crash on startup with xml AttributeError.patch | (download)

engine/python/fife/extensions/serializers/simplexml.py | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 fix crash on startup with xml attributeerror.

Bug-Debian: https://bugs.debian.org/978657