From 9732f90c8679bc69508c04112062effce0b5d55b Mon Sep 17 00:00:00 2001 From: psykose Date: Thu, 4 May 2023 05:00:45 +0000 Subject: [PATCH] testing/ppsspp: upgrade to 1.15.1 --- testing/ppsspp/APKBUILD | 6 +++--- testing/ppsspp/gcc13.patch | 12 ------------ 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/testing/ppsspp/APKBUILD b/testing/ppsspp/APKBUILD index 4fe71b49212..2e875da244f 100644 --- a/testing/ppsspp/APKBUILD +++ b/testing/ppsspp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Díaz Urbaneja Diego # Maintainer: Díaz Urbaneja Diego pkgname=ppsspp -pkgver=1.15 +pkgver=1.15.1 pkgrel=0 pkgdesc="PPSSPP - a fast and portable PSP emulator" url="https://www.ppsspp.org/" @@ -51,6 +51,6 @@ package() { } sha512sums=" -88e97f964e826cf791725ed62178dbfa456094af06a1c896df640b24a4e2ae8ed79e0ae63cb29cc6a92e83ecd63ab60013ddf32333fb1e8b5024a6e3fce6b71f ppsspp-1.15.tar.xz -62723aa03aa87300dfd7a64793249ccf7e8942dff96c57d2dfde9a7bf8f0a4b071c264d5f88985c6eaa7e6ed8281214d2133bc63db50111811e7d76e2a19a7eb gcc13.patch +4ba4d3eda05baedf9fde8e646c3e55a659fdd2ccb0b55a70173129be4764aa940f222d6fd33c2c49dd0d364dc62dd1f69f9d3dde2232851d1a378e1c50639842 ppsspp-1.15.1.tar.xz +febb3fa9c7c1d81178d1f7ca81ad2e6040f115369030ce9fe0bcc4f1a94e0ca2e875f3ee7c766f75b687a33c11d41bb4b8f4b97b08187a05337e9864656967ea gcc13.patch " diff --git a/testing/ppsspp/gcc13.patch b/testing/ppsspp/gcc13.patch index 7fe9b29ed86..0abcb6e0a94 100644 --- a/testing/ppsspp/gcc13.patch +++ b/testing/ppsspp/gcc13.patch @@ -1,15 +1,3 @@ -diff --git a/Core/FileSystems/FileSystem.h b/Core/FileSystems/FileSystem.h -index 9e64d16f..e98fb363 100644 ---- a/Core/FileSystems/FileSystem.h -+++ b/Core/FileSystems/FileSystem.h -@@ -20,6 +20,7 @@ - #include - #include - #include -+#include - #include - - #include "Common.h" diff --git a/ext/armips/Util/Util.h b/ext/armips/Util/Util.h index d4916764..af77ed00 100644 --- a/ext/armips/Util/Util.h