Search Criteria
Package Details: citron 0.6.1-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/citron.git (read-only, click to copy) |
---|---|
Package Base: | citron |
Description: | Nintendo Switch emulator forked from yuzu. |
Upstream URL: | https://citron-emu.org |
Keywords: | emulator nintendo switch yuzu |
Licenses: | GPL-2.0-or-later |
Submitter: | None |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 12 |
Popularity: | 2.55 |
First Submitted: | 2025-01-20 20:23 (UTC) |
Last Updated: | 2025-06-10 03:52 (UTC) |
Dependencies (34)
- boost-libs
- 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-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- libva (libva-gitAUR, libva-headlessAUR, intel-media-stack-binAUR, intel-media-stack-legacy-binAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- opus (opus-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-webengine
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- zydis (zydis-gitAUR)
- boost (boost-gitAUR) (make)
- Show 14 more dependencies...
Latest Comments
1 2 3 Next › Last »
HurricanePootis commented on 2025-06-08 07:26 (UTC)
This
citron
package has a few problems right now.provide
andconflict
citron, because this is citron. These are used for "derivative" packages, etc.depeneds
andmakedepends
. I am not going to go too much in depth, you can read my comment oncitron-git
to get a general idea.Again, I am open to becoming a co-maintainer as I have a history of maintaing yuzu, citra, and their respective forks on the AUR.
Nirva commented on 2025-05-04 23:09 (UTC)
What happened to the binary version?
kulisz87 commented on 2025-04-29 15:38 (UTC) (edited on 2025-04-29 15:39 (UTC) by kulisz87)
git repository changed url. Please change it to:
https://git.citron-emu.org/citron/emu.git
THX
<deleted-account> commented on 2025-04-02 20:13 (UTC)
PKGBUILD updated to be build with cmake 4.x
tb0n3 commented on 2025-03-30 01:52 (UTC)
Looks like cmake hit a major revision on the 27th causing a compatibility issue with the build scripts. I downgraded to 3.31.6 and it builds just fine.
Glorious7060 commented on 2025-03-29 21:22 (UTC) (edited on 2025-03-30 18:49 (UTC) by Glorious7060)
-- Found Boost: /usr/lib/cmake/Boost-1.87.0/BoostConfig.cmake (found version "1.87.0") found components: context -- Found enet: /usr/lib/libenet.so (found version "1.3.18") -- Found lz4: /usr/lib/liblz4.so (found version "1.10.0") -- Found nlohmann_json: /usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.3") -- Found Opus: /usr/lib/libopus.so (found version "1.5.2") -- Could NOT find RenderDoc (missing: RenderDoc_INCLUDE_DIR) -- Could NOT find SimpleIni (missing: SIMPLEINI_INCLUDEDIR) (found version "") -- Could NOT find stb (missing: stb_image_INCLUDE_DIR stb_image_resize_INCLUDE_DIR stb_image_write_INCLUDE_DIR) -- Could NOT find VulkanMemoryAllocator (missing: VulkanMemoryAllocator_DIR) -- Found ZLIB: /usr/lib/libz.so (found version "1.3.1") -- Found zstd: /usr/lib/cmake/zstd/zstdConfig.cmake (found version "1.5.7") -- Found libusb: /usr/lib/libusb-1.0.so (found version "1.0.28") -- Could NOT find xbyak (missing: xbyak_DIR) -- Could NOT find dynarmic (missing: dynarmic_DIR) -- Could NOT find cubeb (missing: cubeb_DIR) -- Could NOT find DiscordRPC (missing: DiscordRPC_LIBRARY DiscordRPC_INCLUDE_DIR) -- Could NOT find cpp-jwt (missing: cpp-jwt_DIR) -- Could NOT find httplib (missing: HTTPLIB_INCLUDEDIR OpenSSL) (found version "") -- Found OpenSSL: /usr/lib/libcrypto.so (found version "3.4.1") -- Found gamemode: /usr/include (found version "1.8.2") CMake Error at externals/xbyak/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Did anyone else have this problem with the submodules not being recognized? Edit: As tb0n3 said, a downgrade of cmake "fixes" this while it's being solved.
floreal commented on 2025-03-27 10:28 (UTC) (edited on 2025-03-27 10:30 (UTC) by floreal)
May I suggest this patch to fix submodules?
Also, i don't know what happens but build is stuck because one of the dependency (discord-rpc) is not build (and when I try to build it individually, it does, so somethink may be missing somewhere to let deps build. Couldn't find it yet so far.
Aniam0n commented on 2025-03-25 16:54 (UTC)
3dLFTR, I have the same issue. Apparently since this commit you need to replace git.citron-emu.org repos with github.com/yuzu-mirror ones
<deleted-account> commented on 2025-03-22 22:33 (UTC)
PKGBUILD updated !
ptr1337 commented on 2025-03-22 09:49 (UTC)
Hi,
Can you please remove the -march=native stuff in the PKGBUILD?
Please use the CFLAGS from the makepkg.conf:
1 2 3 Next › Last »