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 support for the RIST protocol through librist
Date: Tue, 14 Jul 2026 21:59:49 GMT [thread overview]
Message-ID: <178406638973.1.13705618415047881869.rpms-ffmpeg-be0b562a327a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ffmpeg
Branch : epel9-next
Commit : be0b562a327ab49d729a1ebd21bc8d310b44c723
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2023-02-15T23:12:32-05:00
Stats : +8/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ffmpeg/c/be0b562a327ab49d729a1ebd21bc8d310b44c723?branch=epel9-next
Log:
Enable support for the RIST protocol through librist
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 9596407..f2024e1 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -102,7 +102,7 @@ Name: ffmpeg
%global pkg_name %{name}%{?pkg_suffix}
Version: 5.1.2
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: A complete solution to record, convert and stream audio and video
License: GPLv3+
URL: https://ffmpeg.org/
@@ -205,6 +205,7 @@ BuildRequires: pkgconfig(libplacebo) >= 4.192.0
%endif
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(librabbitmq)
+BuildRequires: pkgconfig(librist)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libssh)
BuildRequires: pkgconfig(libv4l2)
@@ -641,6 +642,7 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
--enable-libpulse \
--enable-librabbitmq \
--enable-librav1e \
+ --enable-librist \
--enable-librsvg \
--enable-librubberband \
--enable-libsnappy \
@@ -868,6 +870,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
%{_mandir}/man3/libswscale.3*
%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
- bootstrap off
diff --git a/ffmpeg_free_sources b/ffmpeg_free_sources
index c553ce4..c834f1c 100644
--- a/ffmpeg_free_sources
+++ b/ffmpeg_free_sources
@@ -2965,6 +2965,7 @@ libavformat/libavformat.v
libavformat/libgme.c
libavformat/libmodplug.c
libavformat/libopenmpt.c
+libavformat/librist.c
libavformat/libsmbclient.c
libavformat/libsrt.c
libavformat/libssh.c
diff --git a/sources b/sources
index 584081c..bea1472 100644
--- a/sources
+++ b/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-dlopen-headers.tar.xz) = 97e6986fc2bb9dfa4516135a76b04d27ceb52ff96f0af21a6169919aeefefb4d2e2e24a771959689cdbec385f5d71614ba661223c67c0e94089a6dd823a30099
SHA512 (ffmpeg.keyring) = 9b36506835db36f776b7ddb53ad6fa9e915e6ca2f9c7cfebe8eb45513e1036a985283590a840ca313a111bf35dc3731f68885aaafb1fb7011ec433cc119e5165
reply other threads:[~2026-07-14 21:59 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=178406638973.1.13705618415047881869.rpms-ffmpeg-be0b562a327a@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