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 <salimma@fedoraproject.org>
This commit is contained in:
parent
9a1dccdbf1
commit
4fbec760e3
10
ffmpeg.spec
10
ffmpeg.spec
@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
# Disable dependencies not offered in RHEL/EPEL
|
# Disable dependencies not offered in RHEL/EPEL
|
||||||
%bcond omxil 0
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
# Disable some features because RHEL 9 packages are too old
|
# Disable some features because RHEL 9 packages are too old
|
||||||
@ -47,8 +46,6 @@
|
|||||||
%bcond placebo 1
|
%bcond placebo 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%bcond omxil 1
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Break chromaprint dependency cycle (Fedora-only):
|
# Break chromaprint dependency cycle (Fedora-only):
|
||||||
@ -184,9 +181,6 @@ BuildRequires: pkgconfig(libchromaprint)
|
|||||||
BuildRequires: pkgconfig(libdrm)
|
BuildRequires: pkgconfig(libdrm)
|
||||||
BuildRequires: pkgconfig(libjxl) >= 0.7.0
|
BuildRequires: pkgconfig(libjxl) >= 0.7.0
|
||||||
BuildRequires: pkgconfig(libmodplug)
|
BuildRequires: pkgconfig(libmodplug)
|
||||||
%if %{with omxil}
|
|
||||||
BuildRequires: pkgconfig(libomxil-bellagio)
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(libopenjp2)
|
BuildRequires: pkgconfig(libopenjp2)
|
||||||
BuildRequires: pkgconfig(libopenmpt)
|
BuildRequires: pkgconfig(libopenmpt)
|
||||||
%if %{with placebo}
|
%if %{with placebo}
|
||||||
@ -866,6 +860,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
|
|||||||
%{_mandir}/man3/libswscale.3*
|
%{_mandir}/man3/libswscale.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 25 2024 Michel Lind <salimma@fedoraproject.org> - 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 <ngompa@fedoraproject.org> - 7.0.2-2
|
* Fri Sep 20 2024 Neal Gompa <ngompa@fedoraproject.org> - 7.0.2-2
|
||||||
- Rebuild for newer ffnvcodec
|
- Rebuild for newer ffnvcodec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user