Package Details: dolphin-emu-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 - 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: 0.37
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-01-08 07:53 (UTC)

Dependencies (52)

Required by (3)

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 .. 46 47 48 49 50 51 52 53 54 55 56 57 Next › Last »

<deleted-account> commented on 2012-04-30 13:47 (UTC)

Cmake was fixed.

chenxiaolong commented on 2012-04-24 17:22 (UTC)

@TomBoshoven: You're welcome :) Here's the source package for the patched cmake: http://ompldr.org/vZGh5NQ/cmake-2.8.8-2.src.tar.gz The maintainer of cmake doesn't seem to be very active :(

alucryd commented on 2012-04-24 07:36 (UTC)

Thx for the patch guys, it's building again! Still no bluez, pulseaudio, libav and all as you said sgsdxzy, better wait for this fix upstream.

TomBoshoven commented on 2012-04-21 11:24 (UTC)

Thanks for the explanation chenxiaolong. That makes sense.

chenxiaolong commented on 2012-04-21 04:23 (UTC)

@sgsdxzy: There's a bug in the new version of CMake which causes any CMakeLists.txt build file that uses pkg-config to fail (PKG_CONFIG_FOUND variable is undefined). This has been fixed upstream and I've reported a bug for Arch Linux, so hopefully, it should be fixed soon. Arch Linux bug page: https://bugs.archlinux.org/task/29545 Upstream bug page: http://www.cmake.org/Bug/view.php?id=13125

<deleted-account> commented on 2012-04-21 03:54 (UTC)

@TomBoshoven: Thanks. I temproary include your patch. It'a the behaviour change of CMake. Yesterday I used an older version and it was fine. Today I updated CMake and tried again and got the same result as you do. Since the patch has to modify the source(unless we do another meaningless copy), you'd better report it upstream. SFML1.7 and up can't be dynamically linked and you have to use the static 1.5 version. One more thing: I noticed that it can't recognize pkg-config and thus ffmpeg(libav) and more thing. Bluez, pulseaudio and soil may still need some name alternation as glib.

chenxiaolong commented on 2012-04-20 14:36 (UTC)

@TomBoshoven: I think that patch can be submitted upstream (well, at least the first part :D). I don't know any distro that uses 'glib' in the /usr/include directory, instead of 'glib-2.0'. Same thing with pangocairo :)

TomBoshoven commented on 2012-04-20 13:31 (UTC)

And the complete patch, which makes it build on my system. This is quite ugly, but it works. http://pastebin.com/ZQWHf3AR Sorry for the spam, but this may help people build the package.

TomBoshoven commented on 2012-04-20 13:07 (UTC)

Turns out it has to do with the dependency on a very new version of wxWidgets which is not present on my system, causing it to build it itself. My patch should work, but it gave a linker error on gthread-2.0 which happens because of some error in the Externals/wxWidgets3/CMakeLists.txt file. It includes sets of libraries, but those sets are defined nowhere.