[121305] trunk/dports/audio

devans at macports.org devans at macports.org
Sun Jun 22 20:21:44 PDT 2014


Revision: 121305
          https://trac.macports.org/changeset/121305
Author:   devans at macports.org
Date:     2014-06-22 20:21:44 -0700 (Sun, 22 Jun 2014)
Log Message:
-----------
opusfile: new port, a library for decoding .opus files.

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

Added: trunk/dports/audio/opusfile/Portfile
===================================================================
--- trunk/dports/audio/opusfile/Portfile	                        (rev 0)
+++ trunk/dports/audio/opusfile/Portfile	2014-06-23 03:21:44 UTC (rev 121305)
@@ -0,0 +1,30 @@
+# -*- 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
+
+name                opusfile
+version             0.6
+categories          audio
+license             BSD
+platforms           darwin
+maintainers         devans openmaintainer
+description         A library for decoding .opus files, including seeking support.
+
+long_description    ${description}
+
+homepage            http://www.opus-codec.org
+master_sites        http://downloads.xiph.org/releases/opus
+
+checksums           rmd160  a5d036100ecb561ad00b43f276585f3b6440f950 \
+                    sha256  2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6
+
+depends_build       port:pkgconfig
+
+depends_lib         port:openssl \
+                    port:libogg \
+                    port:libopus
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


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


More information about the macports-changes mailing list