Properly enable aribb24/libaribcaption
Disable VANC dependency as it depends on decklink
This commit is contained in:
parent
b209e71d90
commit
aa1f2113d7
@ -194,6 +194,8 @@ jv
|
||||
kgv1
|
||||
kmvc
|
||||
lagarith
|
||||
libaribb24 # aribb24
|
||||
libaribcaption # libaribcaption
|
||||
libaom # libaom
|
||||
libaom_av1 # libaom
|
||||
libcodec2 # codec2
|
||||
|
@ -82,7 +82,7 @@ Name: ffmpeg
|
||||
%global pkg_name %{name}%{?pkg_suffix}
|
||||
|
||||
Version: 7.0.2
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: A complete solution to record, convert and stream audio and video
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://ffmpeg.org/
|
||||
@ -135,7 +135,6 @@ BuildRequires: gsm-devel
|
||||
BuildRequires: ladspa-devel
|
||||
BuildRequires: lame-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libklvanc-devel
|
||||
BuildRequires: libmysofa-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
@ -615,7 +614,6 @@ 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 +858,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
|
||||
%{_mandir}/man3/libswscale.3*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 07 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 7.0.2-7
|
||||
- Properly enable aribb24/libaribcaption
|
||||
- Disable VANC dependency as it depends on decklink
|
||||
|
||||
* 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)
|
||||
|
@ -1096,6 +1096,8 @@ libavcodec/lcl.h
|
||||
libavcodec/lcldec.c
|
||||
libavcodec/lclenc.c
|
||||
libavcodec/leb.h
|
||||
libavcodec/libaribb24.c
|
||||
libavcodec/libaribcaption.c
|
||||
libavcodec/libaom.c
|
||||
libavcodec/libaom.h
|
||||
libavcodec/libaomdec.c
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (ffmpeg-free-7.0.2.tar.xz) = d22419888245c19b96679973b25e20d8bd32068fe998383afbd3d9ced4f8b088e743711138c2d034aa7e09b6d206b785b0a6345ca6af8ab28dc9f776619cc346
|
||||
SHA512 (ffmpeg-free-7.0.2.tar.xz) = 062ba768efda367b973250895147efb928f954321ab8a8de395da8b167262cea26cefda186a404e0be9f2080e02f436d2b9c8bf9508cbba0f325a31d697f9a8b
|
||||
SHA512 (ffmpeg-7.0.2.tar.xz.asc) = b41eeb8044754bfcf2cf67a3ed4a4e74194ee6e5f4ed5f03aa03bb68772f6bacd7a1839d8e9740573889230a71d3bc7d52b4625542f4c892e8de8c61deda2c51
|
||||
SHA512 (ffmpeg.keyring) = 9b36506835db36f776b7ddb53ad6fa9e915e6ca2f9c7cfebe8eb45513e1036a985283590a840ca313a111bf35dc3731f68885aaafb1fb7011ec433cc119e5165
|
||||
|
Loading…
Reference in New Issue
Block a user