Enable Kernel Labs VANC processing, ARIB text and caption decoding via aribb24/libaribcaption
This commit is contained in:
parent
7dc95097f1
commit
4716e3fdc1
1 changed files with 11 additions and 1 deletions
12
ffmpeg.spec
12
ffmpeg.spec
|
|
@ -88,7 +88,7 @@ Name: ffmpeg
|
|||
%global pkg_name %{name}%{?pkg_suffix}
|
||||
|
||||
Version: 7.0.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A complete solution to record, convert and stream audio and video
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://ffmpeg.org/
|
||||
|
|
@ -141,6 +141,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
|
||||
|
|
@ -150,6 +151,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)
|
||||
|
|
@ -170,6 +172,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)
|
||||
|
|
@ -589,6 +592,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 \
|
||||
|
|
@ -617,6 +622,7 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
|
|||
--enable-libilbc \
|
||||
--enable-libjack \
|
||||
--enable-libjxl \
|
||||
--enable-libklvanc \
|
||||
--enable-libmodplug \
|
||||
--enable-libmp3lame \
|
||||
--enable-libmysofa \
|
||||
|
|
@ -860,6 +866,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
|
|||
%{_mandir}/man3/libswscale.3*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 28 2024 Simone Caronni <negativo17@gmail.com> - 7.0.2-4
|
||||
- Enable SDI data processing (Kernel Labs VANC) processing, and Japanese DVD
|
||||
subtitles/teletext (aribb24/libaribcaption).
|
||||
|
||||
* Wed Sep 25 2024 Michel Lind <salimma@fedoraproject.org> - 7.0.2-3
|
||||
- Disable omxil completely, it's now retired
|
||||
- Rebuild for tesseract-5.4.1-3 (soversion change from 5.4.1 to just 5.4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue