Skip to content
Snippets Groups Projects
Commit 43b7b663 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

add gstrtspserver dependencies

parent 5e9398c3
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment