Enable Kernel Labs VANC processing and ARIB text/caption decoding
This commit is contained in:
parent
24d8902d75
commit
8da9f7adde
12
ffmpeg.spec
12
ffmpeg.spec
@ -82,7 +82,7 @@ Name: ffmpeg
|
|||||||
%global pkg_name %{name}%{?pkg_suffix}
|
%global pkg_name %{name}%{?pkg_suffix}
|
||||||
|
|
||||||
Version: 7.0.2
|
Version: 7.0.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A complete solution to record, convert and stream audio and video
|
Summary: A complete solution to record, convert and stream audio and video
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://ffmpeg.org/
|
URL: https://ffmpeg.org/
|
||||||
@ -135,6 +135,7 @@ BuildRequires: gsm-devel
|
|||||||
BuildRequires: ladspa-devel
|
BuildRequires: ladspa-devel
|
||||||
BuildRequires: lame-devel
|
BuildRequires: lame-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
|
BuildRequires: libklvanc-devel
|
||||||
BuildRequires: libmysofa-devel
|
BuildRequires: libmysofa-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
@ -144,6 +145,7 @@ BuildRequires: nasm
|
|||||||
BuildRequires: perl(Pod::Man)
|
BuildRequires: perl(Pod::Man)
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
BuildRequires: pkgconfig(aom)
|
BuildRequires: pkgconfig(aom)
|
||||||
|
BuildRequires: pkgconfig(aribb24) >= 1.0.3
|
||||||
BuildRequires: pkgconfig(bzip2)
|
BuildRequires: pkgconfig(bzip2)
|
||||||
BuildRequires: pkgconfig(caca)
|
BuildRequires: pkgconfig(caca)
|
||||||
BuildRequires: pkgconfig(codec2)
|
BuildRequires: pkgconfig(codec2)
|
||||||
@ -164,6 +166,7 @@ BuildRequires: pkgconfig(jack)
|
|||||||
%if %{with lcms2}
|
%if %{with lcms2}
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.13
|
BuildRequires: pkgconfig(lcms2) >= 2.13
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: pkgconfig(libaribcaption) >= 1.1.1
|
||||||
BuildRequires: pkgconfig(libass)
|
BuildRequires: pkgconfig(libass)
|
||||||
BuildRequires: pkgconfig(libbluray)
|
BuildRequires: pkgconfig(libbluray)
|
||||||
BuildRequires: pkgconfig(libbs2b)
|
BuildRequires: pkgconfig(libbs2b)
|
||||||
@ -583,6 +586,8 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
|
|||||||
--enable-vulkan \
|
--enable-vulkan \
|
||||||
--disable-cuda-sdk \
|
--disable-cuda-sdk \
|
||||||
--enable-libaom \
|
--enable-libaom \
|
||||||
|
--enable-libaribb24 \
|
||||||
|
--enable-libaribcaption \
|
||||||
--enable-libass \
|
--enable-libass \
|
||||||
--enable-libbluray \
|
--enable-libbluray \
|
||||||
--enable-libbs2b \
|
--enable-libbs2b \
|
||||||
@ -611,6 +616,7 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
|
|||||||
--enable-libilbc \
|
--enable-libilbc \
|
||||||
--enable-libjack \
|
--enable-libjack \
|
||||||
--enable-libjxl \
|
--enable-libjxl \
|
||||||
|
--enable-libklvanc \
|
||||||
--enable-libmodplug \
|
--enable-libmodplug \
|
||||||
--enable-libmp3lame \
|
--enable-libmp3lame \
|
||||||
--enable-libmysofa \
|
--enable-libmysofa \
|
||||||
@ -855,6 +861,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
|
|||||||
%{_mandir}/man3/libswscale.3*
|
%{_mandir}/man3/libswscale.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 07 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 7.0.2-5
|
||||||
- Properly enable noopenh264
|
- Properly enable noopenh264
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user