public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Simone Caronni <negativo17@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Exclude lc3 on RHEL
Date: Mon, 20 Jul 2026 17:31:39 GMT	[thread overview]
Message-ID: <178456869957.1.14606220472513498296.rpms-ffmpeg-fa6957091f63@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ffmpeg
Branch : epel9-next
Commit : fa6957091f63420c19b7dd0dfca34c46b012ee5d
Author : Simone Caronni <negativo17@gmail.com>
Date   : 2025-10-16T13:22:19+02:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/fa6957091f63420c19b7dd0dfca34c46b012ee5d?branch=epel9-next

Log:
Exclude lc3 on RHEL

---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 7118f4f..e7e9061 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -37,11 +37,13 @@
 # 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
@@ -164,7 +166,9 @@ BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  pkgconfig(libilbc)
 BuildRequires:  pkgconfig(jack)
-BuildRequires:  pkgconfig(lc3)
+%if %{with lc3}
+BuildRequires:  pkgconfig(lc3) >= 1.1.0
+%endif
 %if %{with lcms2}
 BuildRequires:  pkgconfig(lcms2) >= 2.13
 %endif
@@ -629,7 +633,9 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
     --enable-libklvanc \
     --disable-liblensfun \
     --disable-liblcevc-dec \
+%if %{with lc3}
     --enable-liblc3 \
+%endif
     --enable-libmodplug \
     --enable-libmp3lame \
     --enable-libmysofa \

                 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=178456869957.1.14606220472513498296.rpms-ffmpeg-fa6957091f63@fedoraproject.org \
    --to=negativo17@gmail.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