[97710] trunk/dports/audio

jeremyhu at macports.org jeremyhu at macports.org
Wed Sep 12 14:10:57 PDT 2012


Revision: 97710
          http://trac.macports.org//changeset/97710
Author:   jeremyhu at macports.org
Date:     2012-09-12 14:10:56 -0700 (Wed, 12 Sep 2012)
Log Message:
-----------
libopus: New port for IETF RFC 6716 (the Opus codec).

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

Added: trunk/dports/audio/libopus/Portfile
===================================================================
--- trunk/dports/audio/libopus/Portfile	                        (rev 0)
+++ trunk/dports/audio/libopus/Portfile	2012-09-12 21:10:56 UTC (rev 97710)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+PortGroup       muniversal 1.0
+
+name            libopus
+version         1.0.1
+categories      audio
+license         BSD
+platforms       darwin
+maintainers     jeremyhu openmaintainer
+description     The Opus Audio Codec (IETF RFC 6716), refrence implementation
+
+long_description \
+    Opus is the first state-of-the-art, fully Free and Open audio codec \
+    ratified by a major standards organization.  It is reportedly better than \
+    all pre-existing codecs across the spectrum for voice, audio, archival, \
+    and real-time uses.
+
+homepage        http://www.opus-codec.org
+master_sites    http://downloads.xiph.org/releases/opus
+
+distname        opus-${version}
+
+depends_build   port:pkgconfig
+
+checksums           sha1    4d6358232606fbce80d9e63ed0d9b3b49fafb711 \
+                    rmd160  fe8d2128fe136a28e094e77bd0332c88b0b66dd9 \
+                    sha256  80fa5c3caf2ac0fd68f8a22cce1564fc46b368c773a17554887d0066fe1841ef
+
+use_parallel_build  yes
+
+# Doc disabled due to non-portable use of install in the build system
+configure.args \
+    --disable-doc
+
+livecheck.type  regex
+livecheck.url   http://www.opus-codec.org/downloads/
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)


Property changes on: trunk/dports/audio/libopus/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/20120912/ac2d4df6/attachment.html>


More information about the macports-changes mailing list