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)

Reply via email to