[arch-commits] Commit in libretro-ppsspp/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue May 5 11:15:42 UTC 2020


    Date: Tuesday, May 5, 2020 @ 11:15:41
  Author: alucryd
Revision: 624923

upgpkg: libretro-ppsspp 26925-2

Modified:
  libretro-ppsspp/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 11:15:29 UTC (rev 624922)
+++ PKGBUILD	2020-05-05 11:15:41 UTC (rev 624923)
@@ -2,7 +2,7 @@
 # Contributor: Duck Hunt <vaporeon at tfwno.gf>
 
 pkgname=libretro-ppsspp
-pkgver=26831
+pkgver=26925
 pkgrel=2
 pkgdesc='Sony PlayStation Portable core'
 arch=(x86_64)
@@ -10,9 +10,13 @@
 license=(GPL2)
 groups=(libretro)
 depends=(
+  gcc-libs
   glew
+  glibc
   libgl
   libretro-core-info
+  libzip
+  snappy
   zlib
 )
 makedepends=(
@@ -19,11 +23,10 @@
   cmake
   git
   libglvnd
-  mesa
   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
   git+https://github.com/hrydgard/ppsspp-ffmpeg.git
@@ -84,6 +87,8 @@
     -DMOBILE_DEVICE=OFF \
     -DSIMULATOR=OFF \
     -DUNITTEST=OFF \
+    -DUSE_SYSTEM_LIBZIP=ON \
+    -DUSE_SYSTEM_SNAPPY=ON \
     -DUSING_QT_UI=OFF
   make -C build
 }



More information about the arch-commits mailing list