public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Disable flite for RHEL 9 as flite is too old
Date: Tue, 14 Jul 2026 21:59:45 GMT [thread overview]
Message-ID: <178406638559.1.11453550296536937340.rpms-ffmpeg-aea172029582@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ffmpeg
Branch : epel9-next
Commit : aea17202958254eaa640e52aef1cf645893e2d3f
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2023-02-13T16:33:10-05:00
Stats : +16/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ffmpeg/c/aea17202958254eaa640e52aef1cf645893e2d3f?branch=epel9-next
Log:
Disable flite for RHEL 9 as flite is too old
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 0d9a1f4..696f9f5 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -39,6 +39,13 @@
%bcond_with omxil
%else
+# Disable flite because RHEL 9 flite is too old
+%if 0%{?rhel} && 0%{?rhel} <= 9
+%bcond_with flite
+%else
+%bcond_without flite
+%endif
+
# crystalhd isn't available on IBM Z
%ifarch s390 s390x
%bcond_with crystalhd
@@ -91,7 +98,7 @@ Name: ffmpeg
%global pkg_name %{name}%{?pkg_suffix}
Version: 5.1.2
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: A complete solution to record, convert and stream audio and video
License: GPLv3+
URL: https://ffmpeg.org/
@@ -134,7 +141,9 @@ Requires: libswscale%{?pkg_suffix}%{_isa} = %{version}-%{release}
BuildRequires: AMF-devel
BuildRequires: fdk-aac-free-devel
-BuildRequires: flite-devel
+%if %{with flite}
+BuildRequires: flite-devel >= 2.2
+%endif
BuildRequires: game-music-emu-devel
BuildRequires: gcc
BuildRequires: gnupg2
@@ -588,7 +597,9 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
%endif
--enable-libdrm \
--enable-libfdk-aac \
+%if %{with flite}
--enable-libflite \
+%endif
--enable-libfontconfig \
--enable-libfreetype \
--enable-libfribidi \
@@ -835,6 +846,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
%{_mandir}/man3/libswscale.3*
%changelog
+* Mon Feb 13 2023 Neal Gompa <ngompa@fedoraproject.org> - 5.1.2-8
+- Disable flite for RHEL 9 as flite is too old
+
* Fri Feb 03 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 5.1.2-7
- Properly enable caca, flite, gme, iec61883
reply other threads:[~2026-07-14 21:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178406638559.1.11453550296536937340.rpms-ffmpeg-aea172029582@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox