Search Criteria
Package Details: azahar-git 2123.beta2.r5.g80f0c03-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/azahar-git.git (read-only, click to copy) |
---|---|
Package Base: | azahar-git |
Description: | Nintendo 3DS emulator based on Citra |
Upstream URL: | https://azahar-emu.org/ |
Keywords: | 3ds emulator game nintendo |
Licenses: | GPL-2.0-or-later |
Conflicts: | azahar |
Provides: | azahar |
Submitter: | abouvier |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 1 |
Popularity: | 0.036945 |
First Submitted: | 2025-02-28 06:23 (UTC) |
Last Updated: | 2025-08-07 01:32 (UTC) |
Dependencies (37)
- crypto++ (crypto++-gitAUR)
- enet (enet-gtkorvo-gitAUR, enet-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- glslang (glslang-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libbacktrace.so (libbacktrace-gitAUR, libbacktrace)
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libcubeb.so (cubeb-gitAUR, cubebAUR)
- libfmt.so (fmt-gitAUR, fmt9AUR, fmt10AUR, fmt)
- libopenal.so (openal-gitAUR, lib32-openal, openal)
- libssl.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libusb-1.0.so (libusb-gitAUR, lib32-libusb, libusb)
- libZydis.so (zydis-gitAUR, zydis)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-multimedia
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- catch2 (catch2-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cpp-jwtAUR (cpp-jwt-gitAUR, cpp-jwtAUR) (make)
- Show 17 more dependencies...
Latest Comments
1 2 Next › Last »
username227 commented on 2025-08-06 15:40 (UTC)
Getting submodule missing errors for spirv-tools and spirv-headers:
abouvier commented on 2025-08-05 03:57 (UTC)
No, it would not. Checking the supported instructions of the building machine is bad. You could build the package on a computer with a very old CPU and install it on a modern computer (or the reverse). The right way is to check that the flags in
CXXFLAGS
will end up enabling the compiler-msse4.2
flag.LinuxLover471 commented on 2025-08-05 03:11 (UTC)
Exactly @abouvier you are spot on. My CPU is a Q9550 which only supports instructions upto SSE4.1, and the PKGBUILD doesn't handle if the user's CPU supports SSE4.2 or not. Sorry for saying compilation failed, should have wrote failed at runtime.
Just my thoughts, I think adding @HurricanePootis as a co-maintainer would be better for the overall quality of the package.
Thank you!
abouvier commented on 2025-08-04 15:57 (UTC)
And what is the error exactly? Your CPU doesn't support SSE4.2? The compilation should still succeed, but the app crashes at runtime in that case.
LinuxLover471 commented on 2025-08-04 13:49 (UTC) (edited on 2025-08-05 03:14 (UTC) by LinuxLover471)
@abouvier Hey, I think you should in fact let @HurricanePootis be a co-maintainer, my runtime execution for azahar-git failed because of the PKGBUILD not handling the SSE42 support in the right way, when I learned from their PKGBUILD and put 2 lines in your PKGBUILD, it functioned perfectly. This is a request, I hope that you will add him as co-maintainer.
username227 commented on 2025-07-27 20:24 (UTC)
getting an error stating they can't find the file zstd_seekable.h. Note that this problem was present even when zstd was added to the submodules, and the file appeared to be fully present in the src directory during build. Not sure what the cause is; I believe it's caused by this commit: 8dafecd528ffd61a5287ea4d8f575f8af67679ba.
Pablo said on discord that he had to do some "black magic" on cmake, and other OSes probably need extra handling. But he didn't specify what or how.
username227 commented on 2025-07-13 13:18 (UTC)
abouvier commented on 2025-06-13 00:30 (UTC)
@HurricanePootis Like what for example? I consider it pretty perfect :)
HurricanePootis commented on 2025-06-13 00:20 (UTC)
@ abouvier I am the maintainer of
azahar
. Could I be the co-maintainer ofazahar-git
as well? There are a few things that cuold be improved with your package, and I would like to take care of them :)abouvier commented on 2025-04-07 21:48 (UTC)
It's probably because of the Qt 6.9.0 update :$
1 2 Next › Last »