Description should be "A voxel game engine. Comes prepackaged with Minetest Game, a Minecraft-inspired game"
Search Criteria
Package Details: minetest-common-git 1:5.10.0.rc1.r6.g9982c5637-1
Package Actions
| 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 (common data files) (git) |
| Upstream URL: | https://www.luanti.org |
| Licenses: | LGPLv2.1 |
| Conflicts: | luanti-common, minetest-common |
| Provides: | luanti-common, minetest-common |
| Submitter: | None |
| Maintainer: | ROllerozxa |
| Last Packager: | ROllerozxa |
| Votes: | 48 |
| Popularity: | 0.000000 |
| First Submitted: | 2011-09-27 12:43 (UTC) |
| Last Updated: | 2025-04-30 15:18 (UTC) |
Dependencies (20)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gmp (gmp-hgAUR) (make)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (make)
- hiredis (hiredis-gitAUR) (make)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR) (make)
- leveldb (leveldb-gitAUR) (make)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utils-macbookAUR, libglvnd) (make)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo) (make)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR) (make)
- libxi (libxi-gitAUR) (make)
- luajit (luajit-2.1-lua52-gitAUR, luajit-clang-gitAUR, luajit-gitAUR, luajit-openrestyAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- openal (openal-gitAUR) (make)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR) (make)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat) (make)
- spatialindex (libspatialindex) (make)
- sqlite (sqlite-fossilAUR) (make)
Required by (68)
- luanti-voxelibre (requires luanti-common)
- minetest-alter (requires minetest-common)
- minetest-arcade3d (requires minetest-common)
- minetest-balloonair (requires minetest-common)
- minetest-berzerkpt (requires minetest-common)
- minetest-blockbomber (requires minetest-common)
- minetest-box-world-3d (requires minetest-common)
- minetest-build-n-buy (requires minetest-common)
- minetest-builda-city (requires minetest-common)
- minetest-castrum (requires minetest-common)
- minetest-cellestial-game (requires minetest-common)
- minetest-coconut-collection (requires minetest-common)
- minetest-colour-hop (requires minetest-common)
- minetest-devtest-git (requires minetest-common)
- minetest-dreambuilder (requires minetest-common)
- minetest-driftgame (requires minetest-common)
- minetest-easytest (requires minetest-common)
- minetest-farlands-reloaded (requires minetest-common)
- minetest-formspec-editor (requires minetest-common)
- minetest-game-cdb (requires luanti-common)
- Show 48 more...
Sources (4)
rubenwardy commented on 2018-04-19 18:42 (UTC) (edited on 2018-04-19 18:50 (UTC) by rubenwardy)
vesath commented on 2018-01-21 18:18 (UTC) (edited on 2018-01-21 18:59 (UTC) by vesath)
Edit: Never mind, figured it out myself, and update is coming.
Original comment was: Please explain what improvement adding LuaJIT would bring to this package. And please send me your proposed change as a diff to the current PKGBUILD. Cheers.
red-001 commented on 2018-01-21 13:50 (UTC)
In general most minetest builds use LuaJIT simply because it's quite a bit faster, can you add it as an optional dependency or something of that sort?
vesath commented on 2017-06-21 11:55 (UTC)
Please explain why libluajit would be needed. The game works fine as it is. (However recent git snapshots do require freetype2, which I've just added as a dependency.)
Ghul commented on 2017-06-21 09:24 (UTC)
libluajit is missing in dependencies
vesath commented on 2016-08-20 01:56 (UTC)
MadTux: Thanks for noticing! It's this bug: https://github.com/minetest/minetest/issues/4446
It should be fixed upstream soon, but in the meantime I've fixed our build by adding -DENABLE_GETTEXT=TRUE as cmake argument.
MadTux commented on 2016-08-18 11:29 (UTC)
It doesn't compile for me:
In file included from /tmp/makepkg/minetest-git/src/minetest/src/gettext.cpp:24:0:
/usr/include/libintl.h:39:14: error: expected unqualified-id before ‘char’
extern char *gettext (const char *__msgid)
^
/usr/include/libintl.h:39:14: error: expected initializer before ‘char’
make[2]: *** [src/CMakeFiles/minetest.dir/build.make:3039: src/CMakeFiles/minetest.dir/gettext.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:147: src/CMakeFiles/minetest.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
vesath commented on 2016-01-24 05:48 (UTC)
Thanks for the report, I'll add that build option straight away.
shellkr commented on 2016-01-24 00:56 (UTC)
I had a problem where Minetest would ignore mods in /usr/share/minetest/mods. Apparently you need to set a build option.
From the instructions on Mintests github:
"- If you want to install it system-wide (or are making a distribution package), you will want to use -DRUN_IN_PLACE=FALSE"
Not having this makes it problematic to install mod packages as they will be put in the /usr dir. So users will have to move them manually from /usr to /home. Not very KISS in other words.
https://github.com/minetest/minetest/issues/3597
vesath commented on 2015-03-04 03:13 (UTC)
Thanks; that's fixed in the new version I've just uploaded.
Pinned Comments