public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Troy Dawson <tdawson@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: flite will not be in any epel
Date: Mon, 20 Jul 2026 17:31:31 GMT	[thread overview]
Message-ID: <178456869109.1.11072089183202494605.rpms-ffmpeg-c17bd62a3271@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ffmpeg
            Branch : epel9-next
            Commit : c17bd62a3271f6c025b7a5733b0e7fc33a23ef36
            Author : Troy Dawson <tdawson@redhat.com>
            Date   : 2024-10-21T13:43:45-07:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/c17bd62a3271f6c025b7a5733b0e7fc33a23ef36?branch=epel9-next

            Log:
            flite will not be in any epel

Signed-off-by: Troy Dawson <tdawson@redhat.com>

---
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

                 reply	other threads:[~2026-07-20 17:31 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=178456869109.1.11072089183202494605.rpms-ffmpeg-c17bd62a3271@fedoraproject.org \
    --to=tdawson@redhat.com \
    --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