summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralucryd2020-05-05 11:15:41 +0000
committerDobroslaw Kijowski2020-06-08 10:52:44 +0200
commit81d5ab414ddd357603d6ff2069c913d436903f9c (patch)
treeebebaf09d4ba8d0c36fe12c30ca0a4ee84841605
parent614ac7edf5105172401f80d2dfd1f034ee72480a (diff)
downloadaur-81d5ab414ddd357603d6ff2069c913d436903f9c.tar.gz
upgpkg: libretro-ppsspp 26925-2
git-svn-id: file:///srv/repos/svn-community/svn@624923 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c2bc8f69a9e..d169196d1428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libretro-ppsspp-rbp
pkgdesc = Sony PlayStation Portable core (build for Raspberry Pi)
- pkgver = 26831
+ pkgver = 26925
pkgrel = 2
url = https://github.com/libretro/ppsspp
arch = armv7h
@@ -11,11 +11,15 @@ pkgbase = libretro-ppsspp-rbp
makedepends = mesa
makedepends = python
depends = ffmpeg
+ depends = gcc-libs
+ depends = glibc
depends = libegl
depends = libretro-core-info
- provides = libretro-ppsspp=26831
+ depends = libzip
+ depends = snappy
+ provides = libretro-ppsspp=26925
conflicts = libretro-ppsspp
- source = libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=6df422800506236e6703f3a114dd0ade976ac3c9
+ source = libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=31b1993a696fa03961c5a9c0ee872c3499f207fa
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
diff --git a/PKGBUILD b/PKGBUILD
index f513fdfaa8f8..1b03c73c8bbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=libretro-ppsspp
pkgname=libretro-ppsspp-rbp
-pkgver=26831
+pkgver=26925
pkgrel=2
pkgdesc='Sony PlayStation Portable core (build for Raspberry Pi)'
arch=(armv7h)
@@ -15,8 +15,12 @@ provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
depends=(
ffmpeg
+ gcc-libs
+ glibc
libegl
libretro-core-info
+ libzip
+ snappy
)
makedepends=(
cmake
@@ -25,7 +29,7 @@ makedepends=(
python
)
source=(
- libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=6df422800506236e6703f3a114dd0ade976ac3c9
+ libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=31b1993a696fa03961c5a9c0ee872c3499f207fa
git+https://github.com/Kingcom/armips.git
git+https://github.com/discordapp/discord-rpc.git
ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
@@ -84,6 +88,8 @@ build() {
-DMOBILE_DEVICE=OFF \
-DSIMULATOR=OFF \
-DUNITTEST=OFF \
+ -DUSE_SYSTEM_LIBZIP=ON \
+ -DUSE_SYSTEM_SNAPPY=ON \
-DUSING_QT_UI=OFF \
-DUSE_FFMPEG=yes \
-DUSE_SYSTEM_FFMPEG=yes