[60358] trunk/dports/audio

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


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

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

Added: trunk/dports/audio/amrwb/Portfile
===================================================================
--- trunk/dports/audio/amrwb/Portfile	                        (rev 0)
+++ trunk/dports/audio/amrwb/Portfile	2009-11-10 03:30:05 UTC (rev 60358)
@@ -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                amrwb
+version             7.0.0.3
+categories          audio
+maintainers         rmsfisher openmaintainer
+description         Adaptive Multi-Rate (Wide Band) Library
+long_description    amrwb provides the same functions as the reference \
+                    implementation of the 3GPP AMR Adaptive Multi-Rate - \
+                    Wideband (AMR-WB) Speech Codec (3GPP TS 26.204 V7.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     5ffbc49146b0bb09b5d7f0ec68de1fe7 \
+                    sha1    1b41195213ac792658c2e1d867ce92a5b33df8da \
+                    rmd160  1cb42964cfd9a3b788af5c31ef9ab94b82f7356c
+
+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/339a61ec/attachment.html>


More information about the macports-changes mailing list