Package Details: dolphin-emu-tool-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 - CLI-based utility for functions such as managing disc images - 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-tool
Provides: dolphin-emu-tool
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 (44)

Required by (0)

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 .. 25 26 27 28 29 30 31 32 33 34 35 .. 57 Next › Last »

WhatTheBuck commented on 2016-07-27 15:07 (UTC)

I'm having build problems when building utilsx11: http://pastebin.com/nUmN3HUT

alucryd commented on 2016-07-04 19:41 (UTC)

Can't reproduce, probably fixed upstream.

WhatTheBuck commented on 2016-07-02 13:32 (UTC)

Build error occurs when building Core.cpp.o. Full log of build: http://pastebin.com/gcdb17DU

mralext20 commented on 2016-07-02 00:32 (UTC)

@thejacer87 you should try doing a pacman -Syu, and if that fails, refreshing your mirrors file

thejacer87 commented on 2016-06-30 03:19 (UTC)

error: failed retrieving file 'mbedtls-2.2.1-1-x86_64.pkg.tar.xz' tries all the mirrors it can, then fails. this happens for dolphin-emu-git and dolphin-emu

alucryd commented on 2016-06-26 07:30 (UTC)

You most likely built it on a system with sfml installed, and ran it on a system without sfml installed. Try rebuilding on the latter.

emmieaur commented on 2016-06-25 19:44 (UTC)

dolphin-emu: error while loading shared libraries: libsfml-network.so.2.3: cannot open shared object file: No such file or directory Dolphin appears to require sfml in order to run, but it's no longer a dependency.

alucryd commented on 2016-06-25 16:48 (UTC)

Updated to mirror [community]. FTR, 4.0.2 was hardcoded because there was no 4.0.2 tag, but it's all good now with 5.0 :)

oxalin commented on 2016-06-25 01:57 (UTC)

The first part of the version should be updated to 5.0 (newly released). Also, if you really want to have the release or tag number in the version, shouldn't you get it directly from git, something like "git describe --abbrev=0 --tags"?

linkmauve commented on 2016-06-19 02:42 (UTC) (edited on 2016-06-19 03:02 (UTC) by linkmauve)

Hi, now that usage statistics reporting has been merged (see <https://dolphin-emu.org/blog/2016/06/19/optional-usage-statistics-reporting/>), you should add -DDISTRIBUTOR='aur.archlinux.org' to the cmake options so upstream can see where these builds comes from. Also, you should install the udev rule for the Wii U GC adapter, add `install -Dm644 Data/51-usb-device.rules "$pkgdir/usr/lib/udev/rules.d/51-usb-device.rules"` to the package_dolphin-emu-git function.