Package Details: dolphin-emu-tool-git 2412.r107.g7133bfbb0e-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 - CLI-based utility for functions such as managing disc images - 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-tool
Provides: dolphin-emu-tool
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 123
Popularity: 0.38
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-01-08 07:53 (UTC)

Dependencies (44)

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 .. 31 32 33 34 35 36 37 38 39 40 41 .. 57 Next › Last »

BrianAllred commented on 2015-04-02 12:34 (UTC)

Those weren't my words, those came straight from the guys in the Dolphin IRC channel. I understand both points of view, but I tend to agree with yours. I just wish I knew why my system is in the minority having issues with PIE.

alucryd commented on 2015-04-02 07:24 (UTC)

I don't know where you got the idea that we're adding PIE everywhere but you might want to check your source because we're doing no such thing... Have a look at /etc/makepkg.conf if you don't believe me, I don't see no -fPIE in there. Sure, there have been talks about enforcing it in [core], but nobody has yet to act on them. If you want to blame someone, blame CMake for enabling PIE by default, but certainly not Arch Linux. Now if PIE did cut performances in half, I would gladly disable it in dolphin, but as long as it doesn't, the added security is welcome. The 1% having issues with it can just edit the PKGBUILD before building.

BrianAllred commented on 2015-04-02 02:55 (UTC)

alucryd: They told me to tell the Arch guys to stop adding PIE to everything. So... yeah...

alucryd commented on 2015-03-30 12:28 (UTC)

BrianAllred: Please report that upstream then, I will not give PIE up if only a few systems have problems with it.

BrianAllred commented on 2015-03-27 21:21 (UTC)

Need to add '-fno-pie' to the CXX_FLAGS, or launching games will fail on some systems with a WriteRest error.

bluerider commented on 2015-03-16 02:41 (UTC)

The PKGBUILD fails because the patch has already been applied. I commented out the patch line in prepare() and it compiles fine.

mac1202 commented on 2015-03-15 16:24 (UTC)

The patch has been applied upstream.

alucryd commented on 2015-03-13 11:59 (UTC)

Patched, however I ran into some (unrelated) invalid conversions on the way, had to add -fmpermissive to the build flags.

alucryd commented on 2015-03-13 11:32 (UTC)

Same here. Dolphin has always been relying on the FindOpenGL module from CMake to find the X11 libraries, however this module no longer looks for them as of CMake 3.2 so Dolphin has to do it itself from now on. I will produce a patch when I have some time.

agapito commented on 2015-03-12 13:33 (UTC)

Trying to compile using llvm 3.6 and mesa 10.5 from staging repo. OpenAL found, enabling OpenAL sound backend -- Found LLVM 3.6.0 X11 support disabled CMake Error at CMakeLists.txt:458 (message): No suitable display platform found Requires x11 to run -- Configuring incomplete, errors occurred!