Package Details: eden-git 1:0.0.3.rc3.r14.g4ea9664-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: 8
Popularity: 3.85
First Submitted: 2025-05-14 23:18 (UTC)
Last Updated: 2025-08-24 02:21 (UTC)

Latest Comments

1 2 3 4 Next › Last »

crueter commented on 2025-08-24 01:52 (UTC)

Yeah, cubeb pulled in by CPM builds fine both on our Arch CI and my Gentoo system, so you should be safe to remove it. It's also statically linked if pulled in by CPM

username227 commented on 2025-08-24 01:36 (UTC)

@crueter - the cubeb issue is indeed resolved. Please confirm that it's not really needed in depends either, and i'll get rid of it completely. thanks.

crueter commented on 2025-08-24 00:11 (UTC)

@Dandroboti @username227 just merged a PR that fixes it (I think), try again

crueter commented on 2025-08-23 02:46 (UTC)

I was never able to reproduce the cubeb issue, but I think it's just more install-by-default crap that projects really need to learn to not do. I'll fix it in a branch and get it into master and later stable.

yobson commented on 2025-08-21 17:32 (UTC)

yep that resolved it, thanks

username227 commented on 2025-08-20 23:39 (UTC)

Paru handles updates differently from other AUR helpers, and it does not handle submodules well. A month ago I would've said that it's doing that because of the submodules, but now that they're all gone, if this is happening it must be this. I'll make the change. thanks for the suggestion.

yobson commented on 2025-08-20 22:50 (UTC)

paru seems to want to update even when it's already on the newest version. i think because you're not stripping the v from the start of the version tag, you're stripping foo- which isn't there. i think u accidentally just cv paste that from the wiki without modifying. it should be git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' (the same but remove v from the start, not foo-)

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```