Hello, Here's an update for OpenRCT2 to 0.4.12 that's worked on amd64/aarch64 so far. Other tests?
changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.12 Thanks, Lucas
diff refs/heads/master refs/heads/openrct commit - 776d4c09005a00012fddb385579422d478fecedd commit + c27257af2c82c078da2d2bd03dc75122e5075cb9 blob - d936ea3c584d23c6ce6174ff5c9890d8bd86555e blob + b0de019c9ef0f9e333d410722da944d744366b80 --- games/openrct2/Makefile +++ games/openrct2/Makefile @@ -1,7 +1,7 @@ # "#error Unknown endianess!" in src/openrct2/common.h NOT_FOR_ARCHS = ${BE_ARCHS} -V = 0.4.11 +V = 0.4.12 TITLE_V = 0.4.6 OBJECTS_V = 1.4.4 OPENSFX_V = 1.0.5 @@ -15,7 +15,6 @@ DISTFILES.c = opensfx-${OPENSFX_V}{opensound}.zip DISTFILES.d = openmsx-${OPENMSX_V}{openmusic}.zip DISTFILES.e = replays-${REPLAYS_V}{replays}.zip PKGNAME = openrct2-${V} -REVISION = 0 CATEGORIES = games x11 HOMEPAGE = https://openrct2.org/ blob - 48913bb60a4a108be8d0c1c026f6f9aecd800dbb blob + 51c10d09e52022ff916db5bede11d23a3d65b953 --- games/openrct2/distinfo +++ games/openrct2/distinfo @@ -1,12 +1,12 @@ SHA256 (openrct2/objects-1.4.4.zip) = 2gF7kKOHBknLT/IuFO38dGJZrwSJZzEdETPPTINq5aA= SHA256 (openrct2/openmsx-1.5.zip) = w/rEyqkDmKK0xbsy4N0PRAcwhv4WEh09xJs8oSBHQGg= -SHA256 (openrct2/openrct2-0.4.11.tar.gz) = 1iEdyWUbQzFcXSLjCqQeWCu4YdJUG4K7Zd6PT5Xwze8= +SHA256 (openrct2/openrct2-0.4.12.tar.gz) = dEamSonQXGY8ZI+7NwsWgsOae6NDjGA9s2bfscW8Fuc= SHA256 (openrct2/opensfx-1.0.5.zip) = qVIUi+FkwSjk/TrqloIuXwUe3ZoLHyyE3n92KM47Lhg= SHA256 (openrct2/replays-0.0.79.zip) = BF2h34aX4tM/8zs0AI8i52mCgKpGOa/Rsfw8WQ1emVY= SHA256 (openrct2/title-sequences-0.4.6.zip) = JKGJza8fePttbK7ejxqzzt+KufgZzSJgoJsszkxxDZg= SIZE (openrct2/objects-1.4.4.zip) = 5392108 SIZE (openrct2/openmsx-1.5.zip) = 40548101 -SIZE (openrct2/openrct2-0.4.11.tar.gz) = 21842033 +SIZE (openrct2/openrct2-0.4.12.tar.gz) = 21881586 SIZE (openrct2/opensfx-1.0.5.zip) = 4012384 SIZE (openrct2/replays-0.0.79.zip) = 1934633 SIZE (openrct2/title-sequences-0.4.6.zip) = 2547725 blob - 10f4d18eecb195801be1e8d24f6d15bfea6ce7ff (mode 644) blob + /dev/null --- games/openrct2/patches/patch-src_openrct2_core_String_cpp +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/openrct2/core/String.cpp ---- src/openrct2/core/String.cpp.orig -+++ src/openrct2/core/String.cpp -@@ -14,7 +14,7 @@ - #include <stdexcept> - #include <vector> - #ifndef _WIN32 --# ifndef __FreeBSD__ -+# ifndef __OpenBSD__ - # include <alloca.h> - # endif - # include <unicode/ucnv.h>