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

codeberg.setup      soundtouch soundtouch 2.4.1
categories          audio multimedia
license             LGPL-2.1+
platforms           darwin freebsd
maintainers         nomaintainer

description         Audio processing application and library for changing \
                    the Tempo, Pitch and Playback Rates of audio streams or \
                    files.

long_description    SoundTouch is an open-source audio processing library \
                    for changing the Tempo, Pitch and Playback Rates of \
                    audio streams or files. It includes the SoundStretch \
                    command line tool, which allows you to change the tempo, \
                    pitch and speed of WAV files.

checksums           rmd160  ad9483810b27064fdb5fdfef59631e7418ff15ae \
                    sha256  e07abf20ce8f95850c280132e1f61ad400fc1f4011b7fac698a503de6aab6733 \
                    size    607365

compiler.cxx_standard 2014

use_autoreconf      yes
autoreconf.args     -fvi

configure.args      --disable-silent-rules \
                    --disable-static \
                    --enable-shared

# make_unique
configure.cxxflags-append \
                    -std=c++14

destroot.args-append \
                    pkgdocdir=${prefix}/share/doc/${name}
