ppsspp: update to 1.6.
Closes #14747. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
a5bccb788f
commit
2b4eddf79b
1 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'ppsspp'
|
||||
pkgname=ppsspp
|
||||
version=1.5.4
|
||||
version=1.6
|
||||
revision=1
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_wrksrc="ppsspp-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DHEADLESS=1 -DUSE_SYSTEM_FFMPEG=1"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,21 +10,21 @@ makedepends="zlib-devel glew-devel SDL2-devel ffmpeg-devel"
|
|||
depends="desktop-file-utils"
|
||||
short_desc="A fast and portable PSP emulator"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
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/6f00429315.tar.gz
|
||||
https://github.com/hrydgard/ppsspp-lang/archive/c2c4ad9c38c5f5e97ff022a703c470fcd53da249.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/8b4cadaf62.tar.gz"
|
||||
checksum="e739155f135f9b3e2e5ce85d0cc11028c4ad71a0078673abe3f908ac6875284a
|
||||
8dd3618cb90d38d784aa42c750d81621b7d8ad30b09552a5f60cfe671c3993cc
|
||||
checksum="d5f7f10b0d39cd927c08bb296a22c9b724ce40f8cc0be17136ff845f33b7ffa5
|
||||
5a97d1a2949482082bb4e7dff7704cb0fe8263a828cc66773e1d70c7bce472dc
|
||||
5e20a5758c13cc3967a2c31e7017fe4d8135c005733662be4585d9d19b5d8f34
|
||||
282d1f17bd3003162dd945b8ba5c5a10cb5738a7750949a8200ff6555f10ff28
|
||||
c4a2bdc231d8e30fb9a19467b7cc9854e844fb3aafc83449e31152b97ace2157"
|
||||
nocross=yes
|
||||
create_wrksrc=yes
|
||||
|
||||
pre_configure() {
|
||||
# copy submodules to right location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue