# -*- 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           github 1.0
PortGroup           makefile 1.0

# Use commit for now due to several fixes from upstream, see:
# https://github.com/enzo1982/BoCA/issues/12
# https://github.com/enzo1982/BoCA/pull/13
github.setup        enzo1982 BoCA 4ea79d518b508d43e16a0b86a313e99342efcc71
version             1.0.7
revision            0
checksums           rmd160  c54406a93d4069536af90b1a15d012ffd2bd4331 \
                    sha256  659bbc6e3d8c9807ae59a1ca61ef02c222606aea71f11eba4a2641680b254e00 \
                    size    233601863

categories          audio
license             GPL-2
maintainers         nomaintainer
description         The component framework behind the fre:ac audio converter.
long_description    ${name} provides unified interfaces for components like \
                    encoders, decoders, taggers and extensions as well as code \
                    to support communication between the application \
                    and its components.

homepage            https://www.freac.org

# Revert with the next release.
# github.tarball_from releases

depends_lib         port:expat \
                    port:libcdio \
                    port:libcdio-paranoia \
                    port:smooth \
                    port:uriparser

patchfiles          patch-set-install-path-runtime.diff \
                    patch-set-install-path-components.diff

makefile.prefix_name        prefix
compiler.blacklist-append   {clang < 600.0.57}

github.livecheck.regex {([0-9.]+)}
