Package Details: dolphin-emu-primehack-git 1.0.7a.r0.g03117e2947-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/shiiion/dolphin
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-03-24 01:48 (UTC)

Dependencies (37)

Required by (0)

Sources (7)

Pinned Comments

xiota commented on 2023-12-27 04:58 (UTC) (edited on 2024-01-08 12:09 (UTC) by xiota)

This package can currently be installed alongside dolphin-emu-*.

  • The binary is primehack and the config is stored in ~/.config/primehack.
  • Will revert back to conflicting with the other packages if the patch is too difficult to maintain.

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 Next › Last »

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-01-08 12:09 (UTC) by xiota)

This package can currently be installed alongside dolphin-emu-*.

  • The binary is primehack and the config is stored in ~/.config/primehack.
  • Will revert back to conflicting with the other packages if the patch is too difficult to maintain.

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.

FalconProgrammer commented on 2023-02-04 20:11 (UTC)

Is there any update on this package being out of date? Anyone know of what needs to be done if it is?

cobalt2727 commented on 2022-09-28 03:37 (UTC)

Can we get nissen's patch detailed in https://aur.archlinux.org/packages/dolphin-emu-primehack-git#comment-863820 implemented?

Also, this needs to be updated.

PutridPete commented on 2022-09-02 02:23 (UTC) (edited on 2022-09-02 02:24 (UTC) by PutridPete)

Seems that after the recent fmt 9.1.0-1 update, this is failing to build again. I was able to build dolphin-emu-git, however.