Package Base Details: dolphin-emu-git

Git Clone URL: https://aur.archlinux.org/dolphin-emu-git.git (read-only, click to copy)
Keywords: dolphin emu emulator game gamecube gui nintendo remote revolution triforce wii wiimote
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 120
Popularity: 0.22
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2024-05-09 20:26 (UTC)

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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 53 Next › Last »

alucryd commented on 2015-02-18 10:18 (UTC)

A VCS package can _never_ be out of date by nature [1], did you even try building the package before flagging out of date twice? [1] https://wiki.archlinux.org/index.php/VCS_package_guidelines

hertog commented on 2015-02-17 23:15 (UTC)

This is out of date, the last version is 4.0-5517.127e742992597d553f6d54907d6b67d9d56c6cb1

alucryd commented on 2015-02-02 11:14 (UTC)

I just split the PKGBUILD into the regular dolphin-emu-git which contains the wx build, dolphin-emu-cli-git for those who prefer th enogui build (binary is dolphin-emu-cli) and dolphin-emu-qt-git for those adventurous enough to try out the new and not yet shiny Qt build (binary is dolphin-emu-qt). In time, the Qt UI is meant to replace the Wx one.

alucryd commented on 2015-02-01 15:00 (UTC)

ShalokShalom: I'm quite sure the "// XXX not 64-bit clean" comment on the offending line in CoreParameter.cpp means that upstream is aware of this. Anyway, feel free to drop a bug report on them if you'd like.

ShalokShalom commented on 2015-02-01 00:12 (UTC)

Upstream dont know this Issue at all and there is even no Bug Report about that.

alucryd commented on 2015-01-19 10:35 (UTC)

malbeth: I'd rather not, first because it's against arch' policy to patch, and second because it's not a 100% reliable fix, if it was, upstream would have applied it a long time ago.

malbeth commented on 2015-01-18 03:16 (UTC)

Could you include the 64 bit patch in the pkg ? https://wiki.archlinux.org/index.php/Dolphin_Emulator#Dolphin_occasionally_crashes_on_64-bit_CPUs

alucryd commented on 2014-11-27 08:26 (UTC)

I feel like I've answered this a million times already. The error is literally staring at you "/usr/lib/libavcodec.so: undefined reference to `x265_encoder_open_31'". You're most likely using an unsupported ffmpeg which you haven't rebuilt against libx265. Please, people, please learn how to deal with these things before you use unsupported stuff, it's called unsupported for a reason :P

z1lt0id commented on 2014-11-27 00:12 (UTC)

I get this error when compiling. Linking CXX executable ../../../Binaries/dolphin-emu /usr/lib/libavcodec.so: undefined reference to `x265_encoder_open_31' collect2: error: ld returned 1 exit status Source/Core/DolphinWX/CMakeFiles/dolphin-emu-nogui.dir/build.make:168: recipe for target 'Binaries/dolphin-emu-nogui' failed make[2]: *** [Binaries/dolphin-emu-nogui] Error 1 CMakeFiles/Makefile2:611: recipe for target 'Source/Core/DolphinWX/CMakeFiles/dolphin-emu-nogui.dir/all' failed make[1]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu-nogui.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/lib/libavcodec.so: undefined reference to `x265_encoder_open_31' collect2: error: ld returned 1 exit status Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/build.make:1343: recipe for target 'Binaries/dolphin-emu' failed make[2]: *** [Binaries/dolphin-emu] Error 1 CMakeFiles/Makefile2:569: recipe for target 'Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all' failed make[1]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all] Error 2 Makefile:147: recipe for target 'all' failed make: *** [all] Error 2

alucryd commented on 2014-10-23 13:26 (UTC)

My bad, brain fart in last update. Should be fiexd now, thx for reporting.