[78582] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Thu May 12 18:45:38 PDT 2011


Revision: 78582
          http://trac.macports.org/changeset/78582
Author:   ryandesign at macports.org
Date:     2011-05-12 18:45:37 -0700 (Thu, 12 May 2011)
Log Message:
-----------
ssrc: new port, version 1.30; see #29428

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

Added: trunk/dports/audio/ssrc/Portfile
===================================================================
--- trunk/dports/audio/ssrc/Portfile	                        (rev 0)
+++ trunk/dports/audio/ssrc/Portfile	2011-05-13 01:45:37 UTC (rev 78582)
@@ -0,0 +1,57 @@
+# -*- 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
+
+name                ssrc
+version             1.30
+categories          audio
+platforms           darwin
+maintainers         nomaintainer
+license             LGPL-2.1
+
+description         A fast and high quality sampling rate converter SSRC
+
+long_description    SSRC converts sampling rate of PCM wav file. Also, this program has \
+                    a function to apply dither to its output and extend perceived dynamic range. \
+                    Sampling rates of 44.1kHz and 48kHz are populary used, but ratio of these \
+                    two frequency is 147:160, and it's not a small numbers. Therefore, sampling \
+                    rate conversion without degradation of sound quality requires filter with very \
+                    large order, and it's difficult to achive both quality and speed. This program \
+                    achived relatively fast and high quality with two different kinds of filters \
+                    combined skillfully.
+
+homepage            http://shibatch.sourceforge.net/
+master_sites        ${homepage}download
+
+extract.suffix      .tgz
+
+checksums           sha1    0bd83caf06b34a9aae6c0e576aadcb20e62e82e0 \
+                    rmd160  ffc0e0e8d7edfd8e3761e8a7523ede9bb496b3ca
+
+use_configure       no
+
+variant universal {}
+if {[variant_isset universal]} {
+    set archflags ${configure.universal_cflags}
+} else {
+    set archflags ${configure.cc_archflags}
+}
+
+build.args          CC=${configure.cc} CFLAGS="${configure.cflags} ${archflags}"
+
+destroot {
+    xinstall -m 755 -W ${worksrcpath} \
+        ssrc \
+        ssrc_hp \
+        ${destroot}${prefix}/bin
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        LGPL.txt \
+        history.txt \
+        ssrc.txt \
+        ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)\\.


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


More information about the macports-changes mailing list