[97712] trunk/dports/audio

jeremyhu at macports.org jeremyhu at macports.org
Wed Sep 12 14:59:36 PDT 2012


Revision: 97712
          http://trac.macports.org//changeset/97712
Author:   jeremyhu at macports.org
Date:     2012-09-12 14:59:36 -0700 (Wed, 12 Sep 2012)
Log Message:
-----------
opus-tools: New port for encoding and decoding files using the opus codec.

Added Paths:
-----------
    trunk/dports/audio/opus-tools/
    trunk/dports/audio/opus-tools/Portfile

Added: trunk/dports/audio/opus-tools/Portfile
===================================================================
--- trunk/dports/audio/opus-tools/Portfile	                        (rev 0)
+++ trunk/dports/audio/opus-tools/Portfile	2012-09-12 21:59:36 UTC (rev 97712)
@@ -0,0 +1,35 @@
+# -*- 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            opus-tools
+version         0.1.5
+categories      audio
+license         BSD
+platforms       darwin
+maintainers     jeremyhu openmaintainer
+description     The Opus Audio Codec (IETF RFC 6716), refrence implementation tools
+
+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
+
+depends_lib     port:libopus port:libogg
+depends_build   port:pkgconfig
+
+checksums           sha1    8e952ca1f24cf847f4534c017a64b0823df9ecd0 \
+                    rmd160  17aa21bcf3f4bcd00709655044b73a6837b5eaa0 \
+                    sha256  76678d0eb7a9b3d793bd0243f9ced9ab0ecdab263f5232ed940c8f5795fb0405
+
+use_parallel_build  yes
+
+livecheck.type  regex
+livecheck.url   ${master_sites}
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)


Property changes on: trunk/dports/audio/opus-tools/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/5134827f/attachment.html>


More information about the macports-changes mailing list