# -*- 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.3.3
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  0d891b75e0321fb1ed78b0b2fdc67be4b238c437 \
                    sha256  43b23dfac2f64a3aff55d64be096ffc7b73842c3f5665caff44975633a975a99 \
                    size    606780

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}
