Package Details: dolphin-emu-nogui-git 2506.r25.ga0611b512b-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.018255
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-06-06 07:30 (UTC)

Dependencies (48)

Required by (0)

Sources (9)

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 2 3 4 5 6 7 8 9 .. 60 Next › Last »

yrlf commented on 2025-01-08 08:18 (UTC) (edited on 2025-01-08 08:24 (UTC) by yrlf)

@JoshuaVandaele: It worked for me yesterday evening. Are you on minizip-ng 4.0.7-4? Maybe your mirror hasn't updated it yet. EDIT: I failed to notice that I had a separate workaround for the fmt issue locally.

@dpeukert: Thanks! The fix for the fmt issue is likely going to be fixed upstream very soon. I opened a PR that will likely be merged soon.

dpeukert commented on 2025-01-08 07:54 (UTC)

@yrlf, @xAsh, @JoshuaVandaele: The build should now be fixed.

JoshuaVandaele commented on 2025-01-08 07:12 (UTC)

It seems minizip-ng causes the build to fail once again, I couldn't really figure out why or how to fix it... It could be related to this? https://gitlab.archlinux.org/archlinux/packaging/packages/minizip-ng/-/merge_requests/1

yrlf commented on 2025-01-06 22:50 (UTC)

@xAsh: you're right! It looks like minizip-ng is now what minizip-ng-compat previously was.

xAsh commented on 2025-01-06 22:26 (UTC)

Unfortunately minizip-ng-compat was just removed from the repo.

yrlf commented on 2025-01-06 14:57 (UTC)

The build fails since Arch changed how minizip-ng is built:

Please replace the minizip-ng dependency with minizip-ng-compat and remove the minizip-ng patch, that makes it work again.

HurricanePootis commented on 2024-11-11 00:28 (UTC)

thank you!

dpeukert commented on 2024-11-10 13:22 (UTC)

@tuxpenguin: Should be fixed now, sorry for the delay!

dpeukert commented on 2024-11-10 13:22 (UTC)

@HurricanePootis: Fixed, thanks for the heads-up!

HurricanePootis commented on 2024-11-10 04:34 (UTC)

You are overwriting $LDFLAGS, leading to the following warning from namcap:

dolphin-emu-git W: ELF file ('usr/bin/dolphin-emu') lacks FULL RELRO, check LDFLAGS.

In order to fix this, please change export LDFLAGS="-Wl,--copy-dt-needed-entries" to export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries". This will keep the Arch LDFLAG's, while also getting that copy-dt-needed-entries.