public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ffmpeg] epel9-next: Properly enable libzvbi_teletext decoder
@ 2026-07-14 21:59 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-14 21:59 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ffmpeg
            Branch : epel9-next
            Commit : ebc2dc9a50baef1ecd31c5aafde5b550ab0e4395
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2023-01-15T19:01:31-05:00
            Stats  : +7/-2 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/ebc2dc9a50baef1ecd31c5aafde5b550ab0e4395?branch=epel9-next

            Log:
            Properly enable libzvbi_teletext decoder

The --enable-libzvbi flag has no effect if libzvbi_teletext decoder
is missing from enable_decoders.

---
diff --git a/enable_decoders b/enable_decoders
index efe21da..bdea52c 100644
--- a/enable_decoders
+++ b/enable_decoders
@@ -33,6 +33,7 @@ libspeex # speex
 libvorbis # libvorbis
 libvpx_vp8 # libvpx
 libvpx_vp9 # libvpx
+libzvbi_teletext # zvbi
 mjpeg # mjpegtools
 mjpeg_qsv # mjpegtools
 mp1 # twolame/lame

diff --git a/ffmpeg.spec b/ffmpeg.spec
index 777375b..201c9cb 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -93,7 +93,7 @@ Name:           ffmpeg
 %global pkg_name %{name}%{?pkg_suffix}
 
 Version:        5.1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A complete solution to record, convert and stream audio and video
 License:        GPLv3+
 URL:            https://ffmpeg.org/
@@ -836,6 +836,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
 %{_mandir}/man3/libswscale.3*
 
 %changelog
+* Sun Jan 15 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 5.1.2-4
+- Properly enable libzvbi_teletext decoder
+
 * Fri Dec 23 2022 Sandro Mani <manisandro@gmail.com> - 5.1.2-3
 - Rebuild (tesseract)
 

diff --git a/ffmpeg_free_sources b/ffmpeg_free_sources
index 3e64836..b2c0673 100644
--- a/ffmpeg_free_sources
+++ b/ffmpeg_free_sources
@@ -741,6 +741,7 @@ libavcodec/libwebpenc.c
 libavcodec/libwebpenc_animencoder.c
 libavcodec/libwebpenc_common.c
 libavcodec/libwebpenc_common.h
+libavcodec/libzvbi-teletextdec.c
 libavcodec/log2_tab.c
 libavcodec/loongarch/Makefile
 libavcodec/lossless_videodsp.c

diff --git a/sources b/sources
index 9f59f83..3d59b37 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (ffmpeg-free-5.1.2.tar.xz) = 2ccdc49c101ab69d9baa124f871c4808a5a5e5943e8bdbe370199d429122c881a7cf0e28ab35b138899487b922c864df88e7088e44fb0d7b7014f1b236852aa4
+SHA512 (ffmpeg-free-5.1.2.tar.xz) = ed718699a4b134942985741dab9d3fc14490c0e3035d90b64710a3be9e1df0f542cd6e618dde3d3a951201a2e17e5135e7f4c631cc781b1627e798532ca74800
 SHA512 (ffmpeg-5.1.2.tar.xz.asc) = 6afc898e3898a7d34e21f0f0bd0553765a46257332c6ece6226e3e043b842275a8d885b9ccca34bc90a2f008ae5fa14515276d23f921a518a63a47f6504af115
 SHA512 (ffmpeg-dlopen-headers.tar.xz) = 97e6986fc2bb9dfa4516135a76b04d27ceb52ff96f0af21a6169919aeefefb4d2e2e24a771959689cdbec385f5d71614ba661223c67c0e94089a6dd823a30099
 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: Properly enable libzvbi_teletext decoder Yaakov Selkowitz

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