summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralucryd2020-07-30 09:17:28 +0000
committerDobroslaw Kijowski2020-08-25 08:41:03 +0200
commit7093357a3678aec49d006de2c6b1e3a8d7b3b13a (patch)
treedf07fc7b16bf7d750ee108c759d36b9bb8db10cb
parentccf15f1bdc0283a8dc6d3ab7d861019e7f5cf388 (diff)
downloadaur-7093357a3678aec49d006de2c6b1e3a8d7b3b13a.tar.gz
upgpkg: libretro-ppsspp 27598-1
git-svn-id: file:///srv/repos/svn-community/svn@665894 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD28
2 files changed, 21 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 094af730901b..4f0612ac778a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libretro-ppsspp-rbp
pkgdesc = Sony PlayStation Portable core (build for Raspberry Pi)
- pkgver = 27206
+ pkgver = 27598
pkgrel = 1
url = https://github.com/libretro/ppsspp
arch = armv7h
@@ -12,16 +12,18 @@ pkgbase = libretro-ppsspp-rbp
makedepends = python
depends = ffmpeg
depends = libegl
+ depends = libpng
depends = libretro-core-info
depends = libzip
depends = snappy
- provides = libretro-ppsspp=27206
+ provides = libretro-ppsspp=27598
conflicts = libretro-ppsspp
- source = libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=ba06c87a7dd953ff8f376fd6a5f811d29e1bdc6a
+ source = libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=70802e61de670fc66de23356a6ffab9b4b018d9b
source = git+https://github.com/Kingcom/armips.git
source = git+https://github.com/discordapp/discord-rpc.git
source = ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
source = git+https://github.com/hrydgard/ppsspp-lang.git
+ source = ppsspp-miniupnp::git+https://github.com/hrydgard/miniupnp.git
source = git+https://github.com/Tencent/rapidjson.git
source = git+https://github.com/KhronosGroup/SPIRV-Cross.git
source = armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
@@ -33,6 +35,7 @@ pkgbase = libretro-ppsspp-rbp
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
pkgname = libretro-ppsspp-rbp
diff --git a/PKGBUILD b/PKGBUILD
index 44fd602588c2..c6259814cd4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=libretro-ppsspp
pkgname=libretro-ppsspp-rbp
-pkgver=27206
+pkgver=27598
pkgrel=1
pkgdesc='Sony PlayStation Portable core (build for Raspberry Pi)'
arch=(armv7h)
@@ -16,6 +16,7 @@ conflicts=("${_pkgname}")
depends=(
ffmpeg
libegl
+ libpng
libretro-core-info
libzip
snappy
@@ -26,26 +27,27 @@ makedepends=(
mesa
python
)
+_commit=70802e61de670fc66de23356a6ffab9b4b018d9b
source=(
- libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=ba06c87a7dd953ff8f376fd6a5f811d29e1bdc6a
+ libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=${_commit}
git+https://github.com/Kingcom/armips.git
git+https://github.com/discordapp/discord-rpc.git
ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
git+https://github.com/hrydgard/ppsspp-lang.git
+ ppsspp-miniupnp::git+https://github.com/hrydgard/miniupnp.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
)
-sha256sums=(
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
- SKIP
-)
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
pkgver() {
cd libretro-ppsspp
@@ -56,7 +58,7 @@ pkgver() {
prepare() {
cd libretro-ppsspp
- for submodule in assets/lang ext/glslang; do
+ for submodule in assets/lang ext/glslang ext/miniupnp; do
git submodule init ${submodule}
git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
git submodule update ${submodule}