public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ffmpeg] f45: Unconditionally enable lc3
@ 2026-08-24 12:02 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-08-24 12:02 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ffmpeg
Branch : f45
Commit : 05323a2930abaa0fb90cab48de49f6c12e7e5b03
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-08-24T08:01:16-04:00
Stats  : +4/-13 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/05323a2930abaa0fb90cab48de49f6c12e7e5b03?branch=f45

Log:
Unconditionally enable lc3

---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 77dac38..d37e1be 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -66,14 +66,6 @@
 %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
-
 # For using an alternative build of EVC codecs
 %bcond evc_main 0
 
@@ -108,7 +100,7 @@ Name:           ffmpeg
 %global pkg_name %{name}%{?pkg_suffix}
 
 Version:        8.1.2
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        A complete solution to record, convert and stream audio and video
 License:        GPL-3.0-or-later
 URL:            https://ffmpeg.org/
@@ -192,9 +184,7 @@ BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  pkgconfig(libilbc)
 BuildRequires:  pkgconfig(jack)
-%if %{with lc3}
 BuildRequires:  pkgconfig(lc3) >= 1.1.0
-%endif
 %if %{with lcms2}
 BuildRequires:  pkgconfig(lcms2) >= 2.13
 %endif
@@ -794,9 +784,7 @@ 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 \
@@ -989,6 +977,9 @@ rm -rf %{buildroot}%{_datadir}
 
 
 %changelog
+* Mon Aug 24 2026 Neal Gompa <ngompa@fedoraproject.org> - 8.1.2-12
+- Unconditionally enable lc3
+
 * Mon Aug 24 2026 Neal Gompa <ngompa@fedoraproject.org> - 8.1.2-11
 - Add missing changelog information
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-24 12:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 12:02 [rpms/ffmpeg] f45: Unconditionally enable lc3 Neal Gompa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox