Package Details: eden-git 1:0.0.3.r155.gb7021af-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
Provides: eden
Submitter: username227
Maintainer: username227 (HurricanePootis)
Last Packager: username227
Votes: 9
Popularity: 1.51
First Submitted: 2025-05-14 23:18 (UTC)
Last Updated: 2025-10-16 19:20 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

username227 commented on 2025-10-16 21:25 (UTC)

@npreining no problem. glad it was fixed.

npreining commented on 2025-10-16 21:14 (UTC)

@username227 thanks for checking. Interesting. I purged the src and pkg dirs, and manually called makepkg, same hang. Very strange

Ok ... fixed it. Sorry for the noise. I had a VPN (but that should only tunnel a certain domain, not all). Terminating the VPN fixed it.

Sorry for the noise.

username227 commented on 2025-10-16 21:06 (UTC)

i cannot duplicate this. It seems to download fine for me both in and out of chroot. have you tried clearing your yay cache or trying a different aur helper?

npreining commented on 2025-10-16 20:55 (UTC)

Build is failing and hanging every time at the same place:

-- Downloading time zone data...
-- [CPMUtil] nx_tzdb: Download URL is https://git.crueter.xyz/misc/tzdb_to_nx/releases/download/091025/091025.tar.gz
-- CPM: Adding package nx_tzdb@091025 (091025 to /home/norbert/.cache/yay/eden-git/src/eden/.cache/cpm/nx_tzdb/091025)

Manual download with the browser works. This is repeatable.

crueter commented on 2025-10-16 18:44 (UTC)

httplib can be used as a system package now.

Joomzie commented on 2025-09-15 03:55 (UTC)

Just a heads up, mbedtls is now a required dependency.

rossome commented on 2025-09-10 04:41 (UTC)

quazip-qt6 is need in depends

crueter commented on 2025-09-05 14:08 (UTC)

@HurricanePootis why was https://aur.archlinux.org/cgit/aur.git/commit/?h=eden-git&id=e804dd8620fd179cb836af2300c01b865cf95fd5 done? It's preferred to have these as shared libs as opposed to statically pulling them in at build time, not to mention zlib, zstd, opus, and a few others will NOT be pulled in since YUZU_USE_CPM is OFF.

Are these already pulled in by other dependents?

crueter commented on 2025-09-03 02:37 (UTC)

Just merged this PR, should be good now

crueter commented on 2025-09-02 19:52 (UTC) (edited on 2025-09-02 19:59 (UTC) by crueter)

That's an unrelated bug. PR 381 should fix the VMA linkage on the cli target and also some weird stuff going on with bundled package precedence https://git.eden-emu.dev/eden-emu/eden/pulls/381

BTW-you can fix the httplib thing with -Dhttplib_FORCE_BUNDLED=ON