Package Details: dolphin-emu-git 2509.r182.g81f620ba97-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 - 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
Provides: dolphin-emu
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 123
Popularity: 1.10
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-10-14 10:20 (UTC)

Dependencies (57)

Required by (4)

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 .. 62 Next › Last »

dpeukert commented on 2025-10-14 10:21 (UTC)

@Joomzie: The original error was fixed upstream, I've now removed the patch.

Joomzie commented on 2025-10-13 22:24 (UTC)

@dpeukert: Looks like we're hitting a wall with Qt again.

patching file Source/Core/DolphinQt/CMakeLists.txt
Hunk #1 FAILED at 14.
Hunk #2 succeeded at 435 (offset 7 lines).
1 out of 2 hunks FAILED -- saving rejects to file Source/Core/DolphinQt/CMakeLists.txt.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: dolphin-emu-git-exit status 4
> cat CMakeLists.txt.rej
--- Source/Core/DolphinQt/CMakeLists.txt
+++ Source/Core/DolphinQt/CMakeLists.txt
@@ -14,7 +14,7 @@ endif()
 set(CMAKE_AUTOMOC ON)
 set(CMAKE_AUTORCC ON)

-find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Svg)
+find_package(Qt6 REQUIRED COMPONENTS Core Gui GuiPrivate Widgets Svg)
 message(STATUS "Found Qt version ${Qt6_VERSION}")

 set_property(TARGET Qt6::Core PROPERTY INTERFACE_COMPILE_FEATURES "")

dpeukert commented on 2025-10-11 22:39 (UTC)

@rubin55: The Qt issue should now also be fixed.

dpeukert commented on 2025-10-11 17:25 (UTC)

@rubin55: The glslang issue should be fixed, the Qt issue seems to be caused by the update to Qt 6.10. I'm looking into a fix, but for now, manually downgrading to the 6.9.2 versions of the qt6-* packages should work.

rubin55 commented on 2025-10-11 15:33 (UTC)

CMake Warning at CMake/DolphinLibraryTools.cmake:57 (find_package):
  Could not find a configuration file for package "glslang" that is
  compatible with requested version "15.0".

  The following configuration files were considered but not accepted:

    /usr/lib/cmake/glslang/glslang-config.cmake, version: 16.0.0
    /lib/cmake/glslang/glslang-config.cmake, version: 16.0.0

Call Stack (most recent call first):
  CMakeLists.txt:654 (dolphin_find_optional_system_library)


CMake Error at CMake/DolphinLibraryTools.cmake:65 (message):
  No system glslang was found.  Please install it or set USE_SYSTEM_GLSLANG
  to AUTO or OFF.
Call Stack (most recent call first):
  CMakeLists.txt:654 (dolphin_find_optional_system_library)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

I tried with passing -DUSE_SYSTEM_GLSLANG=OFF, and the build continues a bit further, but then it runs into:

/tmp/makepkg.builddir/dolphin-emu-git/src/dolphin-emu-git/Source/Core/DolphinQt/MainWindow.cpp:34:10: fatal error: qpa/qplatformnativeinterface.h: No such file or directory
   34 | #include <qpa/qplatformnativeinterface.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[1125/1186] Building CXX object Source/Core/DolphinQt/CMakeFiles/dolphin-emu.dir/MenuBar.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

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?