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

github.setup        knik0 faac 1.40 faac-
github.tarball_from archive
revision            0

categories          audio
license             Restrictive
maintainers         nomaintainer
description         ISO AAC audio encoder
long_description    FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 \
                    LTP, MAIN and LOW COMPLEXITY object types and MAIN and LOW \
                    MPEG-2 object types. It also supports multichannel and \
                    gapless encoding.

checksums           rmd160  23d7d5fdd1b5e332c35e0694d07a32bfde17ef22 \
                    sha256  3ef4cc1fa6a750003602adc6eea892ca3815becd9145797b787f0999e8b2b89c \
                    size    111203

# error: use of undeclared identifier 'bit_SSE2'
compiler.blacklist-append   {clang < 500}
# error: cpuid.h: No such file or directory
compiler.blacklist-append   *gcc-4.0 *gcc-4.2
