ppsspp: update to 1.5.3. (#9742)
This commit is contained in:
parent
1b7a70353b
commit
f17efcee0c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ppsspp'
|
||||
pkgname=ppsspp
|
||||
version=1.4.2
|
||||
version=1.5.3
|
||||
revision=1
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_style=cmake
|
||||
|
@ -15,17 +15,15 @@ homepage="http://www.ppsspp.org/"
|
|||
create_wrksrc=yes
|
||||
distfiles="
|
||||
https://github.com/hrydgard/ppsspp/archive/v${version}.tar.gz
|
||||
https://github.com/hrydgard/ppsspp-lang/archive/7b31a30fd0.tar.gz
|
||||
https://github.com/hrydgard/glslang/archive/136b1e2d5d.tar.gz
|
||||
https://github.com/Kingcom/tinyformat/archive/b7f5a22753.tar.gz
|
||||
https://github.com/hrydgard/ppsspp-lang/archive/6f00429315.tar.gz
|
||||
https://github.com/hrydgard/glslang/archive/2edde6665d.tar.gz
|
||||
https://github.com/KhronosGroup/SPIRV-Cross/archive/90966d50f5.tar.gz
|
||||
https://github.com/Kingcom/armips/archive/07853e5.tar.gz"
|
||||
checksum="5877b68a1333315ed7c7521dacd045aa6f92337f7063e58fb7124dbb1ae50b54
|
||||
c27ed60ef2e0c185cb82f40b30c2837c31913209344bfc28a0b1fb2e47c8bdcd
|
||||
66beae370a64a5eb6f45cf8ce4b21565930dbfecc44c794be282c9dcb161a624
|
||||
9db9bc16e9fafede493b5890b935a57ee6e5e284a9d6e8fa6d9329790a96b8c6
|
||||
https://github.com/Kingcom/armips/archive/8b4cadaf62.tar.gz"
|
||||
checksum="9f73078ab8ef32a1c0d65ca8979cb4717f08551f4c1e834faa4d5270faa38879
|
||||
8dd3618cb90d38d784aa42c750d81621b7d8ad30b09552a5f60cfe671c3993cc
|
||||
5e20a5758c13cc3967a2c31e7017fe4d8135c005733662be4585d9d19b5d8f34
|
||||
282d1f17bd3003162dd945b8ba5c5a10cb5738a7750949a8200ff6555f10ff28
|
||||
d0d7a9d9e4995ec8b7b4323b3bc737b6d7a28f9d0cb6967eb201ed454b17d1a2"
|
||||
c4a2bdc231d8e30fb9a19467b7cc9854e844fb3aafc83449e31152b97ace2157"
|
||||
nocross=yes
|
||||
|
||||
pre_configure() {
|
||||
|
@ -34,7 +32,7 @@ pre_configure() {
|
|||
cp -rup ${wrksrc}/armips-*/* ${wrksrc}/${pkgname}-${version}/ext/armips
|
||||
cp -rup ${wrksrc}/glslang-*/* ${wrksrc}/${pkgname}-${version}/ext/glslang
|
||||
cp -rup ${wrksrc}/SPIRV-Cross-*/* ${wrksrc}/${pkgname}-${version}/ext/SPIRV-Cross
|
||||
cp -rup ${wrksrc}/tinyformat-*/* ${wrksrc}/${pkgname}-${version}/ext/armips/ext/tinyformat
|
||||
|
||||
# disable git versioning
|
||||
sed 's|find_package(Git)|# &|' -i ${wrksrc}/${pkgname}-${version}/git-version.cmake
|
||||
rm -rf ${pkgname}-${version}/build
|
||||
|
|
Loading…
Reference in New Issue