Ticket #49599: Portfile

File Portfile, 1.5 KB (added by casr+macports@…, 8 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                soxr
8version             0.1.2
9revision            0
10categories          audio multimedia
11platforms           darwin
12license             LGPL-2+
13
14master_sites        sourceforge:soxr
15distname            ${name}-${version}-Source
16use_xz              yes
17
18maintainers         darkcog.com:casr+macports
19description         One-dimensional sample-rate conversion library
20long_description    The SoX Resampler library `libsoxr' performs \
21                    one-dimensional sample-rate conversionit may be used, \
22                    for example, to resample PCM-encoded audio.\
23                    \n\nIt aims to give fast and high quality results for any \
24                    constant (rational or irrational) resampling ratio. \
25                    Phase-response, preserved bandwidth, aliasing, and \
26                    rejection level parameters are all configurable\; \
27                    alternatively, simple `preset' configurations may be \
28                    selected. An experimental, variable-rate resampling mode \
29                    of operation is also included.
30homepage            http://sourceforge.net/projects/soxr/
31checksums           rmd160 b4932145ea2b7ac8747ab43416ecf94b43773a92 \
32                    sha256 54e6f434f1c491388cd92f0e3c47f1ade082cc24327bdc43762f7d1eefe0c275
33
34configure.args      -DBUILD_TESTS=no