commit febfc77c218191e8a50bdf6e2d3443fefb01f886
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Jan 9 17:54:02 2024 +0000
Use compat-ffmpeg5
kodi.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 2754b02..95636ef 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -39,7 +39,7 @@
Name: kodi
Version: 20.2
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -110,7 +110,7 @@ BuildRequires: expat-devel
BuildRequires: faad2-devel
BuildRequires: firewalld-filesystem
%if 0%{?_with_external_ffmpeg}
-BuildRequires: compat-ffmpeg4-devel
+BuildRequires: compat-ffmpeg5-devel
%else
BuildRequires: trousers-devel
%endif
@@ -322,7 +322,7 @@ This package contains FirewallD files for Kodi.
tools/EventClients/lib/python/xbmcclient.py
%build
-export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
+export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg5/pkgconfig"
%cmake \
%if %{with dvdcss}
-DLIBDVDCSS_URL=%{SOURCE4} \
@@ -439,6 +439,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Tue Jan 09 2024 Leigh Scott <leigh123linux(a)gmail.com> - 20.2-8
+- Use compat-ffmpeg5
+
* Fri Nov 10 2023 Michael Cronenworth <mike(a)cchtml.com> - 20.2-7
- Another upstream python-3.12 fix (RFBZ#6783)