Search Criteria
Package Details: lime3ds 2119.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/lime3ds.git (read-only, click to copy) |
---|---|
Package Base: | lime3ds |
Description: | An experimental open-source Nintendo 3DS emulator/debugger |
Upstream URL: | https://github.com/Lime3DS/lime3DS-archive |
Keywords: | 3ds emulator nintendo |
Licenses: | GPL-2.0-or-later |
Conflicts: | lime3ds-appimage, lime3ds-git |
Submitter: | username227 |
Maintainer: | username227 (HurricanePootis) |
Last Packager: | username227 |
Votes: | 2 |
Popularity: | 0.24 |
First Submitted: | 2024-05-19 22:52 (UTC) |
Last Updated: | 2024-12-02 19:46 (UTC) |
Dependencies (36)
- boost-libs
- enet (enet-gtkorvo-gitAUR, enet-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glslang (glslang-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- 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-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-multimedia
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- sndio (sndio-gitAUR)
- soundtouch (soundtouch-gitAUR)
- speexdsp (speexdsp-gitAUR)
- Show 16 more dependencies...
Latest Comments
Neros commented on 2024-10-31 12:33 (UTC)
I can't compile anymore:
sidicer commented on 2024-10-24 09:43 (UTC) (edited on 2024-10-31 12:10 (UTC) by sidicer)
Edit:
2119-1
built successfullyHurricanePootis commented on 2024-08-13 01:01 (UTC)
Hello, I have some suggestions for this package.
license
fromGPL-2.0
toGPL-2.0-only
to be SPDX compliantDCMAKE_C_FLAGS
andDCMAKE_CXX_FLAGS
. Lime3Ds cannot build due to the Warrning Protection from Foritfy Source. However, that does not mean the rest of the Arch build flags should be disregarded. Instead, in the patch, I have removed-Wp,-D_FORTIFY_SOURCE=3
using sed, and the project builds fine with the default Arch flags defined in/etc/makepkg.conf
. Therefore, there is no longer any reason to disable buildflags inoptions()
.Release
cmake build type, as explained here. Instead, use theNone
build type; this goes hand in hand with point 2.libc++
. Lime3Ds has no specific need for libc++, nor does it call upon it during a clean chroot build.I will also be doing a review of
citra-git
, as I was the previous maintainer for that and a lot of what I said here also applies there. Here is the link to the patchfile. Furthermore, I do not mind being made a co-maintainer as, as I said, I maintained a lot of these packages before I requested them to be deleted since dead software.zany130 commented on 2024-06-28 23:44 (UTC)
Yup installs fine now. Thanks @username227 !
username227 commented on 2024-06-28 21:20 (UTC)
@zany130, yes, I saw that error in a similar package; this one didn't get updated by mistake. Just pushed a correction, please try again and let me know. thanks!
zany130 commented on 2024-06-28 21:15 (UTC)
wehn trying to install I get the following conflicts
username227 commented on 2024-05-27 21:40 (UTC)
@micwoj92 - OK, if you're sure, then i'll test and update.
micwoj92 commented on 2024-05-27 21:37 (UTC)
Please do not run
strip
, this should be done by makepkg automatically.