ppsspp: update to 1.15.4.

This commit is contained in:
John 2023-07-24 22:34:55 +02:00
parent e8cf3147ef
commit 45cac199d1
1 changed files with 16 additions and 10 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'ppsspp'
pkgname=ppsspp
version=1.14.4
version=1.15.4
revision=1
_glslang_commit=dc11adde23c455a24e13dd54de9b4ede8bdd7db8
_SPIRV_Cross_commit=9acb9ec31f5a8ef80ea6b994bb77be787b08d3d1
_armips_commit=6719edebaae03330ee5441d9b28280672edf00d5
_glslang_commit=b34f619e1c85810dcb3c578107d2e48ba4ee2b37
_SPIRV_Cross_commit=4212eef67ed0ca048cb726a6767185504e7695e5
_armips_commit=7bd1ec93d4586985ba1ef420b43b5e620f68695e
_discord_rpc_commit=963aa9f3e5ce81a4682c6ca3d136cddda614db33
_miniupnp_commit=3a87be33e797ba947b2b2a5f8d087f6c3ff4d93e
_cpu_features_commit=75ec988188f62281efe7bf1d133338751369bb4c
create_wrksrc=yes
build_style=cmake
configure_args="-DHEADLESS=1 -DUSE_SYSTEM_FFMPEG=1 -DUNITTEST=ON
@ -28,13 +29,15 @@ distfiles="
https://github.com/KhronosGroup/SPIRV-Cross/archive/${_SPIRV_Cross_commit}.tar.gz
https://github.com/Kingcom/armips/archive/${_armips_commit}.tar.gz
https://github.com/discordapp/discord-rpc/archive/${_discord_rpc_commit}.tar.gz
https://github.com/hrydgard/miniupnp/archive/${_miniupnp_commit}.tar.gz"
checksum="b270e93e50a7808b27432ef680c6056fccefe47acd3ba2b722156f69584037c5
32edc362238d5b1136b2b40b0abdeef5a832e599554d2fcf75d7b08e4b0ed0bb
9423aebd6ea4251c6ea736f0291066eb2b99b6f923151edd1a78ce9c29b46757
8e266119740f93ea593eab1fb37393160926892d91da77ede69e3d6bd4e9eed8
https://github.com/hrydgard/miniupnp/archive/${_miniupnp_commit}.tar.gz
https://github.com/google/cpu_features/archive/${_cpu_features_commit}.tar.gz"
checksum="863c1343967061f623154b4afa0b0847898287af87c62ae6d223aeeb2c0885de
9be7a69f5e5e2b9db55feb6d36d4b78bfe7a0cfb02e5915ff9bad87d719b38f8
a7adf77b5680795302aee160309c6cb81b0da341d92bd7face01f9a156b65aeb
ed69c3e6362ae5b33b1e35efa16db48028b29e5b3b119f5ff046db25c05e8d1a
8f4115999391f95f443615fc5b13cb2398926ac4c418d3d34ff5735f71c6faea
1b1d2897f66835ea5eeec5851fe8757aca5afd86984107dcdc0e4b1ce2f2f8be"
1b1d2897f66835ea5eeec5851fe8757aca5afd86984107dcdc0e4b1ce2f2f8be
9a7b247873621d6191f56e6d1a4ac8711dbbd26c6cba98edfc0863a2730dd05d"
# ppsspp always tries to compile x86 unittest
# https://gist.github.com/Johnnynator/e18d59274451cff890b7235009d2e93d
@ -60,6 +63,9 @@ post_extract() {
mv ${wrksrc}/discord-rpc-${_discord_rpc_commit} ${wrksrc}/ext/discord-rpc
rmdir -v ${wrksrc}/ext/miniupnp
mv ${wrksrc}/miniupnp-${_miniupnp_commit} ${wrksrc}/ext/miniupnp
rmdir -v ${wrksrc}/ext/cpu_features
mv ${wrksrc}/cpu_features-${_cpu_features_commit} ${wrksrc}/ext/cpu_features
}
post_patch(){