Hello ports@ Here's an update to the games/luanti port to the latest release.
Tested briefly on amd64 with X11. Seems to be no regressions and my long time world migrated fine. I missed a release so we're skipping one release, hence why two changelog links. Changelogs: https://docs.luanti.org/about/changelog/#5160--5161 https://docs.luanti.org/about/changelog/#5150--5160 Good for merge? -- iz (she/her) > I say mundane things > so the uninteresting > just might get noticed. izder456 (dot) neocities (dot) org
diff --git games/luanti/Makefile games/luanti/Makefile index 9282787602a..05a0814aa25 100644 --- games/luanti/Makefile +++ games/luanti/Makefile @@ -2,7 +2,7 @@ DPB_PROPERTIES = parallel COMMENT = infinite-world block sandbox game -DIST_TUPLE += github luanti-org luanti 5.15.2 . +DIST_TUPLE += github luanti-org luanti 5.16.1 . CATEGORIES = games x11 diff --git games/luanti/distinfo games/luanti/distinfo index 3200d45e804..a385f1dc809 100644 --- games/luanti/distinfo +++ games/luanti/distinfo @@ -1,2 +1,2 @@ -SHA256 (luanti-org-luanti-5.15.2.tar.gz) = H9+ouXOWj4/PWiZM4/s6Fww4ghBflTSYpk1kFe/4NHE= -SIZE (luanti-org-luanti-5.15.2.tar.gz) = 12332073 +SHA256 (luanti-org-luanti-5.16.1.tar.gz) = V5JnUjZaF9O/ZJReoE3GPMRGqIYwN7BDuXeZrzASa2s= +SIZE (luanti-org-luanti-5.16.1.tar.gz) = 12566638 diff --git games/luanti/pkg/PLIST games/luanti/pkg/PLIST index d784cf224ec..e5515673e71 100644 --- games/luanti/pkg/PLIST +++ games/luanti/pkg/PLIST @@ -60,6 +60,7 @@ share/locale/jbo/LC_MESSAGES/luanti.mo share/locale/jv/ share/locale/jv/LC_MESSAGES/ share/locale/jv/LC_MESSAGES/luanti.mo +share/locale/ka/LC_MESSAGES/luanti.mo share/locale/kab/LC_MESSAGES/luanti.mo share/locale/kk/LC_MESSAGES/luanti.mo share/locale/kmr/ @@ -69,6 +70,9 @@ share/locale/ko/LC_MESSAGES/luanti.mo share/locale/kv/ share/locale/kv/LC_MESSAGES/ share/locale/kv/LC_MESSAGES/luanti.mo +share/locale/kw/ +share/locale/kw/LC_MESSAGES/ +share/locale/kw/LC_MESSAGES/luanti.mo share/locale/ky/LC_MESSAGES/luanti.mo share/locale/lt/LC_MESSAGES/luanti.mo share/locale/lv/LC_MESSAGES/luanti.mo @@ -149,8 +153,10 @@ share/luanti/builtin/common/tests/after_spec.lua share/luanti/builtin/common/tests/math_spec.lua share/luanti/builtin/common/tests/misc_helpers_spec.lua share/luanti/builtin/common/tests/serialize_spec.lua +share/luanti/builtin/common/tests/vector2_spec.lua share/luanti/builtin/common/tests/vector_spec.lua share/luanti/builtin/common/vector.lua +share/luanti/builtin/common/vector2.lua share/luanti/builtin/emerge/ share/luanti/builtin/emerge/env.lua share/luanti/builtin/emerge/init.lua @@ -288,6 +294,11 @@ share/luanti/builtin/profiler/instrumentation.lua share/luanti/builtin/profiler/reporter.lua share/luanti/builtin/profiler/sampling.lua share/luanti/builtin/settingtypes.txt +share/luanti/builtin/sscsm_client/ +share/luanti/builtin/sscsm_client/init.lua +share/luanti/builtin/sscsm_client/register.lua +share/luanti/builtin/sscsm_server/ +share/luanti/builtin/sscsm_server/init.lua share/luanti/client/ share/luanti/client/shaders/ share/luanti/client/shaders/3d_interlaced_merge/
