Your message dated Thu, 10 Sep 2020 02:22:43 +0100 with message-id <[email protected]> and subject line re: gst-plugins-bad1.0: depend on cruft package libsrt-dev has caused the Debian Bug report #962725, regarding gst-plugins-bad1.0: depend on cruft package libsrt-dev to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 962725: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962725 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: gst-plugins-bad1.0 Version: 1.16.2-2.1 Severity: serious tags: patch Hello, I choose the gnutls flavour, matching what ffmpeg did (libsrt was mentioned twice, I removed one of the two) this is the patch: diff --git a/debian/build-deps b/debian/build-deps index 01a6f775..f3d4f4d0 100644 --- a/debian/build-deps +++ b/debian/build-deps @@ -65,7 +65,7 @@ librtmp-dev libsndfile1-dev (>= 1.0.16) libsoundtouch-dev (>= 1.5.0) libspandsp-dev -libsrt-dev +libsrt-gnutls-dev libsrtp2-dev (>= 2.1) libssl-dev libtool (>= 2.2.6) diff --git a/debian/build-deps.in b/debian/build-deps.in index bca081f3..41fe2883 100644 --- a/debian/build-deps.in +++ b/debian/build-deps.in @@ -81,6 +81,6 @@ liblcms2-dev (>= 2.7) libopenmpt-dev libnice-dev (>= 0.1.14) libpango1.0-dev (>= 1.22) -libsrt-dev +libsrt-gnutls-dev libaom-dev libusrsctp-dev diff --git a/debian/control b/debian/control index 7c8b9160..1163c0d8 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,6 @@ Build-Depends: libasound2-dev (>= 0.9.1) [linux-any], libdrm-dev (>= 2.4.55) [linux-any], wayland-protocols (>= 1.4) [linux-any], libvulkan-dev [linux-any], - libsrt-dev [linux-any], libgstreamer1.0-dev (>= 1.16.1), autoconf (>= 2.69), automake (>= 1.14), @@ -83,7 +82,7 @@ Build-Depends: libasound2-dev (>= 0.9.1) [linux-any], libsndfile1-dev (>= 1.0.16), libsoundtouch-dev (>= 1.5.0), libspandsp-dev, - libsrt-dev, + libsrt-gnutls-dev, libsrtp2-dev (>= 2.1), libssl-dev, libtool (>= 2.2.6), diff --git a/debian/rules b/debian/rules index dca960d8..2751a2e3 100755 --- a/debian/rules +++ b/debian/rules @@ -74,7 +74,6 @@ gst_extra_build_depends += , libwayland-dev (>= 1.11.0) [linux-any] gst_extra_build_depends += , libdrm-dev (>= 2.4.55) [linux-any] gst_extra_build_depends += , wayland-protocols (>= 1.4) [linux-any] gst_extra_build_depends += , libvulkan-dev [linux-any] -gst_extra_build_depends += , libsrt-dev [linux-any] PLUGINS += plugins-bad opencv ifeq ($(DEB_HOST_ARCH_OS),linux)
--- End Message ---
--- Begin Message ---Version: 1.18.0-2 This seems to be fixed in the version currently in unstable (though the changelog doesn't seem to mention exactly when)
--- End Message ---

