Package Details: minetest-server-git 1:5.10.0.rc1.r6.g9982c5637-1

Git Clone URL: https://aur.archlinux.org/minetest-git.git (read-only, click to copy)
Package Base: minetest-git
Description: Free and open source voxel-based game engine (headless server) (git)
Upstream URL: https://www.luanti.org
Licenses: LGPLv2.1
Conflicts: minetest-server
Provides: minetest-server
Submitter: None
Maintainer: ROllerozxa
Last Packager: ROllerozxa
Votes: 50
Popularity: 0.34
First Submitted: 2011-09-27 12:43 (UTC)
Last Updated: 2024-11-03 18:30 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

LesyaCPP commented on 2024-11-03 13:43 (UTC)

Files in the /usr/share/luanti/client/shaders/, /usr/share/luanti/fonts/ and /usr/share/luanti/textures/ directories are included in both minetest-git and minetest-common-git packages

List of conflicting files: https://drive.google.com/file/d/1UkeK4r2HRCvYlJ5klMdCxO69O4FKxEtx/view?usp=sharing

taba commented on 2024-11-01 23:44 (UTC)

/var/lib/minetest in tmpfiles.d but /var/lib/luanti/%i/ in luanti.service

ROllerozxa commented on 2024-10-31 19:00 (UTC)

Fixed the package for the rename. I will be renaming the package itself once the 5.10.0 release comes out, which should be in a week or two.

ralen commented on 2024-10-27 13:51 (UTC)

is not buildable anymore after luanti rebranding, also minetest-server and minetest have conflicting files, like that: /usr/share/luanti/builtin/async/game.lua exists in both 'minetest-common-git' and 'minetest-git'

ROllerozxa commented on 2023-12-30 20:28 (UTC)

Okay so Minetest 5.9.0-dev now builds with the IrrlichtMt SDL2 device enabled now. It is experimental but has been tested for some time and should work mostly work okay on Linux. If you have any issues with it then you can build without SDL2 and with the legacy X11 device by passing -DUSE_SDL2=OFF to CMake.

ROllerozxa commented on 2023-12-26 12:49 (UTC)

Yes, upstream defaults to the IrrlichtMt SDL2 device now. I'll update the dependency list to include SDL2.

andmars commented on 2023-12-15 11:59 (UTC) (edited on 2023-12-17 14:34 (UTC) by andmars)

@ROllerozxa: installs fine now, but: "minetest: error while loading shared libraries: libhiredis.so.1.1.0: cannot open shared object file: No such file or directory". So need "hiredis" as dependency with this PKGBUILD.

ROllerozxa commented on 2023-12-15 10:14 (UTC)

@andmars: Upstream merged a faulty patch. It's been fixed now.

andmars commented on 2023-12-15 09:45 (UTC)

[code]FAILED: src/CMakeFiles/minetest.dir/server/luaentity_sao.cpp.o /usr/bin/c++ -DIRRLICHT_API="" -DUSE_CMAKE_CONFIG_H -I/usr/include/leveldb -I/usr/include/hiredis -I/home/andreas/.cache/pikaur/build/minetest-git/src/minetest/build/src -I/home/andreas/.cache/pikaur/build/minetest-git/src/minetest/src -I/home/andreas/.cache/pikaur/build/minetest-git/src/minetest/src/script -I/home/andreas/.cache/pikaur/build/minetest-git/src/minetest/lib/irrlichtmt/include -I/home/andreas/.cache/pikaur/build/minetest-git/src/minetest/lib/irrlichtmt/source/Irrlicht -isystem /usr/include/luajit-2.1 -isystem /usr/include/freetype2 -isystem /usr/include/AL -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -DNDEBUG -Wall -Wextra -Wno-unused-parameter -pipe -funroll-loops -O3 -fomit-frame-pointer -fno-math-errno -fno-trapping-math -fno-signed-zeros -std=gnu++17 -MD -MT src/CMakeFiles/minetest.dir/server/luaentity_sao.cpp.o -MF src/CMakeFiles/minetest.dir/server/luaentity_sao.cpp.o.d -o src/CMakeFiles/minetest.dir/server/luaentity_sao.cpp.o -c /home/andreas/.cache/pikaur/build/minetest-git/src/minetest/src/server/luaentity_sao.cpp /home/andreas/.cache/pikaur/build/minetest-git/src/minetest/src/server/luaentity_sao.cpp: In member function ‘virtual void LuaEntitySAO::step(float, bool)’: /home/andreas/.cache/pikaur/build/minetest-git/src/minetest/src/server/luaentity_sao.cpp:148:87: error: ‘PP’ was not declared in this scope 148 | warningstream << "LuaEntitySAO::step() " << m_init_name << " at: " << PP(m_last_sent_position) << ", id=" << m_id << | ^~ [262/617] Building CXX object src/CMakeFiles/minetest.dir/server/player_sao.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... [/code]