# $Id$ PortSystem 1.0 name gstlal version 0.6.1 revision 1 categories science platforms darwin maintainers ram license GPL description GStreamer elements for gravitational-wave data analysis long_description \ 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://www.lsc-group.phys.uwm.edu/daswg/download/software/source/ checksums rmd160 5600351ba7503ea56ccf88b075bd80b75c8fa657 \ sha256 dd69001b7b6c331438586933e2b7218b99fb17de8a4a79bb48df28ea715d1984 depends_build port:pkgconfig depends_lib port:python27 \ port:glue \ port:pylal \ port:fftw-3 \ port:fftw-3-single \ port:gstreamer010 \ port:gstreamer010-gst-plugins-base \ port:gstreamer010-gst-plugins-good \ port:py27-gst-python \ port:py27-gobject \ port:py27-numpy \ port:py27-scipy \ port:lal \ port:lalmetaio \ port:lalsimulation \ port:lalburst \ port:lalinspiral \ port:gsl \ port:orc set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 configure.pkg_config_path ${python_prefix}/lib/pkgconfig configure.python ${prefix}/bin/python2.7 # hack around #39223 configure.args-append PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error -F${frameworks_dir} -framework Python" use_parallel_build yes set pythondir "${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages" destroot.args-append \ pythondir="${pythondir}" \ pyexecdir="${pythondir}" \ pkgpythondir="${pythondir}/${name}" \ pkgpyexecdir="${pythondir}/${name}" livecheck.type regex livecheck.url ${master_sites} livecheck.regex {gstlal-(\d+(?:\.\d+)*).tar.gz}