summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-12-05 19:59:18 +0100
committerAlexandre Bouvier2021-12-05 19:59:18 +0100
commitbd55196debe62abaa89331069ef1eb24a2649818 (patch)
tree1ca25243ac2fd25e2112b184261eef6e3bfb066e /PKGBUILD
parent6e07c95a7c31011f2c25ea7b7663b357f6b25be5 (diff)
downloadaur-bd55196debe62abaa89331069ef1eb24a2649818.tar.gz
update to 1.12.3.r385.g197897979
* remove sdl2 * update miniupnpc system patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45c7c034da69..19e86cfc9e73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=libretro-ppsspp
pkgname=$_pkgname-git
-pkgver=1.12.3.r374.g4b5d703e0
+pkgver=1.12.3.r385.g197897979
pkgrel=1
pkgdesc="Sony PlayStation Portable core"
arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
@@ -22,7 +22,6 @@ makedepends=(
'libzip'
'miniupnpc'
'ninja'
- 'sdl2'
'spirv-cross'
'zstd'
)
@@ -53,7 +52,7 @@ prepare() {
ln -s /usr/include/glslang ext/glslang
sed -i '/glslang/d' ext/CMakeLists.txt
# unbundle miniupnpc
- sed -i 's|ext/miniupnp/||' Core/Util/PortManager.h
+ ln -s /usr/include/miniupnpc ext/miniupnp
# unbundle spirv-cross
rmdir ext/SPIRV-Cross
ln -s /usr/include/spirv_cross ext/SPIRV-Cross
@@ -67,7 +66,6 @@ build() {
-DLIBRETRO=ON \
-DUSE_SYSTEM_FFMPEG=ON \
-DUSE_SYSTEM_LIBPNG=ON \
- -DUSE_SYSTEM_LIBSDL2=ON \
-DUSE_SYSTEM_LIBZIP=ON \
-DUSE_SYSTEM_MINIUPNPC=ON \
-DUSE_SYSTEM_SNAPPY=ON \