[146122] trunk/dports/audio

mojca at macports.org mojca at macports.org
Mon Feb 29 00:21:01 PST 2016


Revision: 146122
          https://trac.macports.org/changeset/146122
Author:   mojca at macports.org
Date:     2016-02-29 00:21:01 -0800 (Mon, 29 Feb 2016)
Log Message:
-----------
libebur128: new port (maintainer, closes #50732)

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

Added: trunk/dports/audio/libebur128/Portfile
===================================================================
--- trunk/dports/audio/libebur128/Portfile	                        (rev 0)
+++ trunk/dports/audio/libebur128/Portfile	2016-02-29 08:21:01 UTC (rev 146122)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           cmake 1.0
+PortGroup           github 1.0
+
+github.setup        jiixyj libebur128 1.1.0 v
+categories          audio
+platforms           darwin
+license             MIT
+maintainers         gmail.com:audionuma openmaintainer
+
+description         loudness measure according to EBU R128
+long_description    libebur128 is a library that implements the EBU R 128 standard \
+                    for loudness normalisation.
+
+checksums           rmd160  cb08401693d25a74d584cb8aaa85c1847634b200 \
+                    sha256  1de69d2ee9a5a94c5333dafdacc9c0fed26a5b540bf8fbe9a2c7c7557658c182
+
+configure.args-append \
+                    -DDISABLE_SPEEXDSP=ON
+
+variant truepeak description {Build library with true-peak support} {
+    configure.args-replace  -DDISABLE_SPEEXDSP=ON -DDISABLE_SPEEXDSP=OFF
+    depends_lib             path:lib/libspeex.dylib:speex
+}
+
+default_variants    +truepeak
+
+cmake.out_of_source yes


Property changes on: trunk/dports/audio/libebur128/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/20160229/d1162d8b/attachment-0001.html>


More information about the macports-changes mailing list