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: Enable Kernel Labs VANC processing and ARIB text/caption decoding
Date: Mon, 20 Jul 2026 17:31:29 GMT	[thread overview]
Message-ID: <178456868925.1.4388665764062444097.rpms-ffmpeg-8da9f7addec8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ffmpeg
Branch : epel9-next
Commit : 8da9f7addec8d44cd6d1a27d69a0a7cdda9a3ca4
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2024-10-07T04:32:18-04:00
Stats  : +11/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/8da9f7addec8d44cd6d1a27d69a0a7cdda9a3ca4?branch=epel9-next

Log:
Enable Kernel Labs VANC processing and ARIB text/caption decoding

---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index edbc75f..db7dd7b 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -82,7 +82,7 @@ Name:           ffmpeg
 %global pkg_name %{name}%{?pkg_suffix}
 
 Version:        7.0.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A complete solution to record, convert and stream audio and video
 License:        GPL-3.0-or-later
 URL:            https://ffmpeg.org/
@@ -135,6 +135,7 @@ BuildRequires:  gsm-devel
 BuildRequires:  ladspa-devel
 BuildRequires:  lame-devel
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libklvanc-devel
 BuildRequires:  libmysofa-devel
 BuildRequires:  libX11-devel
 BuildRequires:  libXext-devel
@@ -144,6 +145,7 @@ BuildRequires:  nasm
 BuildRequires:  perl(Pod::Man)
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(aom)
+BuildRequires:  pkgconfig(aribb24) >= 1.0.3
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(caca)
 BuildRequires:  pkgconfig(codec2)
@@ -164,6 +166,7 @@ BuildRequires:  pkgconfig(jack)
 %if %{with lcms2}
 BuildRequires:  pkgconfig(lcms2) >= 2.13
 %endif
+BuildRequires:  pkgconfig(libaribcaption) >= 1.1.1
 BuildRequires:  pkgconfig(libass)
 BuildRequires:  pkgconfig(libbluray)
 BuildRequires:  pkgconfig(libbs2b)
@@ -583,6 +586,8 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
     --enable-vulkan \
     --disable-cuda-sdk \
     --enable-libaom \
+    --enable-libaribb24 \
+    --enable-libaribcaption \
     --enable-libass \
     --enable-libbluray \
     --enable-libbs2b \
@@ -611,6 +616,7 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
     --enable-libilbc \
     --enable-libjack \
     --enable-libjxl \
+    --enable-libklvanc \
     --enable-libmodplug \
     --enable-libmp3lame \
     --enable-libmysofa \
@@ -855,6 +861,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
 %{_mandir}/man3/libswscale.3*
 
 %changelog
+* Mon Oct 07 2024 Neal Gompa <ngompa@fedoraproject.org> - 7.0.2-6
+- Enable SDI data processing (Kernel Labs VANC) processing
+- Enable Japanese DVD subtitles/teletext (aribb24/libaribcaption)
+
 * Mon Oct 07 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 7.0.2-5
 - Properly enable noopenh264
 

                 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=178456868925.1.4388665764062444097.rpms-ffmpeg-8da9f7addec8@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