Package Details: yuzu-git r24275.238e46ec9-1

Git Clone URL: https://aur.archlinux.org/yuzu-git.git (read-only, click to copy)
Package Base: yuzu-git
Description: An experimental open-source emulator for the Nintendo Switch
Upstream URL: https://github.com/yuzu-emu/yuzu
Keywords: emulator qt switch
Licenses: GPL2
Conflicts: yuzu
Provides: yuzu
Submitter: hcorion
Maintainer: hcorion (bscubed, greyltc)
Last Packager: hcorion
Votes: 26
Popularity: 0.002755
First Submitted: 2018-01-14 22:08 (UTC)
Last Updated: 2023-06-06 23:13 (UTC)

Required by (0)

Sources (20)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

xiota commented on 2023-08-07 10:06 (UTC)

Here's a working PKGBUILD, largely based on yuzu-mainline-git. Tested in clean chroot.

Nanoshift commented on 2023-06-20 19:09 (UTC)

Build fails with make: *** No rule to make target 'install'. Stop. CMake Error at externals/nx_tzdb/tzdb_to_nx/externals/tz/CMakeLists.txt:12 (execute_process): execute_process failed command indexes:

1: "Child return code: 2"

hcorion commented on 2023-06-06 23:16 (UTC)

@greyltc I've added you as a co-maintainer. @dantob I've updated the submodule url.

dantob commented on 2023-05-29 12:18 (UTC)

You need to replace 'git+https://github.com/kinetiknz/cubeb.git' with 'git+https://github.com/mozilla/cubeb.git'

greyltc commented on 2023-05-26 21:32 (UTC)

@hcorion there seem to be some git submodule issues here. If you'd like to add me as a co-maintainer, I'm happy to fix them.

dantob commented on 2023-05-19 07:00 (UTC)

CMake Warning:
  Manually-specified variables were not used by the project:

    DYNARMIC_NO_BUNDLED_ROBIN_MAP
    YUZU_USE_BUNDLED_LIBUSB
    YUZU_USE_BUNDLED_OPUS

hcorion commented on 2023-05-15 15:30 (UTC) (edited on 2023-05-15 15:30 (UTC) by hcorion)

@ipaqmaster just removed the testing and catch2 dependency for now, thanks for reporting!

@xiota just compiled fine for me 🤔. Wrong repo? I just got rid of our libressl dep. yuxu-mainline-git still has it though.

ipaqmaster commented on 2023-05-12 09:03 (UTC)

CMake Error at CMakeLists.txt:254 (find_package):
  Could not find a configuration file for package "Catch2" that is compatible
  with requested version "3.0.1".

  The following configuration files were considered but not accepted:

    /usr/lib/cmake/Catch2/Catch2Config.cmake, version: 2.13.9
    /lib/cmake/Catch2/Catch2Config.cmake, version: 2.13.9

Still hitting this one in an automatic build pipeline. Host has catch2-2.13.9-1.

Should this AUR package consider requiring aur/catch2v3 so that tests may still be run?