Package Details: dolphin-emu-nogui-git 2409.r299.gd1ef4d5cc1-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: 1.16
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2024-11-10 13:18 (UTC)

Dependencies (45)

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

<deleted-account> commented on 2012-11-22 05:18 (UTC)

Package needs lzo2 as a dependency

jvalecillos commented on 2012-09-15 12:57 (UTC)

I'm having problems when compiling: {standard input}: Assembler messages: {standard input}:593: Error: invalid character (0x5) in operand 1 make[2]: *** [Externals/wxWidgets3/CMakeFiles/wx.dir/src/common/rendcmn.cpp.o] Error 1 make[1]: *** [Externals/wxWidgets3/CMakeFiles/wx.dir/all] Error 2 make: *** [all] Error 2

n23orsk commented on 2012-05-26 22:29 (UTC)

Seems like it requires some portaudio and openal

<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.