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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup cmake 1.0 |
---|
7 | |
---|
8 | github.setup jiixyj libebur128 1.1.0 v |
---|
9 | categories audio |
---|
10 | platforms darwin |
---|
11 | license MIT |
---|
12 | maintainers gmail.com:audionuma openmaintainer |
---|
13 | description loudness measure according to EBU R128 |
---|
14 | long_description libebur128 is a library that implements the EBU R 128 standard \ |
---|
15 | for loudness normalisation. |
---|
16 | |
---|
17 | checksums rmd160 cb08401693d25a74d584cb8aaa85c1847634b200 \ |
---|
18 | sha256 1de69d2ee9a5a94c5333dafdacc9c0fed26a5b540bf8fbe9a2c7c7557658c182 |
---|
19 | default_variants +truepeak |
---|
20 | configure.args-append -DDISABLE_SPEEXDSP=ON |
---|
21 | |
---|
22 | variant truepeak description {Build library with true-peak support} { |
---|
23 | configure.args-delete -DDISABLE_SPEEXDSP=ON |
---|
24 | depends_lib lib:libspeexdsp:speex |
---|
25 | } |
---|
26 | |
---|
27 | cmake.out_of_source yes |
---|
28 | |
---|