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