public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ffmpeg] epel9-next: Fix codec2 support enablement
@ 2026-07-14 21:59 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-07-14 21:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ffmpeg
Branch : epel9-next
Commit : 9e990f618eb9de771e1100434727cd226a12c959
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2022-04-18T21:02:01-04:00
Stats : +7/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ffmpeg/c/9e990f618eb9de771e1100434727cd226a12c959?branch=epel9-next
Log:
Fix codec2 support enablement
The --enable-libcodec2 flag was missing to complete enabling support
for codec2.
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 11b09af..474e19f 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -69,7 +69,7 @@ Name: ffmpeg
%global pkg_name %{name}%{?pkg_suffix}
Version: 5.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A complete solution to record, convert and stream audio and video
License: GPLv3+
URL: https://ffmpeg.org/
@@ -568,6 +568,7 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
--enable-libbluray \
--enable-libbs2b \
--enable-libcdio \
+ --enable-libcodec2 \
--enable-libdav1d \
%if %{with dc1394}
--enable-libdc1394 \
@@ -837,6 +838,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
%{_mandir}/man3/libswscale.3*
%changelog
+* Mon Apr 18 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.0.1-3
+- Fix codec2 support enablement
+
* Mon Apr 18 2022 Dominik Mierzejewski <dominik@greysector.net> - 5.0.1-2
- Properly enable decoding and encoding ilbc
diff --git a/ffmpeg_free_sources b/ffmpeg_free_sources
index 813805c..a9ea8e3 100644
--- a/ffmpeg_free_sources
+++ b/ffmpeg_free_sources
@@ -676,6 +676,7 @@ libavcodec/lclenc.c
libavcodec/libaomdec.c
libavcodec/libaomenc.c
libavcodec/libavcodec.v
+libavcodec/libcodec2.c
libavcodec/libdav1d.c
libavcodec/libfdk-aacdec.c
libavcodec/libfdk-aacenc.c
diff --git a/sources b/sources
index e48e40a..4ce0fb2 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (ffmpeg-free-5.0.1.tar.xz) = 9f339a836483d027faf093a713066e790d888d9992434e5eb380129c4e2a1a187aa9fe34164911120db4d7ad52a8a36e467afceaa2f9c427aad2b8c18a6beacb
+SHA512 (ffmpeg-free-5.0.1.tar.xz) = fc04fd4a5f04dd0932a802b5cef3aa1dcbf998f675807bbd8d17547c0142e4e0496ead75e528b577cedf41298ed6bce4d9e2a394b72df741c208c36cf7f9f996
SHA512 (ffmpeg-5.0.1.tar.xz.asc) = 9c4bd404196c3a3808bae92873aefc77f8c26a9419cc6130a3f2359a75c8e83189d206e9aee8ff85c5a7fe4a98da24e11cf607ec351386c18979ec2d5ad3b3ad
SHA512 (ffmpeg-dlopen-headers.tar.xz) = ef47b5a8b5ef5c8c57b2372170ccda3fd6897572ab5aff5e3cd1dd3bbe1f892e42d9f89d1c159c79052a8ac57c42d4a2ebc8636d6f932df00b57f8010c5bfd3b
SHA512 (ffmpeg.keyring) = 9b36506835db36f776b7ddb53ad6fa9e915e6ca2f9c7cfebe8eb45513e1036a985283590a840ca313a111bf35dc3731f68885aaafb1fb7011ec433cc119e5165
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 21:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 21:59 [rpms/ffmpeg] epel9-next: Fix codec2 support enablement Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox