Package Details: eden-git 1:0.2.0.r89.g5219b9f-1

Git Clone URL: https://aur.archlinux.org/eden-git.git (read-only, click to copy)
Package Base: eden-git
Description: Nintendo Switch emulator forked from yuzu.
Upstream URL: https://eden-emulator.github.io/
Keywords: eden emulator nintendo switch yuzu
Licenses: GPL-3.0-or-later
Conflicts: eden, eden-beta, eden-bin, eden-preview-bin
Provides: eden
Submitter: username227
Maintainer: username227 (HurricanePootis)
Last Packager: username227
Votes: 15
Popularity: 1.29
First Submitted: 2025-05-14 23:18 (UTC)
Last Updated: 2026-06-10 20:07 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11

sukanka commented on 2025-05-21 14:54 (UTC)

If you'd like to minimize the git submodules, you can refer to this PR, we only need sirit and simpleini (and we can also remove this)

username227 commented on 2025-05-16 21:27 (UTC)

I can only build this in a chroot. Some packages might conflict with the build, causing errors related to glad and/or SPIRV. I cannot patch these errors without ruining program functionality. If you run into this problem, please build in a chroot:

paru -S eden --chroot

If you can suggest a way to fix so that it builds outside of a chroot, please let me know.

username227 commented on 2025-05-14 23:19 (UTC) (edited on 2025-05-16 21:25 (UTC) by username227)

Note: There are improvements planned for this package:

1) Improvements can probably be made with the submdoule prepare coommnds

2) I can only build this in a chroot due to the same error that I fixed on the torzu package. I will try to push a fix for this similar to what I did with torzu. Meanwhile, if you run into an error related to glad, build in chroot: paru -S eden --chrooot

EDIT: I updated the pkgbuild with patches that allowed the package to build outside of a chroot. However, after further testing, I realized that I was unable to actually open any games with the compiled program. therefore, I reverted the changes. The patches were uploaded on the git page here if anybody wants to review and suggest a way to change the build so it builds outside fo a chroot but maintains functionality, because obviously if the program doesn't work the build is useless.

UPDATE #2: I have cleaned up the submodules and eliminated unnecessary 2nd-level submodules. Next I will disable the first-level submodule checks and attempt to eliminate remaining unnecessary submodules. But you will find the prepare function much quicker now.

UPDATE #3: I have eliminated unneeded submodules. If anybody runs into any issues let me know.