Search Criteria
Package Details: citron-git v0.6.1.canary.refresh.r52.gba98d0f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/citron-git.git (read-only, click to copy) |
---|---|
Package Base: | citron-git |
Description: | Nintendo Switch emulator forked from yuzu. |
Upstream URL: | https://citron-emu.org |
Keywords: | emulator nintendo switch yuzu |
Licenses: | GPL-2.0-or-later |
Conflicts: | citron |
Provides: | citron |
Submitter: | ouinouin |
Maintainer: | ouinouin |
Last Packager: | ouinouin |
Votes: | 6 |
Popularity: | 2.15 |
First Submitted: | 2025-01-20 20:17 (UTC) |
Last Updated: | 2025-05-03 07:01 (UTC) |
Dependencies (30)
- boost (boost-gitAUR)
- brotli (brotli-gitAUR)
- enet (enet-gtkorvo-gitAUR, enet-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- gamemode (gamemode-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- opus (opus-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-multimedia
- qt6-tools
- qt6-wayland
- qt6-webengine
- sdl2-compat (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2AUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- Show 10 more dependencies...
Latest Comments
1 2 3 Next › Last »
ouinouin commented on 2025-05-03 07:02 (UTC)
PKGBUILD updated for Boost 1.88
Samueru commented on 2025-05-03 04:24 (UTC) (edited on 2025-05-03 04:37 (UTC) by Samueru)
The latest version of boost broke compilation for some reason and now it fails with:
downgrading boost to 1.87 works in the meantime.
EDIT: The reason is literary that the updated package is missing
/usr/include/boost/async_pipe.hpp
loltb0n3 commented on 2025-04-26 21:23 (UTC)
Thanks. It really seems like a major change like this can be a real PITA for you guys doing the work of maintaining these scripts. It's appreciated.
ouinouin commented on 2025-04-26 07:06 (UTC)
PKGBUILD updated !
tb0n3 commented on 2025-04-25 18:37 (UTC)
Just as with the non-git version this version is currently not building due to the change in cmake major version and depreciation of older syntax.
username227 commented on 2025-04-23 19:25 (UTC)
Is this still being maintained? Hasn't built for quite awhile.
ouinouin commented on 2025-03-28 12:29 (UTC)
Solved upstream here : https://git.citron-emu.org/Citron/Citron/commit/edfb500ee73d402dcb4f3db492f4eeb3343cca05
username227 commented on 2025-03-27 23:51 (UTC)
Now, in addition to the errors outside of a chroot, i'm getting the following error even when building inside a chroot:
sukanka commented on 2025-03-20 16:31 (UTC) (edited on 2025-04-27 04:16 (UTC) by sukanka)
I wrote a PKGBUILD adapted from yuzu-ea (similar to the one for torzu) which minimizes the sources.
username227 commented on 2025-03-16 22:44 (UTC)
I finally figured out what is causing the build error related to glad when I try to build outside of a chroot. The program searches for dynarmic and uses the system dynarmic when installed, which causes the error. I have created a simple patch which should solve this problem by bypassing this check which will cause citron to always use the one from externals. Please verify, and I would ask that you update the pkgbuild if possible. I am going to create and update a similar patch for torzu. The patch is for CMakeLists in the main $srcdir/citron directory. thanks and I hope this helps someone.
1 2 3 Next › Last »