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

Maxime Gauduin alucryd at archlinux.org
Fri Jun 25 07:31:57 UTC 2021


    Date: Friday, June 25, 2021 @ 07:31:56
  Author: alucryd
Revision: 967408

libretro-ppsspp 29976-1: FS#69766 fix license directory

Modified:
  libretro-ppsspp/trunk/PKGBUILD
  libretro-ppsspp/trunk/libretro-ppsspp-assets-path.patch

-----------------------------------+
 PKGBUILD                          |   10 +++++-----
 libretro-ppsspp-assets-path.patch |    8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 07:29:06 UTC (rev 967407)
+++ PKGBUILD	2021-06-25 07:31:56 UTC (rev 967408)
@@ -3,7 +3,7 @@
 # Contributor: Duck Hunt <vaporeon at tfwno.gf>
 
 pkgname=libretro-ppsspp
-pkgver=29806
+pkgver=29976
 pkgrel=1
 pkgdesc='Sony PlayStation Portable core'
 arch=(x86_64)
@@ -29,7 +29,7 @@
   ninja
   python
 )
-_commit=138d81e14d9e71ea458b405df333fc015f84f460
+_commit=8e9b0122a8815d8c15c0d2cbff6a1f1828ca27fd
 source=(
   libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=${_commit}
   git+https://github.com/Kingcom/armips.git
@@ -52,7 +52,7 @@
             'SKIP'
             'SKIP'
             'SKIP'
-            '2234ab0c53849ed728889305a68119a365da16094a1b7ac2c4d2a2ababe5c8f5'
+            'c00fabec601ebf3e209871fe409d047ab47040c199e9e8e5f9ba0abdd9086ce6'
             'c65ae3f20976a573b1a74600b02515e3f665513864a49e10db57c2fd170819e7')
 
 pkgver() {
@@ -64,7 +64,7 @@
 prepare() {
   cd libretro-ppsspp
 
-  patch -Np1 -i ../libretro-ppsspp-assets-path.patch
+  #patch -Np1 -i ../libretro-ppsspp-assets-path.patch
   patch -Np1 -i ../libretro-ppsspp-system-zstd.patch
 
   for submodule in ffmpeg assets/lang ext/glslang ext/miniupnp; do
@@ -107,7 +107,7 @@
 
 package() {
   install -Dm 644 build/lib/ppsspp_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-ppsspp/LICENSE.TXT -t "${pkgdir}"/usr/share/licenses/libretro-ppsspp-git/
+  install -Dm 644 libretro-ppsspp/LICENSE.TXT -t "${pkgdir}"/usr/share/licenses/libretro-ppsspp/
   install -dm 755 "${pkgdir}"/usr/share/libretro/ppsspp
   cp -dr --no-preserve=ownership build/assets "${pkgdir}"/usr/share/libretro/ppsspp/
 }

Modified: libretro-ppsspp-assets-path.patch
===================================================================
--- libretro-ppsspp-assets-path.patch	2021-06-25 07:29:06 UTC (rev 967407)
+++ libretro-ppsspp-assets-path.patch	2021-06-25 07:31:56 UTC (rev 967408)
@@ -1,6 +1,7 @@
---- libretro-ppsspp.orig/libretro/libretro.cpp	2020-10-08 22:13:25.641893000 +0200
-+++ libretro-ppsspp/libretro/libretro.cpp	2020-10-10 01:21:00.000136872 +0200
-@@ -601,6 +601,7 @@
+diff '--color=auto' -rupN libretro-ppsspp.orig/libretro/libretro.cpp libretro-ppsspp/libretro/libretro.cpp
+--- libretro-ppsspp.orig/libretro/libretro.cpp	2021-06-21 09:03:06.545949438 +0200
++++ libretro-ppsspp/libretro/libretro.cpp	2021-06-21 09:04:16.762486223 +0200
+@@ -637,6 +637,7 @@ bool retro_load_game(const struct retro_
     g_Config.internalDataDirectory = retro_base_dir;
  
     VFSRegister("", new DirectoryAssetReader(retro_base_dir.c_str()));
@@ -8,4 +9,3 @@
  
     coreState = CORE_POWERUP;
     ctx       = LibretroGraphicsContext::CreateGraphicsContext();
-




More information about the arch-commits mailing list