Your message dated Sun, 19 Jul 2020 02:16:04 +0100
with message-id <eaac0744-67b0-60ef-f8f4-d66f090de...@p10link.net>
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 ow...@bugs.debian.org
immediately.)


-- 
962725: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962725
Debian Bug Tracking System
Contact ow...@bugs.debian.org 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.16.2-2.2

This was fixed by Sebastian's NMU

--- End Message ---

Reply via email to