# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
description GStreamer elements for gravitational-wave data analysis
This package provides a variety of GStreamer elements for \
gravitational-wave data analysis and some libraries to help write \
such elements. The code here sits on top of several other libraries, \
notably the LIGO Algorithm Library, FFTW, the GNU Scientific Library, \
and, of course, GStreamer
homepage https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html
master_sites http://software.ligo.org/lscsoft/source/
checksums rmd160 c7e79881fb91f02084e3631d592795175e0729bd \
sha256 85922c0be298607a182f18a8aa1f9680423184f8019ea01c775dc139d91764c7
#depends_build port:pkgconfig
#depends_lib port:python27 \
# port:gstreamer010-gst-plugins-base \
# port:gstreamer010-gst-plugins-good \
ui_error "${name} is currently broken, working with upstream to resolve"
error "${name} is currently broken"
set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7
configure.pkg_config_path ${python_prefix}/lib/pkgconfig
configure.python ${prefix}/bin/python2.7
set pythondir "${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages"
pythondir="${pythondir}" \
pyexecdir="${pythondir}" \
pkgpythondir="${pythondir}/${name}" \
pkgpyexecdir="${pythondir}/${name}"
#livecheck.url ${master_sites}
#livecheck.regex {gstlal-(\d+(?:\.\d+)*).tar.gz}