Package Details: libretro-lrps2-git r19152.2b19f7f-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/ps2
Keywords: console emulator sony
Licenses: GPL-3.0-or-later
Groups: libretro
Conflicts: libretro-lrps2, libretro-pcsx2
Provides: libretro-lrps2, libretro-pcsx2
Replaces: libretro-pcsx2
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 8
Popularity: 0.036603
First Submitted: 2022-12-26 01:20 (UTC)
Last Updated: 2026-04-07 01:44 (UTC)

Dependencies (17)

Required by (2)

Sources (7)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

patlefort commented on 2025-01-24 15:59 (UTC)

Build has been failing for a while:

/pkgbuild/out/libretro-lrps2-git/src/libretro-lrps2/common/StringUtil.h:33:10: fatal error: ../3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float/include/fast_float/fast_float.h: No such file or directory
   33 | #include "../3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float/include/fast_float/fast_float.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

abouvier commented on 2025-01-09 01:06 (UTC)

@patlefort It works well with the latest stable version (v0.7.2) available.

patlefort commented on 2025-01-07 15:32 (UTC)

I couldn't make it work with rapidyaml-git. I patched the pkgbuild to use its submodule instead: https://pastebin.com/XJssr4Db

It would be better and easier than to try to install an older version of rapidyaml separately.

abouvier commented on 2025-01-07 06:35 (UTC)

@Luca090902 Try again ;)

Luca090902 commented on 2025-01-06 21:20 (UTC)

 -> could not find all required packages: libryml.so

patlefort commented on 2025-01-06 14:00 (UTC)

Yes, I don't know the reason, but it is officially announced there: https://www.libretro.com/index.php/lrps2-the-new-playstation2-core-with-a-brand-new-lle-renderer/

abouvier commented on 2025-01-06 13:44 (UTC)

@patlefort Hmm... the repo name is ps2, the title says LRPS2, and the produced core is named pcsx2 :$

patlefort commented on 2025-01-06 13:32 (UTC)

There is a new version of this core in a new repo: https://github.com/libretro/ps2

Meanwhile, no updates in 2 years for the current one. Will you update this package to it?

abouvier commented on 2024-06-07 12:04 (UTC)

@krs It's a bug in rapidyaml.

krs commented on 2024-06-07 09:08 (UTC)

Tried rebuilding this because of my previous build being incompatible with the current fmt, but run into this issue:

CMake Error at /usr/lib/cmake/ryml/rymlConfig.cmake:33 (include):
  include could not find requested file:

    /rymlTargets.cmake
Call Stack (most recent call first):
  cmake/Pcsx2Utils.cmake:213 (find_package)
  cmake/SearchForStuff.cmake:127 (find_optional_system_library)
  CMakeLists.txt:48 (include)


CMake Error at /usr/lib/cmake/ryml/rymlConfig.cmake:16 (message):
  File or directory /usr/lib/cmake/ryml/include/ referenced by variable
  RYML_INCLUDE_DIR does not exist !
Call Stack (most recent call first):
  /usr/lib/cmake/ryml/rymlConfig.cmake:43 (set_and_check)
  cmake/Pcsx2Utils.cmake:213 (find_package)
  cmake/SearchForStuff.cmake:127 (find_optional_system_library)
  CMakeLists.txt:48 (include)