Update ppsspp-git
This commit is contained in:
parent
de09200268
commit
3e0bba4ab3
12
.SRCINFO
12
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Jun 18 13:03:17 UTC 2018
|
# Tue Aug 28 12:42:11 UTC 2018
|
||||||
pkgbase = ppsspp-git
|
pkgbase = ppsspp-git
|
||||||
pkgdesc = A PSP emulator written in C++
|
pkgdesc = A PSP emulator written in C++
|
||||||
pkgver = 1.6.3.r219.f3ab56e15
|
pkgver = 1.6.3.r383.22a536fb0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.ppsspp.org/
|
url = http://www.ppsspp.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -20,12 +20,14 @@ pkgbase = ppsspp-git
|
||||||
depends = sdl2
|
depends = sdl2
|
||||||
depends = zlib
|
depends = zlib
|
||||||
source = git+https://github.com/hrydgard/ppsspp.git
|
source = git+https://github.com/hrydgard/ppsspp.git
|
||||||
|
source = git+https://github.com/Kingcom/armips.git
|
||||||
|
source = git+https://github.com/discordapp/discord-rpc.git
|
||||||
source = ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git
|
source = ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git
|
||||||
source = ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
|
source = ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
|
||||||
source = git+https://github.com/hrydgard/ppsspp-lang.git
|
source = git+https://github.com/hrydgard/ppsspp-lang.git
|
||||||
source = git+https://github.com/Kingcom/armips.git
|
source = git+https://github.com/Tencent/rapidjson.git
|
||||||
source = armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
|
|
||||||
source = git+https://github.com/KhronosGroup/SPIRV-Cross.git
|
source = git+https://github.com/KhronosGroup/SPIRV-Cross.git
|
||||||
|
source = armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
|
||||||
source = ppsspp.sh
|
source = ppsspp.sh
|
||||||
source = ppsspp-headless.sh
|
source = ppsspp-headless.sh
|
||||||
source = ppsspp-qt.sh
|
source = ppsspp-qt.sh
|
||||||
|
@ -39,6 +41,8 @@ pkgbase = ppsspp-git
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
sha256sums = 2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426
|
sha256sums = 2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426
|
||||||
sha256sums = 1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5
|
sha256sums = 1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5
|
||||||
sha256sums = 828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b
|
sha256sums = 828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b
|
||||||
|
|
12
PKGBUILD
12
PKGBUILD
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgbase=ppsspp-git
|
pkgbase=ppsspp-git
|
||||||
pkgname=('ppsspp-git' 'ppsspp-headless-git' 'ppsspp-qt-git')
|
pkgname=('ppsspp-git' 'ppsspp-headless-git' 'ppsspp-qt-git')
|
||||||
pkgver=1.6.3.r219.f3ab56e15
|
pkgver=1.6.3.r383.22a536fb0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A PSP emulator written in C++'
|
pkgdesc='A PSP emulator written in C++'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -16,12 +16,14 @@ license=('GPL2')
|
||||||
depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'sdl2' 'zlib')
|
depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'sdl2' 'zlib')
|
||||||
makedepends=('cmake' 'git' 'glu' 'libglvnd' 'libzip' 'qt5-tools')
|
makedepends=('cmake' 'git' 'glu' 'libglvnd' 'libzip' 'qt5-tools')
|
||||||
source=('git+https://github.com/hrydgard/ppsspp.git'
|
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-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
|
||||||
'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'
|
'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'
|
||||||
'git+https://github.com/hrydgard/ppsspp-lang.git'
|
'git+https://github.com/hrydgard/ppsspp-lang.git'
|
||||||
'git+https://github.com/Kingcom/armips.git'
|
'git+https://github.com/Tencent/rapidjson.git'
|
||||||
'armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git'
|
|
||||||
'git+https://github.com/KhronosGroup/SPIRV-Cross.git'
|
'git+https://github.com/KhronosGroup/SPIRV-Cross.git'
|
||||||
|
'armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git'
|
||||||
'ppsspp.sh'
|
'ppsspp.sh'
|
||||||
'ppsspp-headless.sh'
|
'ppsspp-headless.sh'
|
||||||
'ppsspp-qt.sh'
|
'ppsspp-qt.sh'
|
||||||
|
@ -35,6 +37,8 @@ sha256sums=('SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
|
'SKIP'
|
||||||
|
'SKIP'
|
||||||
'2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426'
|
'2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426'
|
||||||
'1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5'
|
'1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5'
|
||||||
'828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b'
|
'828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b'
|
||||||
|
@ -58,7 +62,7 @@ prepare() {
|
||||||
git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
|
git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
|
||||||
git submodule update ${submodule}
|
git submodule update ${submodule}
|
||||||
done
|
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 submodule init ${submodule}
|
||||||
git config submodule.${submodule}.url ../${submodule#*/}
|
git config submodule.${submodule}.url ../${submodule#*/}
|
||||||
git submodule update ${submodule}
|
git submodule update ${submodule}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user