From c17bd62a3271f6c025b7a5733b0e7fc33a23ef36 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 21 Oct 2024 13:43:45 -0700 Subject: [PATCH] flite will not be in any epel Signed-off-by: Troy Dawson --- ffmpeg.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 605e292..5a75c27 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -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