Package: rlvm / 0.14-5.2

Metadata

Package Version Patches format
rlvm 0.14-5.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_Use_system_library.patch | (download)

SConscript.luarlvm | 2 1 1 - 0 !
SConstruct | 6 4 2 - 0 !
2 files changed, 5 insertions( ), 3 deletions(-)

 use system library instead of internal static link
002_include iostream.patch | (download)

src/systems/base/gan_graphics_object_data.cc | 1 1 0 - 0 !
src/systems/base/graphics_object.cc | 1 1 0 - 0 !
2 files changed, 2 insertions( )

 [patch] theoretical compile fix for gcc 4 series.

Adds <iostream> to GraphicsObject.

Closes #76.

003_use_pkg config_for_freetype2.patch | (download)

SConstruct | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 use local freetype-config instead of the system one.
 Due to libfreetype6-dev won't ship freetype-config in the future,
 we copy freetype-config to debian subdir and use it. That freetype-config
 will call pkg-config instead.
004_port_to_python3.patch | (download)

SConscript.luarlvm | 2 1 1 - 0 !
SConstruct | 12 6 6 - 0 !
scripts/buildhik.py | 6 3 3 - 0 !
scripts/dumphik.py | 8 4 4 - 0 !
scripts/fix_guards.py | 2 1 1 - 0 !
site_scons/site_tools/rlvm.py | 8 4 4 - 0 !
6 files changed, 19 insertions( ), 19 deletions(-)

 porting to python3
 python2 is end of life in Debian. We patch the scons file from python2 to
 python3 syntax.
005_fix_boost_ftbfs.patch | (download)

SConstruct | 1 1 0 - 0 !
src/systems/base/system.h | 1 1 0 - 0 !
src/utilities/file.h | 1 1 0 - 0 !
vendor/wxInclude.cpp | 6 3 3 - 0 !
4 files changed, 6 insertions( ), 3 deletions(-)

 fix ftbfs on boost1.83