Ticket #50732: Portfile.2

File Portfile.2, 999 bytes (added by audionuma, 8 years ago)

edited portfile for path: style dependencies

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