# -*- 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

PortSystem          1.0
PortGroup           cmake 1.0
PortGroup           github 1.0
PortGroup           boost 1.0

github.setup        stendardo shenidam 1.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            3
categories          multimedia
maintainers         {ryandesign @ryandesign} openmaintainer
license             {GPL-3 GPL-2}

description         Lightweight audio mapping software for AV footage
long_description \
    Shenidam is a free and open source software (GNU GPL-licensed) system\
    for mapping and locating the audio of a track within a base file.

homepage            http://www.shenidam.org/

checksums           rmd160  f871a88be964efb7f5684a38f3be52b270d3ffb3 \
                    sha256  591a461d5145b4442bf45cae4068dc40dc19803ddfe08f4a0756c6f45d749e53

depends_lib         port:fftw-3-single \
                    port:libsamplerate \
                    port:libsndfile \
                    port:python27 \
                    port:py27-pyqt4

depends_run         path:lib/libavcodec.dylib:ffmpeg

patchfiles          patch-CMakeLists.txt.diff

cmake.out_of_source yes

compiler.cxx_standard 2011

configure.args      -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/python2.7
