From 2e0786171cf4f050ed7b762a9c7a4e3e7631f59e3605ed945e0e5114f937d4a5 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sat, 10 Dec 2022 09:49:37 +0000 Subject: [PATCH] Accepting request 1041969 from home:AndreasStieger:branches:Emulators - Fix build on Factory: Does not build with FFmpeg 5.0 yet OBS-URL: https://build.opensuse.org/request/show/1041969 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=367 --- ppsspp.changes | 5 +++++ ppsspp.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ppsspp.changes b/ppsspp.changes index 9a4959e..d14d0b1 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 10 09:20:01 UTC 2022 - Andreas Stieger + +- Fix build on Factory: Does not build with FFmpeg 5.0 yet + ------------------------------------------------------------------- Wed Nov 23 22:27:31 UTC 2022 - Andreas Stieger diff --git a/ppsspp.spec b/ppsspp.spec index a320443..b86554e 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -33,6 +33,9 @@ BuildRequires: glslang-devel BuildRequires: pkgconfig BuildRequires: snappy-devel BuildRequires: unzip +# Does not build with FFmpeg 5.0 yet +# https://github.com/hrydgard/ppsspp/issues/15308 +BuildRequires: libavcodec-devel < 5 BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavdevice) BuildRequires: pkgconfig(libavfilter) @@ -84,7 +87,7 @@ PPSSPP build using the Qt framework %package common Summary: PPSSPP assets Group: System/Emulators/Other -BuildArch: noarch +BuildArch: noarch %description common Required assets for PPSSPP GUI and assorted configuration files