Package Details: dolphin-emu-primehack-git 1.2.1.r10.g6f42403-1

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)

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-*.

    • The binary is primehack and the config is stored in ~/.config/primehack.
      • Okay to copy dolphin-emu config to get started.
  • This package is based on a fork that exists to make fixing problems and rebasing on newer dolphin-emu commits easier.

    • Confirm problems with unmodified builds before reporting upstream (dolphin-emu or primehack).
    • Otherwise, report package specific issues here or at the fork repo (link in package description).
  • Please avoid commenting and flagging at the same time for the same issue.

    • Flag for common issues with standard solutions, like submodule updates.
    • Comment for problems that require explanation or debugging.
      • Use a pastebin for blocks of text more than a few lines.

Latest Comments

1 2 3 Next › Last »

yrlf commented on 2024-08-25 13:00 (UTC) (edited on 2024-08-25 14:54 (UTC) by yrlf)

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.

xiota commented on 2024-01-18 16:33 (UTC) (edited on 2024-01-18 23:36 (UTC) by xiota)

@makidoll

  1. Read pinned comments.
  2. Flag for common issues like dependency changes.
  3. Use a pastebin for blocks of text more than a few lines.

makidoll commented on 2024-01-18 12:48 (UTC)

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

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-*.

    • The binary is primehack and the config is stored in ~/.config/primehack.
      • Okay to copy dolphin-emu config to get started.
  • This package is based on a fork that exists to make fixing problems and rebasing on newer dolphin-emu commits easier.

    • Confirm problems with unmodified builds before reporting upstream (dolphin-emu or primehack).
    • Otherwise, report package specific issues here or at the fork repo (link in package description).
  • Please avoid commenting and flagging at the same time for the same issue.

    • Flag for common issues with standard solutions, like submodule updates.
    • Comment for problems that require explanation or debugging.
      • Use a pastebin for blocks of text more than a few lines.

Hakkaten commented on 2023-11-20 13:07 (UTC)

Compiling fails when it gets to the mgba module.. :(

ColonLLC commented on 2023-03-09 14:05 (UTC)

took me like 10 minutes to realize this is an AUR lmao

hellwasta commented on 2023-02-28 04:50 (UTC)

It still work to install the latest version.