Source: ffmpeg Version: 7:4.4.1-3 Severity: wishlist Tags: patch Dear maintainers,
now that <https://tracker.debian.org/pkg/librist> is available (thanks to really quick NEW processing) please enable librist in ffmpeg as per the attached patch. For reference, quoting from the package description | Reliable Internet Stream Transport (RIST) is a transport protocol | designed for reliable transmission of video over lossy networks | (including the Internet) with low latency and high quality. | . | RIST is intended as a more reliable successor to Secure Reliable | Transport (SRT), and as an open alternative to proprietary commercial | options such as Zixi, VideoFlow, QVidium, and DVEO (Dozer). And for further elaborating my motivation please see the ITP at <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007198>. I just confirmed that with the attached patch ffmpeg still builds fine, resulting in the same debdiff as presented in that ITP. Cheers, Flo
diff -Nru ffmpeg-4.4.1/debian/control ffmpeg-4.4.1/debian/control
--- ffmpeg-4.4.1/debian/control 2022-01-15 16:31:36.000000000 +0100
+++ ffmpeg-4.4.1/debian/control 2022-03-19 09:49:07.000000000 +0100
@@ -109,6 +109,8 @@
libpulse-dev,
# --enable-librabbitmq
librabbitmq-dev,
+# --enable-librist
+ librist-dev,
# --enable-librubberband
librubberband-dev,
# --enable-librsvg
diff -Nru ffmpeg-4.4.1/debian/rules ffmpeg-4.4.1/debian/rules
--- ffmpeg-4.4.1/debian/rules 2021-11-21 18:30:36.000000000 +0100
+++ ffmpeg-4.4.1/debian/rules 2022-03-19 09:49:07.000000000 +0100
@@ -52,6 +52,7 @@
--enable-libopus \
--enable-libpulse \
--enable-librabbitmq \
+ --enable-librist \
--enable-librubberband \
--enable-libshine \
--enable-libsnappy \
signature.asc
Description: PGP signature

