# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup muniversal 1.0 PortGroup compiler_blacklist_versions 1.0 name opus-tools version 0.1.9 categories audio license BSD platforms darwin maintainers jeremyhu openmaintainer description The Opus Audio Codec (IETF RFC 6716), refrence implementation tools long_description \ Opus is the first state-of-the-art, fully Free and Open audio codec \ ratified by a major standards organization. It is reportedly better than \ all pre-existing codecs across the spectrum for voice, audio, archival, \ and real-time uses. homepage http://www.opus-codec.org master_sites http://downloads.xiph.org/releases/opus depends_lib port:libopus port:libogg port:flac depends_build port:pkgconfig checksums sha1 03551ec3b206288e93a2f2bb18768a5a9e033206 \ rmd160 dad0b21c6cdea8212643d8ffd48a58feb3dabd60 \ sha256 b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a compiler.blacklist gcc-4.0 *gcc-4.2 {clang < 300} use_parallel_build yes livecheck.type regex livecheck.url ${master_sites} livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix}