minetest: update to 5.6.1

This commit is contained in:
aeiouaeiouaeiouaeiouaeiouaeiou
2022-12-14 11:08:02 +03:00
committed by Renee Otten
parent b61c37585f
commit f535b65214
+12 -10
View File
@@ -7,11 +7,11 @@ PortGroup cmake 1.1
compiler.cxx_standard 2011
compiler.thread_local_storage yes
github.setup minetest minetest 5.5.1
revision 1
github.setup minetest minetest 5.6.1
revision 0
# the game version could be different than the minetest version
set game_version 5.5.1
set game_version 5.6.1
# to add on more files to a github portgroup download
# have to cache the preset distfiles from the github PG
@@ -28,13 +28,13 @@ master_sites ${github.master_sites}:main \
${game_mastersite}:game
checksums ${main_distfile} \
rmd160 7e20ef603e036bd28e3c63e2e12d4a2f2adf2300 \
sha256 7108c01554a975ca9ca0d75d150ac4d7ce42800e2ca7cc880100705156a24ebe \
size 9560030 \
rmd160 7b32331e0007f29003107592522d1c906935e44d \
sha256 425d8e9363212dcb5bc7986dd12460c9c3784aca22eb1b90dad6a7fc2c6ef546 \
size 9925064 \
${game_distfile} \
rmd160 d92174c03c06086b73ad6e20375a528f9d707f05 \
sha256 5a24fec4ed838744906f020096c35616e7ba76eeec2b93b980a40af011107e7c \
size 2582897
rmd160 73d35423b856d141cebfa16396fe5dcf834dcf89 \
sha256 5dc857003d24bb489f126865fcd6bf0d9c0cb146ca4c1c733570699d15abd0e3 \
size 2590582
# rename directory - from github portgroup
post-extract {
@@ -51,7 +51,8 @@ maintainers nomaintainer
description open source infinite-world block sandbox game with survival and crafting
long_description ${description}.
depends_build-append path:bin/doxygen:doxygen
depends_build-append path:bin/doxygen:doxygen \
port:mesa
depends_lib-append port:irrlichtmt \
path:include/turbojpeg.h:libjpeg-turbo \
@@ -93,6 +94,7 @@ configure.args-append -DCMAKE_BUILD_TYPE=Release \
-DENABLE_CURL=1 \
-DENABLE_GETTEXT=1 \
-DENABLE_SYSTEM_JSONCPP=1 \
-DENABLE_UPDATE_CHECKER=0 \
-DCURSES_INCLUDE_PATH:FILEPATH=${prefix}/include \
-DENABLE_LUAJIT=ON \
-DLUA_INCLUDE_DIR:PATH=${prefix}/include/luajit-2.1 \