Compare commits

...

4 Commits

Author SHA1 Message Date
Sandro Mani
14a94115d0 Rebuild (tesseract) 2024-11-12 09:17:29 +01:00
Troy Dawson
cd3c894a26 Alphabetize conditionals
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-10-29 14:52:16 -07:00
Troy Dawson
c17bd62a32 flite will not be in any epel
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-10-21 13:43:45 -07:00
Troy Dawson
4084c1116b netcdf is no longer used by ffmpeg
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-10-21 13:42:00 -07:00

View File

@ -34,19 +34,19 @@
%if 0%{?rhel}
# Disable dependencies not available or wanted on RHEL/EPEL
%bcond chromaprint 0
%bcond flite 0
%else
# Break chromaprint dependency cycle (Fedora-only):
# ffmpeg (libavcodec-free) → chromaprint → ffmpeg
%bcond chromaprint %{?_with_bootstrap:0}%{!?_with_bootstrap:1}
%bcond flite 1
%endif
%if 0%{?rhel} && 0%{?rhel} <= 9
# Disable some features because RHEL 9 packages are too old
%bcond flite 0
%bcond lcms2 0
%bcond placebo 0
%else
%bcond flite 1
%bcond lcms2 1
%bcond placebo 1
%endif
@ -82,7 +82,7 @@ Name: ffmpeg
%global pkg_name %{name}%{?pkg_suffix}
Version: 7.0.2
Release: 7%{?dist}
Release: 8%{?dist}
Summary: A complete solution to record, convert and stream audio and video
License: GPL-3.0-or-later
URL: https://ffmpeg.org/
@ -197,7 +197,6 @@ BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libzmq)
BuildRequires: pkgconfig(lilv-0)
BuildRequires: pkgconfig(lv2)
BuildRequires: pkgconfig(netcdf)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(openal)
BuildRequires: pkgconfig(opencore-amrnb)
@ -858,6 +857,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
%{_mandir}/man3/libswscale.3*
%changelog
* Tue Nov 12 2024 Sandro Mani <manisandro@gmail.com> - 7.0.2-8
- Rebuild (tesseract)
* Mon Oct 07 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 7.0.2-7
- Properly enable aribb24/libaribcaption
- Disable VANC dependency as it depends on decklink