|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
pkgbase=ppsspp-git
|
|
|
|
|
pkgname=('ppsspp-git' 'ppsspp-headless-git' 'ppsspp-qt-git')
|
|
|
|
|
pkgver=1.6.3.r219.f3ab56e15
|
|
|
|
|
pkgver=1.6.3.r383.22a536fb0
|
|
|
|
|
pkgrel=1
|
|
|
|
|
pkgdesc='A PSP emulator written in C++'
|
|
|
|
|
arch=('x86_64')
|
|
|
|
@ -16,12 +16,14 @@ license=('GPL2')
|
|
|
|
|
depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'sdl2' 'zlib')
|
|
|
|
|
makedepends=('cmake' 'git' 'glu' 'libglvnd' 'libzip' 'qt5-tools')
|
|
|
|
|
source=('git+https://github.com/hrydgard/ppsspp.git'
|
|
|
|
|
'git+https://github.com/Kingcom/armips.git'
|
|
|
|
|
'git+https://github.com/discordapp/discord-rpc.git'
|
|
|
|
|
'ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
|
|
|
|
|
'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'
|
|
|
|
|
'git+https://github.com/hrydgard/ppsspp-lang.git'
|
|
|
|
|
'git+https://github.com/Kingcom/armips.git'
|
|
|
|
|
'armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git'
|
|
|
|
|
'git+https://github.com/Tencent/rapidjson.git'
|
|
|
|
|
'git+https://github.com/KhronosGroup/SPIRV-Cross.git'
|
|
|
|
|
'armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git'
|
|
|
|
|
'ppsspp.sh'
|
|
|
|
|
'ppsspp-headless.sh'
|
|
|
|
|
'ppsspp-qt.sh'
|
|
|
|
@ -35,6 +37,8 @@ sha256sums=('SKIP'
|
|
|
|
|
'SKIP'
|
|
|
|
|
'SKIP'
|
|
|
|
|
'SKIP'
|
|
|
|
|
'SKIP'
|
|
|
|
|
'SKIP'
|
|
|
|
|
'2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426'
|
|
|
|
|
'1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5'
|
|
|
|
|
'828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b'
|
|
|
|
@ -58,7 +62,7 @@ prepare() {
|
|
|
|
|
git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
|
|
|
|
|
git submodule update ${submodule}
|
|
|
|
|
done
|
|
|
|
|
for submodule in ext/{SPIRV-Cross,armips}; do
|
|
|
|
|
for submodule in ext/{SPIRV-Cross,armips,discord-rpc,rapidjson}; do
|
|
|
|
|
git submodule init ${submodule}
|
|
|
|
|
git config submodule.${submodule}.url ../${submodule#*/}
|
|
|
|
|
git submodule update ${submodule}
|
|
|
|
|