From 43b7b663edcaae949ec7d747c7c48ea1565596ac Mon Sep 17 00:00:00 2001
From: Kipp Cannon <kipp.cannon@ligo.org>
Date: Wed, 9 Jan 2019 17:34:29 +0900
Subject: [PATCH] add gstrtspserver dependencies

---
 gstlal/debian/control.in | 2 ++
 gstlal/gstlal.spec.in    | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/gstlal/debian/control.in b/gstlal/debian/control.in
index 6c34f41dcb..a7b3234106 100644
--- a/gstlal/debian/control.in
+++ b/gstlal/debian/control.in
@@ -23,6 +23,7 @@ Build-Depends:
  libgsl-dev (>= 1.9),
  libgstreamer1.0-dev (>= @MIN_GSTREAMER_VERSION@),
  libgstreamer-plugins-base1.0-dev (>= @MIN_GSTREAMER_VERSION@),
+ libgstrtspserver-1.0-dev (>= @MIN_GSTREAMER_VERSION@),
  liborc-0.4-dev (>= 1:@MIN_ORC_VERSION@),
  pkg-config,
  python-all-dev (>= @MIN_PYTHON_VERSION@),
@@ -54,6 +55,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  libgirepository-1.0-1 (>= @MIN_GOBJECT_INTROSPECTION_VERSION@),
  libgstreamer1.0-0 (>= @MIN_GSTREAMER_VERSION@),
  libgstreamer-plugins-base1.0-0 (>= @MIN_GSTREAMER_VERSION@),
+ libgstrtspserver-1.0-0 (>= @MIN_GSTREAMER_VERSION@),
  liborc-0.4-0 (>= 1:@MIN_ORC_VERSION@),
  python (>= @MIN_PYTHON_VERSION@),
  python-avahi,
diff --git a/gstlal/gstlal.spec.in b/gstlal/gstlal.spec.in
index 9d29cf2419..288c6fe2cf 100644
--- a/gstlal/gstlal.spec.in
+++ b/gstlal/gstlal.spec.in
@@ -22,6 +22,8 @@ Requires: %{gstreamername}-plugins-good >= @MIN_GSTREAMER_VERSION@
 # FIXME:  add this when it becomes available, and figure out what its name
 # is on .rpm based systems
 #Requires: %{gstreamername}-python3-plugin-loader
+# FIXME:  add this when it becomes available
+#Requires: %{gstreamername}-rtsp-server >= @MIN_GSTREAMER_VERSION@
 Requires: lal >= @MIN_LAL_VERSION@
 Requires: lal-python >= @MIN_LAL_VERSION@
 Requires: lalburst >= @MIN_LALBURST_VERSION@
@@ -42,6 +44,8 @@ BuildRequires: gsl-devel
 BuildRequires: gtk-doc >= @MIN_GTK_DOC_VERSION@
 BuildRequires: %{gstreamername}-devel >= @MIN_GSTREAMER_VERSION@
 BuildRequires: %{gstreamername}-plugins-base-devel >= @MIN_GSTREAMER_VERSION@
+# FIXME:  add this when it becomes available
+#BuildRequires: %{gstreamername}-rtsp-server-devel >= @MIN_GSTREAMER_VERSION@
 BuildRequires: lal-devel >= @MIN_LAL_VERSION@
 BuildRequires: lal-python >= @MIN_LAL_VERSION@
 BuildRequires: lalburst-devel >= @MIN_LALBURST_VERSION@
-- 
GitLab