Search Criteria
Package Details: citra 1:r10114.864414f-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/citra.git (read-only, click to copy) |
---|---|
Package Base: | citra |
Description: | An experimental open-source Nintendo 3DS emulator/debugger |
Upstream URL: | https://github.com/username227/citra |
Keywords: | 3ds emulator nintendo |
Licenses: | GPL-2.0-or-later |
Conflicts: | citra-appimage |
Submitter: | username227 |
Maintainer: | username227 (HurricanePootis) |
Last Packager: | username227 |
Votes: | 5 |
Popularity: | 0.27 |
First Submitted: | 2024-05-20 21:32 (UTC) |
Last Updated: | 2025-04-17 12:28 (UTC) |
Dependencies (34)
- boost-libs
- enet (enet-gtkorvo-gitAUR, enet-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libfdk-aac (libfdk-aac-gitAUR)
- libinih (libinih-gitAUR)
- libusb (libusb-gitAUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- openal (openal-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-multimedia
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- sndio (sndio-gitAUR)
- soundtouch (soundtouch-gitAUR)
- speexdsp (speexdsp-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- zydis (zydis-gitAUR)
- boost (boost-gitAUR) (make)
- Show 14 more dependencies...
Latest Comments
1 2 3 Next › Last »
bananasgomoo commented on 2025-04-19 05:49 (UTC)
I was able to build and run a game just fine, but I had to manually update the pkgbuild as it seems you havent pushed it to the release page yet. Once you do that it should be fine.
username227 commented on 2025-04-17 12:30 (UTC)
OK I did it at the pkgbuild level by disabling treating warnings as errors. tested and now it builds fine. also tested the build by opening a game and it started up just fine. let me know if you can build as well. thanks.
username227 commented on 2025-04-17 12:17 (UTC)
@bananasgomoo OK. which file needs the patch?
bananasgomoo commented on 2025-04-17 03:12 (UTC)
also getting the error. For me its "/home/bananasgomoo/Git/AUR/citra/src/citra-unified-source-20240927-608383e/src/citra_qt/camera/camera_util.cpp:218:14: error: 'mirrored' is deprecated: Use flipped(Qt::Orientations) instead [-Werror,-Wdeprecated-declarations]"
I'm pretty sure if you modify (ie patch) the build to not error on deprecated functions it should be fine. I believe removing the -Wdeprecated-declarations flag should fix it, as in the flags I see -Werror is enabled which treats all warnings as errors, and -Wdeprecated-declarations makes all deprecated functions warnings.
username227 commented on 2025-04-17 02:58 (UTC)
OK I pushed the update. you should no longer get the 404 error. However, I'm getting another error towards the end of the build. not sure if it's just me.I will try to look into this as best I can. If anybody can replicate and report back with any ideas that might be helpful. thanks.
bananasgomoo commented on 2025-04-17 02:03 (UTC)
i still have the error searching on Pablo's github, so I think you need to check your PKGBUILD again. I did a clean build too
username227 commented on 2025-03-23 05:14 (UTC)
OK it looks like Pablo went to great lengths to delete the source code from his repository so it's unlikely that he will put it back up on his own repository.
I did manage to find the unified-source file needed for the build on the internet, and i know it's the right one because it passed the validity check. I have forked what I believe to be pablo's last source code from another fork of his repository, and I have uploaded the unified sources file onto my repository copy. I have updated the pkgbuild to look for the file there and it should work again.
username227 commented on 2025-03-23 02:34 (UTC)
Alternatively, if anybody has the source file in a cached build directory, please host it somewhere, i'll download it and host it on a github repo and we can use that going forward. If neither of these options work out, I will revamp the build process but trust me, that would be a longer build.
username227 commented on 2025-03-23 02:19 (UTC)
the link, which was valid just a few days ago, was a unified-source link which didn't require any of the externals. If we use the tag link, we will need to make major revisions to the pkgbuild to put back all of the externals into it. This can be done. But it's easier if we can figure out what happened to the link. I sent a message on discord to Pablo who was the developer behind citra on azahar's discord site, hopefully he'll respond at some point.
bananasgomoo commented on 2025-03-22 15:17 (UTC)
fyi getting this following 404 error when attempting to download the new update:
curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://github.com/PabloMK7/citra/releases/download/r608383e/citra-unified-source-20240927-608383e.tar.xz
I think the link should probably be https://github.com/PabloMK7/citra/archive/refs/tags/r608383e.tar.gz but I'm not sure.
1 2 3 Next › Last »