Search Criteria
Package Details: gopher64-git 1.1.24.r10.g5f8e3b97-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gopher64-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gopher64-git |
| Description: | A Nintendo64 emulator (git version) |
| Upstream URL: | https://github.com/gopher64/gopher64/ |
| Licenses: | GPL-3.0-only |
| Conflicts: | gopher64 |
| Provides: | gopher64 |
| Submitter: | dbermond |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 3 |
| Popularity: | 0.003908 |
| First Submitted: | 2025-03-28 02:46 (UTC) |
| Last Updated: | 2026-06-12 00:51 (UTC) |
Dependencies (44)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR)
- alsa-lib (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR) (make)
- fcitx5 (fcitx5-gitAUR, fcitx5-shorin-patched-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- hidapi (hidapi-gitAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-ldacAUR, jack2, pipewire-jack) (make)
- libdecor (libdecor-gitAUR, libdecor-rsAUR) (make)
- libdrm (libdrm-gitAUR) (make)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utils-macbookAUR, libglvnd) (make)
- libgles (libglvnd-gitAUR, nvidia-340xx-utilsAUR, nvidia-340xx-utils-macbookAUR, libglvnd) (make)
- Show 24 more dependencies...
Latest Comments
yasumi2136 commented on 2026-06-12 09:05 (UTC)
@dbermond
Thank you Daniel for changes, i confirm and everything is fine now :)
dbermond commented on 2026-06-12 00:52 (UTC)
@yasumi2136 package updated to match latest upstream changes.
yasumi2136 commented on 2026-06-11 22:15 (UTC) (edited on 2026-06-11 22:16 (UTC) by yasumi2136)
don't forget to add to build() function in PKGBUILD :
export CMAKE_POLICY_VERSION_MINIMUM=3.5Otherwise you'll get an error when it will try compiling "SDL3_ttf",which now requires the version 3.5 at minimum.
dbermond commented on 2026-03-30 01:01 (UTC)
@rubin55 updated git submodules to match latest upstream changes. Use rust instead of rustup (rust is the default provider for cargo), or build the package in a clean chroot with devtools. Building fine for me now.
rubin55 commented on 2026-03-29 21:07 (UTC)
I've had some difficulty building this package, for two reasons:
parallel-rdp-standalonegit url has changedllvm22 is too new for rust installed viarustup, which needs version 21 (not sure if this would have been the case withrustpackage instead ofrustuppackage)My patch for PKGBUILD:
dbermond commented on 2025-07-22 20:10 (UTC)
@Neros package updated to match the latest upstream changes. Please do not forget to delete your cached sources, otherwise you will get another error.
Neros commented on 2025-07-22 18:02 (UTC) (edited on 2025-07-22 20:22 (UTC) by Neros)
I can't build it anymore:
edit: thanks!