Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
ppsspp
Commits:
09a911ba by Antonio Rojas at 2025-01-19T11:21:04+01:00
upgpkg: 1.18.1-3: miniupnpc 2.3 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ppsspp
pkgdesc = A PSP emulator written in C++
pkgver = 1.18.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.ppsspp.org/
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgname=(
ppsspp-assets
)
pkgver=1.18.1
-pkgrel=2
+pkgrel=3
pkgdesc='A PSP emulator written in C++'
arch=(x86_64)
url=https://www.ppsspp.org/
@@ -92,6 +92,9 @@ prepare() {
git config submodule.${submodule}.url ../../../armips-${submodule#*/}
git -c protocol.file.allow=always submodule update ${submodule}
done
+# Fix build with sdl_ttf 2.24
+ cd ../..
+ git cherry-pick -n bd84c7bf7dcefc991aa2af14ca1f42f2c842c54b
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ppsspp/-/commit/09a911ba463fdd082e16c01b151cfcfdb450016e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ppsspp/-/commit/09a911ba463fdd082e16c01b151cfcfdb450016e
You're receiving this email because of your account on gitlab.archlinux.org.