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 8 9 Next › Last »

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.

Neros commented on 2025-08-05 11:47 (UTC) (edited on 2025-08-05 12:06 (UTC) by Neros)

I can't build it (catch2 is missing):

-- Could NOT find Catch2 (missing: Catch2_DIR)
CMake Error at src/dynarmic/externals/CMakeLists.txt:39 (find_package):
  By not providing "FindCatch2.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Catch2", but
  CMake did not find one.

  Could not find a package configuration file provided by "Catch2" (requested
  version 3.0.1) with any of the following names:

    Catch2Config.cmake
    catch2-config.cmake

  Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set
  "Catch2_DIR" to a directory containing one of the above files.  If "Catch2"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: eden-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
eden-git - exit status 4

Edit: @username227: fixed! thanks

username227 commented on 2025-08-05 01:54 (UTC)

Ok, I pushed some of the changes in your pkgbuild. I kept mold as the linker as your pkgbuild still ran into some linker issues (i feel like those are common with gcc). Thanks!

username227 commented on 2025-08-04 21:02 (UTC)

Ok. The program built and ran perfectly after your last commit. I pushed mine just to get a working pkgbuild again. Next step will be to compare mine with yours and make changes accordingly, because I put a more stock in yours than mine. Thanks again!

crueter commented on 2025-08-04 19:58 (UTC)

Here's my working PKGBUILD now that the PR was merged: https://paste.swurl.xyz/e4724e2b63cb6473/PKGBUILD