Package: megaglest / 3.13.0-10

Metadata

Package Version Patches format
megaglest 3.13.0-10 3.0 (quilt)

Patch series

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

CMakeLists.txt | 3 3 + 0 - 0 !
mk/cmake/Modules/FindSDL2.cmake | 180 0 + 180 - 0 !
source/g3d_viewer/CMakeLists.txt | 6 3 + 3 - 0 !
source/glest_game/CMakeLists.txt | 6 3 + 3 - 0 !
source/glest_map_editor/CMakeLists.txt | 6 3 + 3 - 0 !
source/shared_lib/CMakeLists.txt | 6 3 + 3 - 0 !
source/tests/CMakeLists.txt | 6 3 + 3 - 0 !
7 files changed, 18 insertions(+), 195 deletions(-)

 use sdl2 config.cmake


FTCBFS cross build.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
mk/cmake/Modules/FindMiniupnpc.cmake | 10 5 + 5 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 ftcbfs cross build

Bug-Debian: https://bugs.debian.org/983387
e09ba53c436279588f769d6ce8852e74d58f8391.patch | (download)

source/glest_map_editor/main.cpp | 42 12 + 30 - 0 !
source/glest_map_editor/main.h | 2 2 + 0 - 0 !
2 files changed, 14 insertions(+), 30 deletions(-)

 [patch] get rid of manual wxpaintevent creation


fbd0cfb17ed759d24aeb577a602b0d97f7895cc2.patch | (download)

source/glest_map_editor/main.cpp | 19 7 + 12 - 0 !
1 file changed, 7 insertions(+), 12 deletions(-)

 [patch] get rid of manual wxpaintevent creation


5801b1fafff8ad9618248d4d5d5c751fdf52be2f.patch | (download)

source/g3d_viewer/main.cpp | 43 22 + 21 - 0 !
source/g3d_viewer/main.h | 2 2 + 0 - 0 !
2 files changed, 24 insertions(+), 21 deletions(-)

 [patch] get rid of manual wxpaintevent creation


789e1cdf371137b729e832e28a5feb6e97a3a243.patch | (download)

source/g3d_viewer/main.cpp | 2 1 + 1 - 0 !
source/glest_map_editor/main.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch] fix editor and g3dviewer for wx 3.1.x

glCanvas args struct needs to be null terminated.
https://trac.wxwidgets.org/ticket/19193#ticket
fixes iss #207.