Package Details: dolphin-emu-nogui-git 2506.r183.ga5e85caf0a-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: 123
Popularity: 0.55
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-07-06 13:31 (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

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 61 Next › Last »

chungy commented on 2021-07-30 23:31 (UTC)

This should be enough to build Dolphin with the integrated GBA (the other option is -DUSE_MGBA=NO in the cmake step...):

diff --git a/PKGBUILD b/PKGBUILD
index 41a5bd0..58a0dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _mainpkgname="$_projectname-emu"
 _noguipkgname="$_projectname-emu-nogui"
 pkgbase="$_mainpkgname-git"
 pkgname=("$pkgbase" "$_noguipkgname-git")
-pkgver='5.0.r13467.g79a234eff7'
-pkgrel='2'
+pkgver=5.0.r14762.gc86c02e46b
+pkgrel=1
 pkgdesc='A Gamecube / Wii emulator'
 _pkgdescappend=' - git version'
 arch=('x86_64' 'aarch64')
@@ -22,13 +22,18 @@ depends=(
 )
 makedepends=('cmake' 'git' 'python')
 optdepends=('pulseaudio: PulseAudio backend')
-source=("$pkgname::git+https://github.com/$_mainpkgname/$_projectname")
-sha256sums=('SKIP')
+source=("$pkgname::git+https://github.com/$_mainpkgname/$_projectname"
+        "git+https://github.com/mgba-emu/mgba.git")
+sha256sums=('SKIP'
+            'SKIP')

 _sourcedirectory="$pkgname"

 prepare() {
    cd "$srcdir/$_sourcedirectory/"
+   git submodule init Externals/mGBA
+   git config --local submodule.Externals/mGBA/mgba.url file://"${srcdir}/mgba"
+   git submodule update
    if [ -d 'build/' ]; then rm -rf 'build/'; fi
    mkdir 'build/'
 }

NovaMoon commented on 2021-07-30 15:19 (UTC) (edited on 2021-07-30 15:20 (UTC) by NovaMoon)

When i was building this from source i got the same error as from this pkgbuild. in the wiki there is this mention,

git submodule update --init Externals/mGBA

(as of July 2021, Dolphin integrates mGBA, this step is needed to pull it into the build)

after that i could build the emulator

DocMAX commented on 2021-07-24 08:11 (UTC) (edited on 2021-07-24 08:11 (UTC) by DocMAX)


CMake Error at Externals/mGBA/CMakeLists.txt:3 (add_subdirectory):
  The source directory

    /mnt/zeus/root/home/docmax/.cache/yay/dolphin-emu-git/src/dolphin-emu-git/Externals/mGBA/mgba

  does not contain a CMakeLists.txt file.


CMake Error at Externals/mGBA/CMakeLists.txt:6 (target_compile_options):
  Cannot specify compile options for target "mgba" which is not built by this
  project.


CMake Error at Externals/mGBA/CMakeLists.txt:13 (add_library):
  add_library cannot create ALIAS target "mGBA::mgba" because target "mgba"
  does not already exist.

rien333 commented on 2021-07-23 08:41 (UTC)

I get errors during the configure step, have been getting those for a few days now. Here's the configure/cmake log:

https://gist.github.com/rien333/112056e7f1c9b43394047c8097aa4c4b

sameer commented on 2021-07-23 03:23 (UTC)

The fix that makes mGBA work is in an issue on GitLab: https://gitlab.com/dpeukert/pkgbuilds/-/issues/28

modnoob commented on 2021-07-22 09:19 (UTC)

The build worked 3 days ago, but today i got this error when i try to build it -- Using static libmgba from Externals CMake Error at Externals/mGBA/CMakeLists.txt:3 (add_subdirectory): The source directory

/var/tmp/pamac-build-userdolphin-emu-git/src/dolphin-emu-git/Externals/mGBA/mgba

does not contain a CMakeLists.txt file.

CMake Error at Externals/mGBA/CMakeLists.txt:6 (target_compile_options): Cannot specify compile options for target "mgba" which is not built by this project.

CMake Error at Externals/mGBA/CMakeLists.txt:13 (add_library): add_library cannot create ALIAS target "mGBA::mgba" because target "mgba" does not already exist.

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

alucryd commented on 2019-06-13 16:29 (UTC)

So what?

MrSoup678 commented on 2019-03-27 10:08 (UTC)

Master dir of source code is now called dolphin instead of dolphin-emu

Affected lines on PLGBUILD: 41 and 59

BTW_IUseGentoo commented on 2019-03-08 19:28 (UTC)

Good to go ladies and gents, cheers :)

==> Finished making: dolphin-emu-git 5.0.r9719.f6b856d01e-1 (Fri 08 Mar 2019 11:26:24 AM PST)