Package Details: dolphin-emu-nogui-git 2509.r136.g70bd0943a7-1

Git Clone URL: https://aur.archlinux.org/dolphin-emu-git.git (read-only, click to copy)
Package Base: dolphin-emu-git
Description: A Gamecube / Wii emulator - no GUI - git version
Upstream URL: https://dolphin-emu.org
Keywords: dolphin emu emulator game gamecube gui nintendo remote revolution triforce wii wiimote
Licenses: GPL-2.0-or-later
Conflicts: dolphin-emu-cli, dolphin-emu-nogui
Provides: dolphin-emu-cli, dolphin-emu-nogui
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 122
Popularity: 0.132656
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-10-05 14:17 (UTC)

Dependencies (48)

Required by (0)

Sources (10)

Pinned Comments

dpeukert commented on 2020-04-10 12:34 (UTC) (edited on 2020-09-26 17:48 (UTC) by dpeukert)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/dolphin-emu-git

Latest Comments

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

oakbricks commented on 2025-10-03 22:30 (UTC) (edited on 2025-10-03 22:30 (UTC) by oakbricks)

Currently broken since commit ce860ab43d32d1934456cf8d545b642f79bd1c48 because cmake-discord-rpc.diff is out of date because the minimum version is now 3.2.0 and 4.1.1

patching file Externals/discord-rpc/CMakeLists.txt
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file Externals/discord-rpc/CMakeLists.txt.rej

dpeukert commented on 2025-09-28 09:16 (UTC)

@Joomzie: This should now be fixed, thanks for the heads-up.

Joomzie commented on 2025-09-27 21:57 (UTC) (edited on 2025-09-27 21:58 (UTC) by Joomzie)

Most recent commit fails to build due to the PKGBUILD not checking out needed submodules.

CMake Error at Externals/glslang/CMakeLists.txt:10 (add_subdirectory):
  The source directory

    $HOME/.cache/yay/dolphin-emu-git/src/dolphin-emu-git/Externals/glslang/glslang

  does not contain a CMakeLists.txt file.

Adding git submodule update --init --recursive to the prepare function immediately after the directory change on line 62 acts as a workaround until this can be fixed properly.

dpeukert commented on 2025-07-06 13:51 (UTC)

@xAsh: I wasn't able to reproduce this, is it possible that the build directory was leftover from the previous build, therefore the patch was already applied?

xAsh commented on 2025-06-22 06:13 (UTC)

I'm also getting the

==> Starting prepare()...
patching file Externals/discord-rpc/CMakeLists.txt
patching file CMakeLists.txt
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file CMakeLists.txt.rej
==> ERROR: A failure occurred in prepare().
    Aborting...

whenever I try to update it. It builds fine if I clean build it though.

dpeukert commented on 2025-06-17 09:31 (UTC)

@Dr_Z: I wasn't able to reproduce this, can you provide your build output?

Dr_Z commented on 2025-06-16 09:30 (UTC)

I needed to install package llvm19-libs to build successfully when upgrading to 2506.r121.g28a6eb26cc-1. Build had complained that it couldn't find libLLVM.so.19.1.

rubin55 commented on 2025-06-08 16:05 (UTC)

CMake Error in Source/Core/Common/CMakeLists.txt:
  Imported target "watcher" includes non-existent path

    "/tmp/makepkg.builddir/dolphin-emu-git/src/dolphin-emu-git/Externals/watcher/watcher/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done (0.2s)
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().

JoshuaVandaele commented on 2025-06-08 15:27 (UTC)

The latest version of dolphin has a new dependency in Externals, causing the build to fail