Search Criteria
Package Details: pcsx-redux-git r6790.718f0912-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pcsx-redux-git.git (read-only, click to copy) |
|---|---|
| Package Base: | pcsx-redux-git |
| Description: | Modern fork of the pcsxr PlayStation 1 emulator focused on reverse engineering and homebrew development |
| Upstream URL: | https://github.com/grumpycoders/pcsx-redux.git |
| Licenses: | GPL2 |
| Conflicts: | pcsx-redux |
| Provides: | pcsx-redux |
| Submitter: | algebro |
| Maintainer: | algebro |
| Last Packager: | algebro |
| Votes: | 1 |
| Popularity: | 0.098535 |
| First Submitted: | 2021-01-07 01:10 (UTC) |
| Last Updated: | 2025-10-20 13:30 (UTC) |
Dependencies (13)
- capstone (capstone-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- fmt (fmt-gitAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- libuv (libuv-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Required by (0)
Sources (31)
- git+https://github.com/bluebird75/luaunit.git
- git+https://github.com/Distrotech/ucl.git
- git+https://github.com/exoticlibraries/libcester.git
- git+https://github.com/gabomdq/SDL_GameControllerDB
- git+https://github.com/google/googletest.git
- git+https://github.com/grumpycoders/luacov.git
- git+https://github.com/grumpycoders/LuaJIT.git
- git+https://github.com/grumpycoders/nanosvg.git
- git+https://github.com/grumpycoders/nanovg.git
- git+https://github.com/grumpycoders/psxlua.git
- git+https://github.com/grumpycoders/uC-sdk.git
- git+https://github.com/grumpycoders/vixl.git
- git+https://github.com/grumpycoders/zep
- git+https://github.com/herumi/xbyak
- git+https://github.com/iafonov/multipart-parser-c.git
- git+https://github.com/keplerproject/lua-compat-5.3.git
- git+https://github.com/lunarmodules/luafilesystem.git
- git+https://github.com/luvit/luv.git
- git+https://github.com/mackron/miniaudio.git
- git+https://github.com/mekhontsev/imgui_md.git
- git+https://github.com/mity/md4c.git
- git+https://github.com/Neargye/magic_enum.git
- git+https://github.com/nothings/stb.git
- git+https://github.com/ocornut/imgui.git
- git+https://github.com/serge1/ELFIO.git
- git+https://github.com/taocpp/PEGTL.git
- git+https://github.com/TartanLlama/expected.git
- git+https://github.com/uriparser/uriparser.git
- git+https://github.com/wolfpld/tracy.git
- pcsx-redux.sh
- pcsx-redux
Latest Comments
1 2 Next › Last »
rubin55 commented on 2025-11-03 09:22 (UTC)
Hi @algebro, I went ahead and made a patch based on PR #1973. You need to remove the tail-end of that patch (the
third-party/fmtpart). Here's thePKGBUILDdiff:algebro commented on 2025-10-20 13:32 (UTC)
Thanks for investigating this @rubin55. For Arch packages it's generally preferred to link against system packages when possible, so using the submodule was a mistake. I've updated the package to use the system fmt and I'll take a stab at fixing the issue upstream since it is technically a bug there and doesn't look too complicated.
rubin55 commented on 2025-10-08 16:50 (UTC)
I noticed that even though this package pulls an fmt as a git module, it actually links against system libfmt; this must be an error in how the build is done? it is especially problematic now Arch is on fmt 12, which removed fmt::localtime, which pcsx-redux makes use of. I filed https://github.com/grumpycoders/pcsx-redux/issues/1969 upstream.
If this package would actually use the fmt submodule, the fact that arch upgraded to fmt 12 would not matter; is the linking against system fmt intentional?
algebro commented on 2025-08-18 13:39 (UTC)
Thanks for the suggestions @HurricanePootis. How did you get the depends() packages from namcap? I tried running it and I'm not getting it to display anything (other than a missing contributor tag with
--info)HurricanePootis commented on 2025-07-30 00:24 (UTC) (edited on 2025-07-30 01:04 (UTC) by HurricanePootis)
Hello, this package could do with the following changes:
conflictsandprovidessince this is a-gitpackagedepends()listed bynamcapimagemagicktomakedepends()for simplified install step--init.pcsx-reduxnow has an install function in the makefile, so thats what we uselicense()Here is the link to the Github gist which contains the patch file.
If you do not want to manually go through this patch file, I do not mind being listed as co-maintainer myself. Thank you for your hardwork!
FabioLolix commented on 2025-02-20 17:12 (UTC)
Build in a clean chroot with
devtoolsSee https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot extra-x86_64-buildv1993 commented on 2025-02-20 16:35 (UTC)
Seems to use system fmt on my system, resulting in build failure:
Any suggestions other than building in a container?
guglovich commented on 2022-09-21 12:24 (UTC)
Very aggressive compilation settings. My session crashes.
algebro commented on 2022-01-17 20:42 (UTC)
@jpyper I went through my notes and figured out that it was the -fstack-protector-strong flag that broke compilation for luajit. Do you know of a good/easy way to negate just that flag but keep all the others? Note that some are set by makepkg.conf and some are set by the Makefile.
jpyper commented on 2022-01-16 19:47 (UTC)
@algebro The "AARCH64" in the arch= line should be lowercase "aarch64". :-]
Again, thank you for your work.
1 2 Next › Last »