Search Criteria
Package Details: azaharplus-git 2125.0.A.r42.53579d09b-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/azaharplus-git.git (read-only, click to copy) |
|---|---|
| Package Base: | azaharplus-git |
| Description: | AzaharPlus, an Azahar fork that adds extra features and functionality. |
| Upstream URL: | https://github.com/AzaharPlus/AzaharPlus |
| Licenses: | GPL2 |
| Conflicts: | azaharplus, azaharplus-appimage, azaharplus-novulkan-git |
| Provides: | azaharplus, azaharplus-git |
| Submitter: | ObjeCity |
| Maintainer: | ObjeCity |
| Last Packager: | ObjeCity |
| Votes: | 2 |
| Popularity: | 0.51 |
| First Submitted: | 2026-04-20 04:22 (UTC) |
| Last Updated: | 2026-07-16 23:13 (UTC) |
Dependencies (19)
- alsa-lib
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-ldacAUR, jack2, pipewire-jack)
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR, pipewire-selinuxAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-multimedia
- qt6-multimedia-ffmpeg
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- sndio (sndio-gitAUR)
- base-devel (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- qt6-tools (make)
- qt6-translations (make)
- xorg-server-devel (xorg-server-devel-gitAUR, xlibre-server-devel-binAUR, xlibre-xserver-devel-betaAUR, xlibre-xserver-devel-legacyabiAUR, xlibre-xserver-develAUR) (make)
Latest Comments
ObjeCity commented on 2026-07-16 23:15 (UTC) (edited on 2026-07-16 23:16 (UTC) by ObjeCity)
I just fixed both problems so it should work properly
Scrimas commented on 2026-07-16 18:34 (UTC)
Issue: prepare()'s git submodule update --init --recursive --depth 1 intermittently leaves submodules empty (e.g. dist/compatibility_list, externals/dynarmic) when the pinned commit isn't reachable via a depth-1 shallow fetch of the submodule's current default-branch tip. Causes CMake Error: File .../compatibility_list.qrc does not exist and add_subdirectory(dynarmic) failing with no CMakeLists.txt found.
Fix: drop --depth 1: - git submodule update --init --recursive --depth 1 + git submodule update --init --recursive
modnoob commented on 2026-07-14 21:03 (UTC)
I switched to a aurbuild in a clean chroot. That doesn't work because git is missing as a build dependency. Could you add that please?
ObjeCity commented on 2026-05-24 17:48 (UTC)
@modnoob it should be fixed.
modnoob commented on 2026-05-22 18:22 (UTC)
The jack2 dependency doesn't include pipewire-jack while including pipewire-jack-git. Could you add pipewire-jack as a dependency variant please?