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 cmake 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup jiixyj libebur128 1.2.2 v |
---|
9 | revision 0 |
---|
10 | categories audio |
---|
11 | platforms darwin |
---|
12 | license MIT |
---|
13 | maintainers gmail.com:audionuma openmaintainer |
---|
14 | |
---|
15 | description loudness measure according to EBU R128 |
---|
16 | long_description libebur128 is a library that implements the EBU R 128 standard \ |
---|
17 | for loudness normalisation and true-peak measure. |
---|
18 | |
---|
19 | checksums rmd160 190248b65d5b37f78f9d539a1dea7130055af5c9 \ |
---|
20 | sha256 94a5f663d4b2e6f62519f0a195ceaf9cdd1d7db2e65d4679226fff1461922fe2 |
---|
21 | |
---|
22 | cmake.out_of_source yes |
---|