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

gstlal, gstlal-ugly, gstlal-inspiral: tweak dependencies

parent af951c9d
No related branches found
No related tags found
No related merge requests found
%define gstreamername gstreamer_lscsoft
%define gstreamername gstreamer1
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
......@@ -14,8 +14,8 @@ Requires: glue-segments >= @MIN_GLUE_VERSION@
Requires: python-pylal >= @MIN_PYLAL_VERSION@
Requires: %{gstreamername} >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-base >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-good >= 0.10.27
Requires: gstreamer_lscsoft-python >= 0.10.21
Requires: %{gstreamername}-plugins-good >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-bad
Requires: h5py
Requires: numpy
Requires: scipy
......@@ -26,7 +26,7 @@ Requires: lalinspiral >= @MIN_LALINSPIRAL_VERSION@
Requires: lalinspiral-python >= @MIN_LALINSPIRAL_VERSION@
Requires: gsl
Requires: ligo-gracedb >= 1.11
Requires: python-gstreamer1
Requires: python-%{gstreamername}
BuildRequires: doxygen >= @MIN_DOXYGEN_VERSION@
BuildRequires: graphviz
BuildRequires: gstlal-devel >= @MIN_GSTLAL_VERSION@
......@@ -40,7 +40,7 @@ BuildRequires: lalinspiral-devel >= @MIN_LALINSPIRAL_VERSION@
BuildRequires: lalinspiral-python >= @MIN_LALINSPIRAL_VERSION@
BuildRequires: gsl-devel
Source: @PACKAGE_NAME@-%{version}.tar.gz
URL: https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html
URL: https://wiki.ligo.org/DASWG/GstLAL
Packager: Kipp Cannon <kipp.cannon@ligo.org>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
......
......@@ -11,10 +11,11 @@ Requires: python >= @MIN_PYTHON_VERSION@
Requires: glue >= @MIN_GLUE_VERSION@
Requires: glue-segments >= @MIN_GLUE_VERSION@
Requires: python-pylal >= @MIN_PYLAL_VERSION@
Requires: fftw >= 3 %{gstreamername} >= @MIN_GSTREAMER_VERSION@
Requires: fftw >= 3
Requires: %{gstreamername} >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-base >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-good >= 1.2.4
Requires: %{gstreamername}-python >= 0.10.21
Requires: %{gstreamername}-plugins-good >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-bad
Requires: numpy
Requires: scipy
Requires: lal >= @MIN_LAL_VERSION@
......@@ -27,7 +28,7 @@ Requires: gds-services >= @MIN_GDS_VERSION@
Requires: cyrus-sasl-lib
Requires: nds2-client >= @MIN_NDS_VERSION@
Requires: orc >= @MIN_ORC_VERSION@
Requires: python-gstreamer1
Requires: python-%{gstreamername}
BuildRequires: doxygen >= @MIN_DOXYGEN_VERSION@
BuildRequires: graphviz
BuildRequires: gstlal-devel >= @MIN_GSTLAL_VERSION@
......@@ -45,7 +46,7 @@ BuildRequires: nds2-client-devel >= @MIN_NDS_VERSION@
BuildRequires: nds2-client-headers >= @MIN_NDS_VERSION@
BuildRequires: orc >= @MIN_ORC_VERSION@
Source: @PACKAGE_NAME@-%{version}.tar.gz
URL: https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html
URL: https://wiki.ligo.org/DASWG/GstLAL
Packager: Kipp Cannon <kipp.cannon@ligo.org>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
......
......@@ -18,6 +18,7 @@ Build-Depends:
lalsimulation-dev (>= @MIN_LALSIMULATION_VERSION@),
libfftw3-dev (>= 3),
libgsl0-dev (>= 1.9),
libgstreamer1.0-0 (>= @MIN_GSTREAMER_VERSION@),
libgstreamer1.0-dev (>= @MIN_GSTREAMER_VERSION@),
libgstreamer-plugins-base1.0-dev (>= @MIN_GSTREAMER_VERSION@),
liborc-0.4-0 (>= 1:@MIN_ORC_VERSION@),
......
......@@ -13,8 +13,8 @@ Requires: python-pylal >= @MIN_PYLAL_VERSION@
Requires: fftw >= 3
Requires: %{gstreamername} >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-base >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-good >= 1.2.4
Requires: %{gstreamername}-python >= 0.10.21
Requires: %{gstreamername}-plugins-good >= @MIN_GSTREAMER_VERSION@
Requires: %{gstreamername}-plugins-bad
Requires: numpy
Requires: scipy
Requires: lal >= @MIN_LAL_VERSION@
......@@ -27,7 +27,7 @@ Requires: gsl
Requires: orc >= @MIN_ORC_VERSION@
Requires: dbus-python
Requires: avahi-ui-tools
Requires: python-gstreamer1
Requires: python-%{gstreamername}
BuildRequires: doxygen >= @MIN_DOXYGEN_VERSION@
BuildRequires: graphviz
BuildRequires: python-devel >= @MIN_PYTHON_VERSION@
......@@ -46,7 +46,7 @@ BuildRequires: gsl-devel
BuildRequires: orc >= @MIN_ORC_VERSION@
BuildRequires: pygobject3-devel
Source: @PACKAGE_NAME@-%{version}.tar.gz
URL: https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html
URL: https://wiki.ligo.org/DASWG/GstLAL
Packager: Kipp Cannon <kipp.cannon@ligo.org>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
......
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