summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-02-24 19:03:44 +0100
committerAlexandre Bouvier2022-02-24 19:03:44 +0100
commit899054a7201e3ecfd7d40f02244242eab2ec1742 (patch)
tree10c24ba3523ac8d98348da1b1526f28dbf268498
parentfc1f1cef5b6e05891ae5c489125f5f13af45e5f8 (diff)
downloadaur-899054a7201e3ecfd7d40f02244242eab2ec1742.tar.gz
update to 1.12.3.r980.g3bfab6326
* use ffmpeg4.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c73a5507276..e9f9dfdd9a44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libretro-ppsspp-git
pkgdesc = Sony PlayStation Portable core
- pkgver = 1.12.3.r397.gd3d87894b
+ pkgver = 1.12.3.r980.g3bfab6326
pkgrel = 1
url = https://www.ppsspp.org/
arch = arm
@@ -16,7 +16,7 @@ pkgbase = libretro-ppsspp-git
makedepends = libzip
makedepends = spirv-cross
makedepends = zstd
- depends = ffmpeg
+ depends = ffmpeg4.4
depends = glew
depends = glslang
depends = libretro-core-info
diff --git a/PKGBUILD b/PKGBUILD
index e078ec6b4faa..6c9bec5c7f6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=libretro-ppsspp
pkgname=$_pkgname-git
-pkgver=1.12.3.r397.gd3d87894b
+pkgver=1.12.3.r980.g3bfab6326
pkgrel=1
pkgdesc="Sony PlayStation Portable core"
arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.ppsspp.org/"
license=('GPL2')
groups=('libretro')
depends=(
- 'ffmpeg'
+ 'ffmpeg4.4' # https://github.com/hrydgard/ppsspp/issues/15308
'glew'
'glslang'
'libretro-core-info'
@@ -58,6 +58,7 @@ prepare() {
}
build() {
+ export PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig
cmake -S ppsspp -B build \
-DCMAKE_BUILD_TYPE=None \
-DLIBRETRO=ON \