Search Criteria
Package Details: zelda64recomp 1.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zelda64recomp.git (read-only, click to copy) |
---|---|
Package Base: | zelda64recomp |
Description: | A port of The Legend of Zelda Majora's Mask made possible by static recompilation |
Upstream URL: | https://github.com/Zelda64Recomp/Zelda64Recomp |
Keywords: | majora's mask n64 port recompilation static zelda |
Licenses: | GPL-3.0-only |
Conflicts: | zelda64recomp-bin |
Submitter: | AltoXorg |
Maintainer: | AltoXorg |
Last Packager: | AltoXorg |
Votes: | 1 |
Popularity: | 0.026157 |
First Submitted: | 2024-05-17 06:33 (UTC) |
Last Updated: | 2024-06-03 09:38 (UTC) |
Dependencies (17)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libx11 (libx11-gitAUR)
- libxrandr (libxrandr-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- vulkan-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, swiftshader-gitAUR, amdvlk-debugAUR, nvidia-vulkan-utilsAUR, amdvlk-2023q3.3AUR, amdvlk-2021q2.5AUR, vulkan-amdgpu-proAUR, nvidia-390xx-utilsAUR, amdvlk-gitAUR, vulkan-nouveau-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, vulkan-amdgpu-pro-legacyAUR, vulkan-radeon-amd-bc250AUR, nvidia-utils-teslaAUR, amdvlk-binAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, amdonly-gaming-vulkan-radeon-gitAUR, amdonly-gaming-vulkan-swrast-gitAUR, amdvlk, nvidia-utils, vulkan-intel, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- make (make-gitAUR) (make)
- mips-linux-gnu-binutilsAUR (make)
- mold (mold-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (0)
Sources (27)
- dxc
- file://baserom.mm.us.rev1.z64
- git+https://github.com/btzy/nativefiledialog-extended.git
- git+https://github.com/Cyan4973/xxHash.git
- git+https://github.com/decompals/ido-static-recomp.git#commit=d6dd7fdea26cfe89dd01d7545618d4a9ae4f690a
- git+https://github.com/Decompollaborate/rabbitizer.git
- git+https://github.com/DLTcollab/sse2neon.git#commit=42c704755d3ec218ed9126a122f0a667beeb630a
- git+https://github.com/epezent/implot.git
- git+https://github.com/fmtlib/fmt.git
- git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
- git+https://github.com/john-chapman/im3d.git
- git+https://github.com/KhronosGroup/Vulkan-Headers.git
- git+https://github.com/marzer/tomlplusplus.git
- git+https://github.com/mikke89/RmlUi.git#commit=a893ea6386e0c842f90a726a53c9b9e888797519
- git+https://github.com/Mr-Wiseguy/N64Recomp.git#commit=94b59d56f70228c3d3e3062cf1b1ab6ce42153c0
- git+https://github.com/nothings/stb.git
- git+https://github.com/ocornut/imgui.git
- git+https://github.com/redorav/hlslpp.git
- git+https://github.com/rt64/rt64.git#commit=e106c18965a89b26197bde972d9a83dd2dea1691
- git+https://github.com/sammycage/lunasvg.git#tag=v2.3.9
- git+https://github.com/serge1/ELFIO.git
- git+https://github.com/zeux/volk.git
- mm-compat-disasm-script.patch
- mm-compat
- mm-decomp
- Zelda64Recomp-1.1.1.tar.gz
- zelda64recomp.desktop
Latest Comments
AltoXorg commented on 2024-05-28 12:05 (UTC) (edited on 2024-05-29 03:38 (UTC) by AltoXorg)
Mabye try deleting the source directories that are reported as NOT FOUND then try building again... It's probably those ones are corrupted, as a result your build stops because of it.Disregard the message above, I've finally found the solution, after testing it on Manjaro ARM.
It seems that while after running
updpkgsums
on a newer pacman release (6.1.0+) it also adds the valid checksums insha256sums
to the git sources instead ofSKIP
. The one used in Manjaro ARM as of this now is in version 6.0.2. So my only solution so far is you can try runningupdpkgsums
after you have the valid rom in place.I can't manually update
sha256sums
in the PKGBUILD every time while working this package on my main computer, so using updpkgsums command is very convenient.gameslayer commented on 2024-05-27 14:12 (UTC)
Hey thanks for the reply, I am still getting a validation check error even after pulling your latest version
AltoXorg commented on 2024-05-27 13:47 (UTC)
Thanks for the feedback. Since the new version update, I have added the ability to compile for ARM64 systems. Tested building on my RPi4 device with Arch Linux ARM installed. If there are some other issues, or your issue mentioned still appears, leave another comment be.
gameslayer commented on 2024-05-21 08:06 (UTC)
Hey I am trying to use this package to compile for Arm64 but it's saying One or more files did not pass the validity check, I was wondering if you could help me out :)
Oh and if I can successfully compile it and run it on my Rasperry pi 5 since you beat me to it I was wondering if I could do the unofficial Arm64 binaries for the bin package