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.26
First Submitted: 2025-05-14 23:18 (UTC)
Last Updated: 2026-06-10 20:07 (UTC)

Latest Comments

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

username227 commented on 2025-08-20 11:40 (UTC)

OK i reverted the discord changes that are no longer necessary and added cubeb to makedepends to solve this cubeb issue.

crueter commented on 2025-08-20 03:23 (UTC)

Forgot to mention this but discord-rpc install has been fixed--will look at cubeb later, current 0.0.3 branch is in commit freeze

Dandroboti commented on 2025-08-19 17:32 (UTC)

CleanBuilding the AUR gives this error message from Cmake at the end of build(), starting by package(), cubeb include, seems to be not found:

```==> Starting package()... -- Install configuration: "None" CMake Error at build/_deps/cubeb-build/cmake_install.cmake:46 (file): file INSTALL cannot find "/home/dandroboti/.cache/yay/eden-git/src/eden/include/cubeb": No such file or directory. Call Stack (most recent call first): build/cmake_install.cmake:47 (include)

==> ERROR: A failure occurred in package(). Aborting... -> error making: eden-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: eden-git - exit status 4```

username227 commented on 2025-08-18 12:21 (UTC)

it's only temporary, related to a filesystem conflict that I needed to resolve. But crueter indicated he will resolve it upstream at some point, and then i'll undo the temp changes.

yobson commented on 2025-08-18 08:35 (UTC)

should discord-rpc not be in optdepends? i dont want it

crueter commented on 2025-08-13 22:01 (UTC)

@username227 fixed

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

ah, more install-by-default crap... I'll fix that tmrw afternoon EST

username227 commented on 2025-08-12 01:35 (UTC)

@crueter the latest commit caused filesystem conflicts with zydis and zycore-c. I'm pushing a fix by removing the conflicting files from the package and adding these two packages as dependencies instead. Let me know if you think there's a better way or if the situation changes and this is no longer needed. thanks.

crueter commented on 2025-08-05 17:22 (UTC)

catch2 is not needed if you set:

-DDYNARMIC_TESTS=OFF
-DYUZU_TESTS=OFF
-DBUILD_TESTING=OFF

username227 commented on 2025-08-05 11:49 (UTC)

@Neros -- hmmm...I actually had that in there, must've accidentally gotten deleted with the others that were not needed. I will add it back right now. Sorry about that.