ppsspp, revbump for libzip, fix build for cmake > 4 (#12897)

This commit is contained in:
Schrijvers Luc
2025-09-02 18:29:02 +02:00
committed by GitHub
parent b1918e2dc7
commit afe34f5a7d

View File

@@ -5,7 +5,7 @@ Android or PC device."
HOMEPAGE="https://www.ppsspp.org/"
COPYRIGHT="2012-2024 PPSSPP Project"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/hrydgard/ppsspp/releases/download/v${portVersion}/ppsspp-${portVersion}.tar.xz"
CHECKSUM_SHA256="78c5d17f09443d7ea450fce9fdc0581b520cf206c42095dd855e94be2e09bdcf"
SOURCE_FILENAME="ppsspp-$portVersion.tar.xz"
@@ -18,7 +18,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
ppsspp$secondaryArchSuffix = $portVersion
app:PPSSPP$secondaryArchSuffix
app:PPSSPP
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -80,6 +80,7 @@ BUILD()
cmake -B build -S . \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DUSE_SYSTEM_FFMPEG=OFF \
-DUSE_SYSTEM_SNAPPY=ON \
-DUSE_SYSTEM_LIBZIP=ON \