Package Details: eden-git 1:0.2.0.r24.g24dc383-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: 16
Popularity: 3.20
First Submitted: 2025-05-14 23:18 (UTC)
Last Updated: 2026-05-21 01:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

yobson commented on 2026-05-15 05:49 (UTC)

paru always thinks there's an update even when there isn't, i think because the version that gets installed as generated from pkgver() is 1:0.2.0.r1.gd1ceeec-1 and the one it sees in the .SRCINFO when it looks it up on the aur is 1:0.2.0.rc1.r95.gf2c46ea-1 and vercmp thinks that the one with .rc1 in it is newer when in reality that was the release candidate and 0.2.0 is now fully released. should be fixed just by updating the pkgver in the PKGBUILD/.SRCINFO to the new output from pkgver()

crueter commented on 2026-04-01 19:08 (UTC)

Should (TM) be fixed.

mohredlou commented on 2026-04-01 13:27 (UTC)

@username227, yes that what I finished by understanding. I am on manjaro so we are not as cutting edge as arch. Thank you for the answer.

username227 commented on 2026-04-01 13:25 (UTC)

@mohredlou, Arch updated renderdoc to 1.7.0. After they did, it broke the build. Eden followed by updating their renderdoc as well. if your distro didn't follow arch yet, it could cause build problems for your distro. you can wait for your distro to update, or you can try to do a reverse patch of this commit:

https://git.eden-emu.dev/eden-emu/eden/commit/c5b519380cfed91674483eae0caee40f3a80c7d4

mohredlou commented on 2026-04-01 03:56 (UTC) (edited on 2026-04-01 03:59 (UTC) by mohredlou)

In file included from /var/tmp/pamac-build-username/eden-beta/src/eden/src/core/tools/renderdoc.cpp:11:
/var/tmp/pamac-build-username/eden-beta/src/eden/src/./core/tools/renderdoc.h:9:8: note: forward declaration of ‘struct RENDERDOC_API_1_7_0’
    9 | struct RENDERDOC_API_1_7_0;
      |        ^~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-username/eden-beta/src/eden/src/core/tools/renderdoc.cpp:57:17: error: invalid use of incomplete type ‘struct RENDERDOC_API_1_7_0’
   57 |         rdoc_api->EndFrameCapture(NULL, NULL);
      |                 ^~
/var/tmp/pamac-build-username/eden-beta/src/eden/src/./core/tools/renderdoc.h:9:8: note: forward declaration of ‘struct RENDERDOC_API_1_7_0’
    9 | struct RENDERDOC_API_1_7_0;
      |        ^~~~~~~~~~~~~~~~~~~

username227 commented on 2026-03-23 11:52 (UTC)

this is the git package, it's past rc2. if you want rc2, look at eden-beta.

GhostRice23 commented on 2026-03-23 10:40 (UTC)

When will Release 0.2.0-rc2 be available?

username227 commented on 2026-03-22 03:02 (UTC)

the renderdoc issue should be fixed as of now. thanks.

username227 commented on 2026-03-20 11:28 (UTC)

i alerted upstream, they have a PR to fix, waiting for it to merge.

kode54 commented on 2026-03-20 10:46 (UTC)

And now it fails to build due to a renderdoc API issue:

In file included from /build/eden-git/src/eden/src/core/tools/renderdoc.cpp:11:
/build/eden-git/src/eden/src/./core/tools/renderdoc.h:6:8: error: using typedef-name ‘RENDERDOC_API_1_6_0’ after ‘struct’
    6 | struct RENDERDOC_API_1_6_0;
      |        ^~~~~~~~~~~~~~~~~~~
In file included from /build/eden-git/src/eden/src/core/tools/renderdoc.cpp:7:
/usr/include/renderdoc_app.h:847:29: note: ‘RENDERDOC_API_1_6_0’ has a previous declaration here
  847 | typedef RENDERDOC_API_1_7_0 RENDERDOC_API_1_6_0;
      |                             ^~~~~~~~~~~~~~~~~~~