Search Criteria
Package Details: amulet-map-editor 0.10.44-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/amulet-map-editor.git (read-only, click to copy) |
---|---|
Package Base: | amulet-map-editor |
Description: | The new age Minecraft world editor and converter that supports every version since Java 1.12 and Bedrock 1.7 |
Upstream URL: | https://www.amuletmc.com/ |
Keywords: | amulet editor map minecraft |
Licenses: | MIT, LicenseRef-None |
Submitter: | tamamizu |
Maintainer: | Kimiblock (lilac) |
Last Packager: | lilac |
Votes: | 9 |
Popularity: | 0.24 |
First Submitted: | 2023-03-25 15:26 (UTC) |
Last Updated: | 2025-07-01 12:21 (UTC) |
Dependencies (21)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python (python37AUR)
- python-amulet-coreAUR (python-amulet-core-gitAUR)
- python-amulet-leveldbAUR (python-amulet-leveldb-gitAUR)
- python-amulet-nbtAUR
- python-lz4
- python-minecraft-model-readerAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR)
- python-opengl
- python-pillow (python-pillow-simd-gitAUR)
- python-platformdirs
- python-pymctranslateAUR (python-pymctranslate-gitAUR)
- python-wxpython (python-wxpython-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-cython-lint (make)
- python-installer (make)
- python-packaging (make)
- python-versioneer (python-versioneer-518AUR) (make)
- python-wheel (make)
Latest Comments
1 2 3 Next › Last »
Kimiblock commented on 2025-08-05 12:51 (UTC)
@alk_alk you sure that is emitted during amulet-map-editor's build? It already require pymctranslate as a dependency.
alk_alk commented on 2025-08-04 21:15 (UTC)
Amulet now fails to build due to python-pymctranslate
File "/usr/lib/python3.13/site-packages/amulet/api/wrapper/format_wrapper.py", line 25, in <module> import PyMCTranslate ModuleNotFoundError: No module named 'PyMCTranslate' ==> ERROR: A failure occurred in build(). Aborting...
Kimiblock commented on 2025-06-24 10:00 (UTC)
The transition is done. Now it should build in a clean chroot environment along with almost all dependencies.
Also there will be auto updates done by bot.
Kimiblock commented on 2025-06-21 03:48 (UTC)
Note: I'm in the process of pushing Amulet Map Editor and its dependencies into the archlinuxcn repository. Users who do not wish to compile can get prebuilt packages there, and for these AUR packages there will be faster version bumps and get automatic pkgrel bump on python update.
This process will take several days and updates to this package will be temporarily paused.
Kimiblock commented on 2025-06-20 15:20 (UTC) (edited on 2025-06-20 15:21 (UTC) by Kimiblock)
@gwuensch Ah, yes. I forgot to do that. Will land in next version. After I push amulet and it's dependencies into [archlinuxcn] so they get automatic updates.
gwuensch commented on 2025-06-20 12:19 (UTC)
@Kimiblock Sorry for the late response, didn't see the notification ... but yes, exactly, that's what I had in mind and is working for me. Thanks :)
You can also remove the
amulet_map_editor_no_console
script from the package (or patch it out directly in thesetup.cfg
) for the reasons I already explained, but I'll leave that up to your discretion. Doesn't hurt anyone after all.Kimiblock commented on 2025-06-17 13:12 (UTC)
@gwuensch Hi, thanks for your advice! Could you please try the latest commit? I've not yet bumped pkgrel for now.
gwuensch commented on 2025-06-17 11:41 (UTC)
Hi, thanks for maintaining this package!
Would you mind updating the desktop entry to launch the wrapper script provided with the wheel (
Exec=amulet_map_editor
) instead of directly calling python? This will automatically set the WMClass to 'amulet_map_editor'. If you could also add the lineStartupWMClass=amulet_map_editor
to the file, window managers will then be able to track the app's windows and, among other things, show the correct icon and name in the dock.On another note, the wheel currently provides two identical wrapper scripts (
console_scripts
andgui_scripts
respectively), with there only being a difference on Windows systems. So you can safely removeusr/bin/amulet_map_editor_no_console
from the package.mjevans commented on 2025-02-24 20:47 (UTC)
yay -S python-amulet-nbt --mflags "--nocheck"
python-amulet-nbt-2.1.3-3 won't build without the --nocheck makepkg flag
As mrhooman noted the poor code is in the (now stale, but last stable release) 2.1.3 test cases, while upstream is working on the 4.0 branch.
1 2 3 Next › Last »