Search Criteria
Package Details: lsnes-git 2.beta24.r3.88160be5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lsnes-git.git (read-only, click to copy) |
---|---|
Package Base: | lsnes-git |
Description: | SNES and Game Boy emulator with re-recording (TAS) support |
Upstream URL: | http://tasvideos.org/Lsnes.html |
Licenses: | GPL3 |
Submitter: | chungy |
Maintainer: | None |
Last Packager: | chungy |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-06-25 01:24 (UTC) |
Last Updated: | 2019-06-25 01:24 (UTC) |
Dependencies (8)
- boost-libs
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR)
- lua
- portaudio
- wxgtk2 (wxwidgets-gtk2AUR)
- boost (boost-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
estorok commented on 2022-12-15 08:48 (UTC) (edited on 2022-12-15 08:52 (UTC) by estorok)
Currently broken due to git changes in response to CVE-2022-39253, a.k.a. the
fatal: transport 'file' not allowed
message when adding or updating git submodules. (Similar bug.)Workaround: in the PKGBUILD, change
git submodule update
togit -c protocol.file.allow=always submodule update
inprepare()
.