[60359] trunk/dports/audio

rmsfisher at macports.org rmsfisher at macports.org
Mon Nov 9 19:30:27 PST 2009


Revision: 60359
          http://trac.macports.org/changeset/60359
Author:   rmsfisher at macports.org
Date:     2009-11-09 19:30:26 -0800 (Mon, 09 Nov 2009)
Log Message:
-----------
audio/amrnb new port

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

Added: trunk/dports/audio/amrnb/Portfile
===================================================================
--- trunk/dports/audio/amrnb/Portfile	                        (rev 0)
+++ trunk/dports/audio/amrnb/Portfile	2009-11-10 03:30:26 UTC (rev 60359)
@@ -0,0 +1,25 @@
+# -*- 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: Portfile 60357 2009-11-10 02:12:51Z rmsfisher at macports.org $
+
+PortSystem 1.0
+
+name                amrnb
+version             7.0.0.2
+categories          audio
+maintainers         rmsfisher openmaintainer
+description         Adaptive Multi-Rate (Narrow Band) Library
+long_description    amrnb provides the same functions as the reference \
+                    implementation of the 3GPP Adaptive Multi-Rate \
+                    Floating-point (AMR) Speech Codec (3GPP TS 26.104 V 7.0.0) \
+                    in a shared library.
+homepage            http://www.penguin.cz/~utx/amr
+platforms           darwin
+master_sites        http://ftp.penguin.cz/pub/users/utx/amr
+use_bzip2           yes
+checksums           md5     ab3476a0a058c8f2bf026d484fc8a597 \
+                    sha1    e431206b64caca8ed47d876d602ef97f36ca2f20 \
+                    rmd160  c69c6cfc69a554500520ab578bd08af2f43af61e
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091109/c600bd7c/attachment.html>


More information about the macports-changes mailing list