Ticket #53520: Portfile

File Portfile, 813 bytes (added by audionuma, 7 years ago)

libebur128 v1.2.2 Portfile

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