Package: ri-li / 2.0.1+ds-9

Metadata

Package Version Patches format
ri-li 2.0.1+ds-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix gcc4.3 ftbfs.patch | (download)

data-src/main.cc | 3 2 + 1 - 0 !
data-src/sprite.cc | 3 2 + 1 - 0 !
src/audio.cc | 3 2 + 1 - 0 !
src/ecran.cc | 3 2 + 1 - 0 !
src/editeur.cc | 3 2 + 1 - 0 !
src/jeux.cc | 3 2 + 1 - 0 !
src/loco.cc | 3 2 + 1 - 0 !
src/main.cc | 3 2 + 1 - 0 !
src/menu.cc | 3 2 + 1 - 0 !
src/mouse.cc | 3 2 + 1 - 0 !
src/sprite.cc | 3 2 + 1 - 0 !
src/tableau.cc | 3 2 + 1 - 0 !
src/utils.cc | 3 2 + 1 - 0 !
13 files changed, 26 insertions(+), 13 deletions(-)

 fix gcc4.3 ftbfs


fix compiler warnings.patch | (download)

data-src/main.cc | 2 1 + 1 - 0 !
src/sprite.cc | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix compiler warnings


link with X11.patch | (download)

data-src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link with x11

Apparently some build environments require that X11 is manually linked to avoid
random build failures.

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

no sdl timers for makedat.patch | (download)

data-src/main.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't init sdl timers when running makedat

It doesn't use timers (there are no calls to SDL_AddTimer), and the
binaries generated and moved to the data directory are identical.

When it initialised timers and was run with xvfb-run on a single-cpu buildd,
SDL failed to initialise.

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