plutovg is a new dep. Only seems to be a -git on AUR
-- Found Freetype: /usr/lib/libfreetype.so (found suitable version "2.13.3", minimum required is "2.11.1")
CMake Error at cmake/SearchForStuff.cmake:22 (find_package):
By not providing "Findplutovg.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "plutovg", but
CMake did not find one.
Could not find a package configuration file provided by "plutovg"
(requested version 0.0.13) with any of the following names:
plutovgConfig.cmake
plutovg-config.cmake
Add the installation prefix of "plutovg" to CMAKE_PREFIX_PATH or set
"plutovg_DIR" to a directory containing one of the above files. If
"plutovg" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:39 (include)
-- Configuring incomplete, errors occurred!
EDIT: Can't even use the one from AUR. May need to treat this as submodules and build it like the packaging scripting does.
CMake Error at cmake/SearchForStuff.cmake:22 (find_package):
Could not find a configuration file for package "plutovg" that is
compatible with requested version "0.0.13".
The following configuration files were considered but not accepted:
/usr/lib/cmake/plutovg/plutovgConfig.cmake, version: 1.0.0
/lib/cmake/plutovg/plutovgConfig.cmake, version: 1.0.0
Call Stack (most recent call first):
CMakeLists.txt:39 (include)
https://github.com/PCSX2/pcsx2/commit/9e5b69ee540531fbc7fc7997c517edf7f1e7f85d
Pinned Comments
weirdbeard commented on 2024-08-17 03:40 (UTC)
https://github.com/PCSX2/pcsx2/pull/11632
This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2
In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.