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 lc3 only on RHEL 10
Date: Mon, 20 Jul 2026 17:31:40 GMT	[thread overview]
Message-ID: <178456870005.1.4616314969871052249.rpms-ffmpeg-d723a334a2b1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ffmpeg
Branch : epel9-next
Commit : d723a334a2b1d5046048eaffbcc85fc7db02c66e
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2025-11-17T13:26:31-05:00
Stats  : +12/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/d723a334a2b1d5046048eaffbcc85fc7db02c66e?branch=epel9-next

Log:
Disable lc3 only on RHEL 10

---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index e7e9061..d9d2601 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -37,13 +37,11 @@
 # Disable dependencies not available or wanted on RHEL/EPEL
 %bcond chromaprint 0
 %bcond flite 0
-%bcond lc3 0
 %else
 # Break chromaprint dependency cycle (Fedora-only):
 #   ffmpeg (libavcodec-free) → chromaprint → ffmpeg
 %bcond chromaprint %{?_with_bootstrap:0}%{!?_with_bootstrap:1}
 %bcond flite 1
-%bcond lc3 1
 %endif
 
 %if 0%{?rhel} && 0%{?rhel} <= 9
@@ -55,6 +53,14 @@
 %bcond placebo 1
 %endif
 
+%if 0%{?el10}
+# Disable temporarily while we want for liblc3 to be upgraded
+# Cf. https://issues.redhat.com/browse/RHEL-127169
+%bcond lc3 0
+%else
+%bcond lc3 1
+%endif
+
 %if %{with all_codecs}
 %bcond evc 1
 %bcond rtmp 1
@@ -89,7 +95,7 @@ Name:           ffmpeg
 %global pkg_name %{name}%{?pkg_suffix}
 
 Version:        7.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A complete solution to record, convert and stream audio and video
 License:        GPL-3.0-or-later
 URL:            https://ffmpeg.org/
@@ -911,6 +917,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
 %{_mandir}/man3/libswscale.3*
 
 %changelog
+* Mon Nov 17 2025 Neal Gompa <ngompa@fedoraproject.org> - 7.1.2-2
+- Disable lc3 only on RHEL 10
+
 * Wed Sep 24 2025 Simone Caronni <negativo17@gmail.com> - 7.1.2-1
 - Update to 7.1.2.
 - Enable VANC processing for SDI.

                 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=178456870005.1.4616314969871052249.rpms-ffmpeg-d723a334a2b1@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