1 | # -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | github.setup jiixyj libebur128 1.1.0 v |
---|
8 | categories audio |
---|
9 | platforms darwin |
---|
10 | license MIT |
---|
11 | maintainers gmail.com:audionuma openmaintainer |
---|
12 | description loudness measure according to EBU R128 |
---|
13 | long_description libebur128 is a library that implements the EBU R 128 standard \ |
---|
14 | for loudness normalisation. |
---|
15 | |
---|
16 | checksums rmd160 cb08401693d25a74d584cb8aaa85c1847634b200 \ |
---|
17 | sha256 1de69d2ee9a5a94c5333dafdacc9c0fed26a5b540bf8fbe9a2c7c7557658c182 |
---|
18 | default_variants +truepeak |
---|
19 | configure.args-append -DDISABLE_SPEEXDSP=ON |
---|
20 | |
---|
21 | variant truepeak description {Build library with true-peak support} { |
---|
22 | configure.args-delete -DDISABLE_SPEEXDSP=ON |
---|
23 | depends_lib path:lib/libspeex.dylib:speex |
---|
24 | } |
---|
25 | |
---|
26 | cmake.out_of_source yes |
---|