Package Details: libretro-lrps2-git r13104.f3c8743d6-2

Git Clone URL: https://aur.archlinux.org/libretro-lrps2-git.git (read-only, click to copy)
Package Base: libretro-lrps2-git
Description: Sony PlayStation 2 core (fork of PCSX2)
Upstream URL: https://github.com/libretro/LRPS2
Keywords: console emulator
Licenses: GPL2, GPL3, LGPL3
Groups: libretro
Conflicts: libretro-lrps2, libretro-pcsx2
Provides: libretro-lrps2, libretro-pcsx2
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 6
Popularity: 0.099959
First Submitted: 2022-12-26 01:20 (UTC)
Last Updated: 2023-05-22 04:41 (UTC)

Required by (3)

Sources (3)

Latest Comments

1 2 Next › Last »

abouvier commented on 2023-09-08 07:48 (UTC)

What and when package ends up in extra is one of the biggest mysteries in the Universe.

dartfira commented on 2023-09-08 07:04 (UTC)

Hello all, is there any planning to have that package in the Extra repository, the libretro-pcsx2 packages is not working for me out of the box, while this one is.

ksv1986 commented on 2021-10-20 08:55 (UTC)

gcc with lto compilation can be fixed with

@@ -30,16 +30,17 @@ prepare() {
        sed -i 's/chdr-static/chdr/' common/src/Utilities/CMakeLists.txt
        # unbundle yaml-cpp
        sed -i '/yaml-cpp/d' cmake/SearchForStuff.cmake
+       echo "set_source_files_properties(FastJmp.cpp PROPERTIES COMPILE_FLAGS -fno-lto)" >> common/src/Utilities/CMakeLists.txt
 }

 build() {

abouvier commented on 2021-10-17 03:16 (UTC)

Yes, because of the last commit. You can report it :p

Neko-san commented on 2021-10-17 03:01 (UTC)

Compiling it with GCC with LTO enabled now, instead, fails to compile :/

abouvier commented on 2021-09-21 08:06 (UTC)

It's related to clang only, not lto: https://github.com/libretro/pcsx2/issues/147

Neko-san commented on 2021-09-21 02:35 (UTC) (edited on 2021-09-21 04:02 (UTC) by Neko-san)

For some reason, libretro-pcsx2 fails to compile using Clang with LTO and with LTO enabled and with the linker set in makepkg.conf as lld, etc :/

abouvier commented on 2021-09-04 16:16 (UTC)

Nice, I didn't know it existed ;)

beelzebud commented on 2021-09-04 14:44 (UTC)

I installed xxd-standalone from the aur to build this.

agapito commented on 2021-08-30 11:02 (UTC)

Well, yesterday I was able to compile this package without that dependency.