@patataofcourse As far as I can tell, this package is functioning as intended. Probably you removed or updated something that was providing cubeb. The build scripts use system cubeb when it's available. I see no straightforward way to change it.
Search Criteria
Package Details: dolphin-emu-primehack-git 2509.r10.g060c588-1
Package Actions
| 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: | 3 |
| Popularity: | 0.068151 |
| First Submitted: | 2021-08-10 04:57 (UTC) |
| Last Updated: | 2025-10-17 04:59 (UTC) |
Dependencies (33)
- alsa-lib
- bluez-libs (bluez-gitAUR)
- bzip2 (bzip2-gitAUR)
- hidapi (hidapi-gitAUR)
- libavcodec.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-cudaAUR, lib32-ffmpegAUR, ffmpeg-gitAUR, ffmpeg7.1AUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ndiAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-decklinkAUR, ffmpeg-obsAUR, ffmpeg, ffmpeg4.4)
- libavformat.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-cudaAUR, lib32-ffmpegAUR, ffmpeg-gitAUR, ffmpeg7.1AUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ndiAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-decklinkAUR, ffmpeg-obsAUR, ffmpeg, ffmpeg4.4)
- libavutil.so (libavutil-52AUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-cudaAUR, lib32-ffmpegAUR, ffmpeg-gitAUR, ffmpeg7.1AUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ndiAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-decklinkAUR, ffmpeg-obsAUR, ffmpeg, ffmpeg4.4)
- libevdev (libevdev-gitAUR)
- libfmt.so (fmt-gitAUR, fmt9AUR, fmt10AUR, fmt)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- liblzma.so (xz-gitAUR, lib32-xz, xz)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libspng (libspng-gitAUR)
- libswscale.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-cudaAUR, lib32-ffmpegAUR, ffmpeg-gitAUR, ffmpeg7.1AUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ndiAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-decklinkAUR, ffmpeg-obsAUR, ffmpeg, ffmpeg4.4)
- libudev.so (lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, lib32-systemd, systemd-libs)
- libusb (libusb-gitAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- lz4 (lz4-gitAUR)
- Show 13 more dependencies...
Required by (0)
Sources (1)
xiota commented on 2025-11-14 20:16 (UTC)
patataofcourse commented on 2025-11-14 19:08 (UTC) (edited on 2025-11-14 19:08 (UTC) by patataofcourse)
@xiota i didn't have cubeb installed at all, so i don't really understand how i could compile this package and have it be unusable after install unless cubeb is required in some way or some other package is messing with this
xiota commented on 2025-11-14 18:45 (UTC)
@patataofcourse Separate package for cubeb is not required when this package is built in a clean chroot.
patataofcourse commented on 2025-11-14 17:26 (UTC)
fails to run without cubeb installed - it should probably be added as a dependency
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.
makinori 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
primehackand the config is stored in~/.config/primehack.- Okay to copy dolphin-emu config to get started.
- The binary is
-
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.
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-*.primehackand 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.