[142658] trunk/dports/audio

devans at macports.org devans at macports.org
Sat Dec 12 06:41:21 PST 2015


Revision: 142658
          https://trac.macports.org/changeset/142658
Author:   devans at macports.org
Date:     2015-11-18 16:22:50 -0800 (Wed, 18 Nov 2015)
Log Message:
-----------
soxr: new maintainer submission, the SoX resampler library (#49599).

Added Paths:
-----------
    trunk/dports/audio/soxr/
    trunk/dports/audio/soxr/Portfile

Added: trunk/dports/audio/soxr/Portfile
===================================================================
--- trunk/dports/audio/soxr/Portfile	                        (rev 0)
+++ trunk/dports/audio/soxr/Portfile	2015-11-19 00:22:50 UTC (rev 142658)
@@ -0,0 +1,36 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           cmake 1.0
+
+name                soxr
+version             0.1.2
+categories          audio multimedia
+platforms           darwin
+license             LGPL-2+
+
+master_sites        sourceforge:soxr
+distname            ${name}-${version}-Source
+use_xz              yes
+
+maintainers         darkcog.com:casr+macports openmaintainer
+description         One-dimensional sample-rate conversion library
+long_description    The SoX Resampler library `libsoxr' performs \
+                    one-dimensional sample-rate conversion—it may be used, \
+                    for example, to resample PCM-encoded audio.\
+                    \n\nIt aims to give fast and high quality results for any \
+                    constant (rational or irrational) resampling ratio. \
+                    Phase-response, preserved bandwidth, aliasing, and \
+                    rejection level parameters are all configurable\; \
+                    alternatively, simple `preset' configurations may be \
+                    selected. An experimental, variable-rate resampling mode \
+                    of operation is also included.
+homepage            http://sourceforge.net/projects/soxr/
+
+checksums           rmd160 b4932145ea2b7ac8747ab43416ecf94b43773a92 \
+                    sha256 54e6f434f1c491388cd92f0e3c47f1ade082cc24327bdc43762f7d1eefe0c275
+
+configure.args      -DBUILD_TESTS=no
+
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)-Source"


Property changes on: trunk/dports/audio/soxr/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/de7bbb1c/attachment.html>


More information about the macports-changes mailing list