The file /usr/lib/udev/rules.d/51-usb-device.rules
conflicts between dolphin-emu-git and dolphin-emu-primehack-git.
EDIT: is now fixed.
Git Clone URL: | https://aur.archlinux.org/dolphin-emu-primehack-git.git (read-only, click to copy) |
---|---|
Package Base: | dolphin-emu-primehack-git |
Description: | A Gamecube and Wii emulator with mouselook controls |
Upstream URL: | https://github.com/xiota/dolphin-primehack |
Licenses: | GPL-2.0-or-later |
Conflicts: | dolphin-emu-primehack |
Provides: | dolphin-emu-primehack |
Submitter: | Cooldudemcgeexl |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-08-10 04:57 (UTC) |
Last Updated: | 2024-10-28 22:24 (UTC) |
The file /usr/lib/udev/rules.d/51-usb-device.rules
conflicts between dolphin-emu-git and dolphin-emu-primehack-git.
EDIT: is now fixed.
@makidoll
I'm having issues compiling this as of January 2024 because of minizip-ng. Here's a patch that uses regular minizip instead.
From 6be496ecbe505d14c65cacc9889e5fa5e043a47c Mon Sep 17 00:00:00 2001
From: Maki <maki@hotmilk.space>
Date: Thu, 18 Jan 2024 07:46:03 -0500
Subject: [PATCH] Use minizip instead of minizip-ng
---
PKGBUILD | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index e967694..7b9dae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,7 @@ _main_package() {
lzo
mbedtls2
miniupnpc
- minizip-ng
+ minizip
pugixml
sdl2
sfml
@@ -241,10 +241,6 @@ prepare() {
apply-patch "$srcdir/primehack-rename.patch"
popd
- # Fix minizip-ng name for Arch
- sed -E -e 's@(pkgconfig\(MINIZIP minizip)([^a-z]+)@\1-ng\2@' \
- -i "${srcdir:?}/$_pkgsrc/CMakeLists.txt"
-
# Delete gcc specific options
sed '/_ARCHIVE_/d' -i "${srcdir:?}/$_pkgsrc/CMakeLists.txt"
}
--
2.43.0
This package can be installed alongside dolphin-emu-*
.
primehack
and the config is stored in ~/.config/primehack
.This package is based on a fork that exists to make fixing problems and rebasing on newer dolphin-emu commits easier.
Please avoid commenting and flagging at the same time for the same issue.
Compiling fails when it gets to the mgba module.. :(
took me like 10 minutes to realize this is an AUR lmao
It still work to install the latest version.
Pinned Comments
xiota commented on 2023-12-27 04:58 (UTC) (edited on 2024-10-28 22:45 (UTC) by xiota)
This package can be installed alongside
dolphin-emu-*
.primehack
and the config is stored in~/.config/primehack
.This package is based on a fork that exists to make fixing problems and rebasing on newer dolphin-emu commits easier.
Please avoid commenting and flagging at the same time for the same issue.