Search Criteria
Package Details: eden-git 1:0.2.0.r89.g5219b9f-1
Package Actions
| 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) |
Dependencies (43)
- boost-libs
- brotli (brotli-gitAUR)
- cpp-httplib (cpp-httplib-gitAUR, cpp-httplib-compiledAUR)
- cpp-jwtAUR (cpp-jwt-gitAUR, cpp-jwtAUR)
- cubebAUR (cubeb-gitAUR, cubebAUR)
- enet (enet-gtkorvo-gitAUR, enet-gitAUR)
- fmt (fmt-gitAUR)
- game-devices-udevAUR
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libdrm (libdrm-gitAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- libusb (libusb-gitAUR)
- libva (libva-gitAUR, intel-media-stack-legacy-binAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libx11 (libx11-gitAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- opus (opus-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- Show 23 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
username227 commented on 2025-09-01 15:31 (UTC)
it's not a packaging issue. CPM is trying to download xbyak from a repository that appears to no longer exist.
yobson commented on 2025-09-01 13:49 (UTC)
build failing
Dandroboti commented on 2025-08-24 23:39 (UTC)
@crueter - all good, the AUR is working again when CleanBuilding, this issue is resolved.
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-)« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »