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, eden-beta, eden-bin, eden-preview-bin
Provides: eden
Submitter: username227
Maintainer: username227 (HurricanePootis)
Last Packager: username227
Votes: 10
Popularity: 1.58
First Submitted: 2025-05-14 23:18 (UTC)
Last Updated: 2025-10-27 21:28 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

crueter commented on 2025-10-25 20:58 (UTC) (edited on 2025-10-25 20:59 (UTC) by crueter)

@npreining This seems to be a recurring problem where every single domain I've owned gets flagged as suspicious by VPNs or ISPs.

@username227 it's probably better to fetch nx_tzdb directly from https://git.crueter.xyz/misc/tzdb_to_nx/releases/download/091025/091025.tar.gz and set -DYUZU_TZDB_PATH=<tzdb_dir>. It won't necessarily fix issues like this but should help

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