mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
ppsspp, revbump for libzip, fix build for cmake > 4 (#12897)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user