Package: fife / 0.4.2-10

Metadata

Package Version Patches format
fife 0.4.2-10 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
0004 Try to fix 993132 cherry picking upstream patches.patch | (download)

engine/python/fife/extensions/fife_settings.py | 4 2 + 2 - 0 !
engine/python/fife/extensions/pychan/widgets/animationicon.py | 2 1 + 1 - 0 !
engine/python/fife/extensions/pychan/widgets/curvegraph.py | 4 2 + 2 - 0 !
engine/python/fife/extensions/pychan/widgets/linegraph.py | 2 1 + 1 - 0 !
engine/python/fife/extensions/pychan/widgets/pointgraph.py | 2 1 + 1 - 0 !
engine/python/fife/extensions/pychan/widgets/widget.py | 16 8 + 8 - 0 !
engine/python/fife/extensions/serializers/xmlmap.py | 6 3 + 3 - 0 !
engine/python/fife/extensions/serializers/xmlmapsaver.py | 22 11 + 11 - 0 !
8 files changed, 29 insertions(+), 29 deletions(-)

 try to fix #993132, cherry-picking upstream patches

https://github.com/fifengine/fifengine/pull/1076
and
https://github.com/fifengine/fifengine/commit/f37c31c6cea74d50f1d635d876253a7b1f64630b

0005 Fix build against boost 1.77.0.patch | (download)

engine/core/vfs/zip/zipnode.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix build against boost-1.77.0

boost-1.77.0 no longer includes <algorithm>

Bug: https://github.com/fifengine/fifengine/issues/1080
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Bug-Debian: https://bugs.debian.org/1056081
remove_future.patch | (download)

engine/python/fife/extensions/fife_settings.py | 5 0 + 5 - 0 !
engine/python/fife/extensions/pychan/dialogs.py | 6 0 + 6 - 0 !
engine/python/fife/extensions/pychan/events.py | 9 1 + 8 - 0 !
engine/python/fife/extensions/pychan/fife_pychansettings.py | 3 0 + 3 - 0 !
engine/python/fife/extensions/pychan/fonts.py | 5 0 + 5 - 0 !
engine/python/fife/extensions/serializers/simplexml.py | 17 6 + 11 - 0 !
engine/python/fife/extensions/serializers/xml_loader_tools.py | 7 1 + 6 - 0 !
7 files changed, 8 insertions(+), 44 deletions(-)

---
CMake4.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
cmake/patches/libogg/CMakeLists.txt | 2 1 + 1 - 0 !
cmake/patches/libvorbis/CMakeLists.txt | 4 2 + 2 - 0 !
cmake/patches/tinyxml/CMakeLists.txt | 4 2 + 2 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

---