Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
libretro-ppsspp
Commits:
8bca2740 by Maxime Gauduin at 2023-10-09T23:11:30+02:00
upgpkg: 38717-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libretro-ppsspp
pkgdesc = Sony PlayStation Portable core
- pkgver = 38311
+ pkgver = 38717
pkgrel = 1
url = https://github.com/hrydgard/ppsspp
arch = x86_64
@@ -23,13 +23,14 @@ pkgbase = libretro-ppsspp
depends = snappy
depends = zlib
depends = zstd
- source =
libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=e35935b002ce7ecb21737d62a66cb1ee8bf286d0
+ source =
libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=5a29ebfe61365848daaf41dcb64f65d981ad6e69
source = git+https://github.com/Kingcom/armips.git
source = git+https://github.com/google/cpu_features.git
source = git+https://github.com/hrydgard/ppsspp-ffmpeg.git
source =
armips-filesystem::git+https://github.com/Kingcom/filesystem.git
source = git+https://github.com/KhronosGroup/glslang.git
source = git+https://github.com/hrydgard/ppsspp-lang.git
+ source = git+https://github.com/rtissera/libchdr.git
source = ppsspp-miniupnp::git+https://github.com/hrydgard/miniupnp.git
source = git+https://github.com/Tencent/rapidjson.git
source = git+https://github.com/RetroAchievements/rcheevos.git
@@ -46,6 +47,7 @@ pkgbase = libretro-ppsspp
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
+ b2sums = SKIP
b2sums =
ae0f14c04d6b308b524dc47776eccb52c0f4b306a1173cee8fa7e3766da90482f4921ca2777304692121f17c55e4edcf81d937982cbb1bd0d65ae7f92e8e0640
pkgname = libretro-ppsspp
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Duck Hunt <[email protected]>
pkgname=libretro-ppsspp
-pkgver=38311
+pkgver=38717
pkgrel=1
pkgdesc='Sony PlayStation Portable core'
arch=(x86_64)
@@ -31,7 +31,7 @@ makedepends=(
ninja
python
)
-_commit=e35935b002ce7ecb21737d62a66cb1ee8bf286d0
+_commit=5a29ebfe61365848daaf41dcb64f65d981ad6e69
source=(
libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=${_commit}
git+https://github.com/Kingcom/armips.git
@@ -40,6 +40,7 @@ source=(
armips-filesystem::git+https://github.com/Kingcom/filesystem.git
git+https://github.com/KhronosGroup/glslang.git
git+https://github.com/hrydgard/ppsspp-lang.git
+ git+https://github.com/rtissera/libchdr.git
ppsspp-miniupnp::git+https://github.com/hrydgard/miniupnp.git
git+https://github.com/Tencent/rapidjson.git
git+https://github.com/RetroAchievements/rcheevos.git
@@ -57,6 +58,7 @@ b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'ae0f14c04d6b308b524dc47776eccb52c0f4b306a1173cee8fa7e3766da90482f4921ca2777304692121f17c55e4edcf81d937982cbb1bd0d65ae7f92e8e0640')
pkgver() {
@@ -76,7 +78,7 @@ prepare() {
git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
git submodule update ${submodule}
done
- for submodule in
ext/{armips,cpu_features,glslang,rapidjson,rcheevos,SPIRV-Cross}; do
+ for submodule in
ext/{armips,cpu_features,glslang,libchdr,rapidjson,rcheevos,SPIRV-Cross}; do
git submodule init ${submodule}
git config submodule.${submodule}.url ../${submodule#*/}
git submodule update ${submodule}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-ppsspp/-/commit/8bca2740281f783ae28494d14179e435151f709f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-ppsspp/-/commit/8bca2740281f783ae28494d14179e435151f709f
You're receiving this email because of your account on gitlab.archlinux.org.