From 4fbec760e3b3f4eec540008883d7738fabbf6516 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Wed, 25 Sep 2024 16:08:32 -0500 Subject: [PATCH] Disable omxil completely, it's now retired Rebuild for tesseract-5.4.1-3 (soversion change from 5.4.1 to just 5.4) Signed-off-by: Michel Lind --- ffmpeg.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index e5207ca..f81dd44 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -33,7 +33,6 @@ %if 0%{?rhel} # Disable dependencies not offered in RHEL/EPEL -%bcond omxil 0 %else # Disable some features because RHEL 9 packages are too old @@ -47,8 +46,6 @@ %bcond placebo 1 %endif -%bcond omxil 1 - %endif # Break chromaprint dependency cycle (Fedora-only): @@ -184,9 +181,6 @@ BuildRequires: pkgconfig(libchromaprint) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libjxl) >= 0.7.0 BuildRequires: pkgconfig(libmodplug) -%if %{with omxil} -BuildRequires: pkgconfig(libomxil-bellagio) -%endif BuildRequires: pkgconfig(libopenjp2) BuildRequires: pkgconfig(libopenmpt) %if %{with placebo} @@ -866,6 +860,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples %{_mandir}/man3/libswscale.3* %changelog +* Wed Sep 25 2024 Michel Lind - 7.0.2-3 +- Disable omxil completely, it's now retired +- Rebuild for tesseract-5.4.1-3 (soversion change from 5.4.1 to just 5.4) + * Fri Sep 20 2024 Neal Gompa - 7.0.2-2 - Rebuild for newer ffnvcodec