Package Details: dolphin-emu-nogui-git 2503.r176.g1b85da9b85-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.044801
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-03-31 22:22 (UTC)

Dependencies (45)

Required by (0)

Sources (11)

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

alucryd commented on 2012-12-10 19:08 (UTC)

Hi, can you add wxgtk2.9 as a dependency and add this "-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9" to the cmake line to use the system wxgtk, building from the externals is quite long. Thx in advance.

<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