# -*- 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 # $Id$ PortSystem 1.0 PortGroup waf 1.0 name aubio version 0.4.2 revision 1 license GPL-2 categories audio maintainers nomaintainer platforms darwin description audio labeling library long_description ${name} is a library for audio labeling. \ Its features include segmenting a sound file before each of its attacks, \ performing pitch detection, \ tapping the beat and producing MIDI streams from live audio. homepage http://aubio.org/ master_sites ${homepage}pub/ use_bzip2 yes checksums rmd160 9500b743ea326bfa4745a029d202c5272e3430af \ sha256 1cc58e0fed2b9468305b198ad06b889f228b797a082c2ede716dc30fcb4f8f1f depends_build port:pkgconfig \ port:txt2man depends_skip_archcheck txt2man depends_lib path:lib/libavcodec.dylib:ffmpeg \ port:fftw-3-single \ port:libsndfile \ port:libsamplerate patchfiles patch-wscript.diff configure.ldflags-delete \ -L${prefix}/lib configure.args-append --enable-fftw3f \ --disable-jack \ --notests configure.args-delete --nocache variant jack description {Enable jack support} { configure.args-delete --disable-jack depends_lib-append port:jack } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"