Enable support for the RIST protocol through librist
This commit is contained in:
parent
04c040828d
commit
be0b562a32
@ -102,7 +102,7 @@ Name: ffmpeg
|
|||||||
%global pkg_name %{name}%{?pkg_suffix}
|
%global pkg_name %{name}%{?pkg_suffix}
|
||||||
|
|
||||||
Version: 5.1.2
|
Version: 5.1.2
|
||||||
Release: 11%{?dist}
|
Release: 12%{?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: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://ffmpeg.org/
|
URL: https://ffmpeg.org/
|
||||||
@ -205,6 +205,7 @@ BuildRequires: pkgconfig(libplacebo) >= 4.192.0
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(libpulse)
|
BuildRequires: pkgconfig(libpulse)
|
||||||
BuildRequires: pkgconfig(librabbitmq)
|
BuildRequires: pkgconfig(librabbitmq)
|
||||||
|
BuildRequires: pkgconfig(librist)
|
||||||
BuildRequires: pkgconfig(librsvg-2.0)
|
BuildRequires: pkgconfig(librsvg-2.0)
|
||||||
BuildRequires: pkgconfig(libssh)
|
BuildRequires: pkgconfig(libssh)
|
||||||
BuildRequires: pkgconfig(libv4l2)
|
BuildRequires: pkgconfig(libv4l2)
|
||||||
@ -641,6 +642,7 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
|
|||||||
--enable-libpulse \
|
--enable-libpulse \
|
||||||
--enable-librabbitmq \
|
--enable-librabbitmq \
|
||||||
--enable-librav1e \
|
--enable-librav1e \
|
||||||
|
--enable-librist \
|
||||||
--enable-librsvg \
|
--enable-librsvg \
|
||||||
--enable-librubberband \
|
--enable-librubberband \
|
||||||
--enable-libsnappy \
|
--enable-libsnappy \
|
||||||
@ -868,6 +870,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
|
|||||||
%{_mandir}/man3/libswscale.3*
|
%{_mandir}/man3/libswscale.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 15 2023 Neal Gompa <ngompa@fedoraproject.org> - 5.1.2-12
|
||||||
|
- Enable support for the RIST protocol through librist
|
||||||
|
|
||||||
* Wed Feb 15 2023 Tom Callaway <spot@fedoraproject.org> - 5.1.2-11
|
* Wed Feb 15 2023 Tom Callaway <spot@fedoraproject.org> - 5.1.2-11
|
||||||
- bootstrap off
|
- bootstrap off
|
||||||
|
|
||||||
|
@ -2965,6 +2965,7 @@ libavformat/libavformat.v
|
|||||||
libavformat/libgme.c
|
libavformat/libgme.c
|
||||||
libavformat/libmodplug.c
|
libavformat/libmodplug.c
|
||||||
libavformat/libopenmpt.c
|
libavformat/libopenmpt.c
|
||||||
|
libavformat/librist.c
|
||||||
libavformat/libsmbclient.c
|
libavformat/libsmbclient.c
|
||||||
libavformat/libsrt.c
|
libavformat/libsrt.c
|
||||||
libavformat/libssh.c
|
libavformat/libssh.c
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (ffmpeg-free-5.1.2.tar.xz) = 122572273e2b22867d7e7abeb560a8bccbd9803156a3cc96686f0c9a0ef1ef3f4dcc68a438fdbaed8a9697b4cdc43b9bf1ece89e1085aa1db86460816ed3ae3c
|
SHA512 (ffmpeg-free-5.1.2.tar.xz) = 8dfb1b8a7d60357abbb21b38526ece67efec38cb52c01ed03b540d350ac82576ce68de3294a4cc6f166c36defa3933e2f9d4652b290e167bf8b6f220921e1e50
|
||||||
SHA512 (ffmpeg-5.1.2.tar.xz.asc) = 6afc898e3898a7d34e21f0f0bd0553765a46257332c6ece6226e3e043b842275a8d885b9ccca34bc90a2f008ae5fa14515276d23f921a518a63a47f6504af115
|
SHA512 (ffmpeg-5.1.2.tar.xz.asc) = 6afc898e3898a7d34e21f0f0bd0553765a46257332c6ece6226e3e043b842275a8d885b9ccca34bc90a2f008ae5fa14515276d23f921a518a63a47f6504af115
|
||||||
SHA512 (ffmpeg-dlopen-headers.tar.xz) = 97e6986fc2bb9dfa4516135a76b04d27ceb52ff96f0af21a6169919aeefefb4d2e2e24a771959689cdbec385f5d71614ba661223c67c0e94089a6dd823a30099
|
SHA512 (ffmpeg-dlopen-headers.tar.xz) = 97e6986fc2bb9dfa4516135a76b04d27ceb52ff96f0af21a6169919aeefefb4d2e2e24a771959689cdbec385f5d71614ba661223c67c0e94089a6dd823a30099
|
||||||
SHA512 (ffmpeg.keyring) = 9b36506835db36f776b7ddb53ad6fa9e915e6ca2f9c7cfebe8eb45513e1036a985283590a840ca313a111bf35dc3731f68885aaafb1fb7011ec433cc119e5165
|
SHA512 (ffmpeg.keyring) = 9b36506835db36f776b7ddb53ad6fa9e915e6ca2f9c7cfebe8eb45513e1036a985283590a840ca313a111bf35dc3731f68885aaafb1fb7011ec433cc119e5165
|
||||||
|
Loading…
Reference in New Issue
Block a user