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.23
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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 53 Next › Last »

alucryd commented on 2017-01-29 15:53 (UTC)

makepkg allows for installing only the split packages you want, there's nothing wrong with the PKGBUILD.

lmello commented on 2017-01-27 19:43 (UTC)

The PKGBUILD shouldn't automatically install three packages at once: package_dolphin-emu-git() { provides=('dolphin-emu') conflicts=('dolphin-emu') cd dolphin-emu/build make DESTDIR="${pkgdir}" install rm -rf "${pkgdir}"/usr/bin/dolphin-emu-{nogui,qt2} install -Dm 644 ../Data/51-usb-device.rules -t "${pkgdir}"/usr/lib/udev/rules.d/ } package_dolphin-emu-cli-git() { depends=('dolphin-emu-git') cd dolphin-emu/build install -dm 755 "${pkgdir}"/usr/bin install -m 755 Binaries/dolphin-emu-nogui "${pkgdir}"/usr/bin/dolphin-emu-cli } package_dolphin-emu-qt-git() { depends=('dolphin-emu-git' 'qt5-base') cd dolphin-emu/build install -dm 755 "${pkgdir}"/usr/bin install -m 755 Binaries/dolphin-emu-qt2 "${pkgdir}"/usr/bin/ }

mralext20 commented on 2017-01-09 18:34 (UTC)

anyone able to compile this as of v1729? i am unable to compile and the compile fails at around 100% completion

e8hffff commented on 2016-12-16 14:13 (UTC)

Can anyone actually get this working without using a Rassberry Pi proof of concept run, or some system that never gets patched? Like can real people run this project and it syncs with their wiimotes everytime?

alucryd commented on 2016-12-14 18:09 (UTC)

kthx

e8hffff commented on 2016-12-14 18:03 (UTC)

Useless project for Linux as bluetooth is bombed out as soon as you attempt to sync the Wiimote in Dolphin using KDE or Gnome. The alternative detection doesn't work neither. MS Windows works fine. Conspiracy, maybe, but definitely a dud project on Linux as you can't even deploy a fundamental aspect.

alucryd commented on 2016-11-16 16:40 (UTC)

Had you googled active-documentviewer, you'd have realized it's a default document viewer in KDE, which you probably don't have installed since it's neither in the official repos, nor (at first glance) in AUR. You can most likely change your default document viewer somewhere in the KDE settings.

tempomolto commented on 2016-11-15 18:56 (UTC)

When I right click on a game, then select Properties, the Edit configuration, I've got this error: "wxexecute returned -1 on application run" in a pop-up window. and at the same time, on my konsole output: execvp(active-documentviewer, /home/jo/.local/share/dolphin-emu/GameSettings/RMCP01.ini) failed with error 2! I'm on Kde Desktop. I can imagine it's linked to a missing viewer, but I'm a bit lost here.

e8hffff commented on 2016-11-14 18:04 (UTC)

@alucryd ok I found the literal bluetooth pass-through in the dolphin client. I hadn't used that as in earlier builds it wasn't working for me. I will do some testing as my first one had bluez crash as soon as I sync'ed.

e8hffff commented on 2016-11-14 17:08 (UTC)

@alucryd what do you mean by bluetooth pass-through? I've got KDE installed with bluetooth integration and bluez obviously, and can't get the wiimotes to detect in Dolphin, but they do work general with bluetooth detection and the desktop. I've tried X11 wiimote driver, and cwiid, but uninstalled them as they didn't improve situation nor should they be valid. I've read the wiki on Archlinux plenty of times too. Rarely they will work on Dolphin and you get the rumbler sensation. Do I need any special udev entries? It's quiet ridiculous the trouble, and I've read plenty of others with the same issues. If a large portion of people have these troubles and simply move on, then this project is more under utilised.