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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name soxr |
---|
8 | version 0.1.2 |
---|
9 | revision 0 |
---|
10 | categories audio multimedia |
---|
11 | platforms darwin |
---|
12 | license LGPL-2+ |
---|
13 | |
---|
14 | master_sites sourceforge:soxr |
---|
15 | distname ${name}-${version}-Source |
---|
16 | use_xz yes |
---|
17 | |
---|
18 | maintainers darkcog.com:casr+macports |
---|
19 | description One-dimensional sample-rate conversion library |
---|
20 | long_description The SoX Resampler library `libsoxr' performs \ |
---|
21 | one-dimensional sample-rate conversion—it 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. |
---|
30 | homepage http://sourceforge.net/projects/soxr/ |
---|
31 | checksums rmd160 b4932145ea2b7ac8747ab43416ecf94b43773a92 \ |
---|
32 | sha256 54e6f434f1c491388cd92f0e3c47f1ade082cc24327bdc43762f7d1eefe0c275 |
---|
33 | |
---|
34 | configure.args -DBUILD_TESTS=no |
---|