Package Details: azahar-git 2125.0.1.r11.g3066887-1

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: 3
Popularity: 0.48
First Submitted: 2025-02-28 06:23 (UTC)
Last Updated: 2026-03-29 22:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

asyync1024 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.

asyync1024 commented on 2025-08-04 13:49 (UTC) (edited on 2025-08-05 03:14 (UTC) by asyync1024)

@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)

CMake Error at externals/sirit/sirit/src/CMakeLists.txt:32 (target_link_libraries):
  Target "sirit" links to:

    SPIRV-Headers::SPIRV-Headers

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

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 of azahar-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 :$

username227 commented on 2025-04-07 21:25 (UTC)

Build error:

/build/azahar-git/src/azahar/src/citra_qt/camera/camera_util.cpp: In function ‘std::vector<short unsigned int> CameraUtil::ProcessImage(const QImage&, int, int, bool, bool, bool)’:
/build/azahar-git/src/azahar/src/citra_qt/camera/camera_util.cpp:218:22: error: ‘QImage QImage::mirrored(bool, bool) &&’ is deprecated: Use flipped(Qt::Orientations) instead [-Werror=deprecated-declarations]
  217 |         scaled.copy((scaled.width() - width) / 2, (scaled.height() - height) / 2, width, height)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  218 |             .mirrored(flip_horizontal, flip_vertical);
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtGui/QImage:1,
                 from /build/azahar-git/src/azahar/src/citra_qt/camera/camera_util.cpp:8:
/usr/include/qt6/QtGui/qimage.h:223:26: note: declared here
  223 |     [[nodiscard]] QImage mirrored(bool horizontally = false, bool vertically = true) &&
      |                          ^~~~~~~~
[ 88%] Building CXX object src/citra_qt/CMakeFiles/citra_qt.dir/configuration/config.cpp.o
At top level:
cc1plus: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[2]: *** [src/citra_qt/CMakeFiles/citra_qt.dir/build.make:821: src/citra_qt/CMakeFiles/citra_qt.dir/camera/camera_util.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....

username227 commented on 2025-03-02 15:18 (UTC)

Thanks for the update! Works fine now with the added submodule.

FYI, the package is currently incompatible with the citra package, as the icons are the same filenames. Not sure if anyone will want to keep both packages, but you might consider making citra a conflicting package until they update the file names upstream.