flite will not be in any epel

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2024-10-21 13:43:45 -07:00
parent 4084c1116b
commit c17bd62a32

View File

@ -33,8 +33,10 @@
%if 0%{?rhel}
# Disable dependencies not available or wanted on RHEL/EPEL
%bcond flite 0
%bcond chromaprint 0
%else
%bcond flite 1
# Break chromaprint dependency cycle (Fedora-only):
# ffmpeg (libavcodec-free) → chromaprint → ffmpeg
%bcond chromaprint %{?_with_bootstrap:0}%{!?_with_bootstrap:1}
@ -42,11 +44,9 @@
%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