[117090] users/devans/dports/audio

devans at macports.org devans at macports.org
Sun Feb 16 00:57:23 PST 2014


Revision: 117090
          https://trac.macports.org/changeset/117090
Author:   devans at macports.org
Date:     2014-02-16 00:57:22 -0800 (Sun, 16 Feb 2014)
Log Message:
-----------
users/devans/dports: update aubio to version 0.4.0 for testing.

Added Paths:
-----------
    users/devans/dports/audio/aubio/
    users/devans/dports/audio/aubio/Portfile
    users/devans/dports/audio/aubio/files/
    users/devans/dports/audio/aubio/files/patch-wscript.diff

Added: users/devans/dports/audio/aubio/Portfile
===================================================================
--- users/devans/dports/audio/aubio/Portfile	                        (rev 0)
+++ users/devans/dports/audio/aubio/Portfile	2014-02-16 08:57:22 UTC (rev 117090)
@@ -0,0 +1,52 @@
+# -*- 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$
+
+PortSystem              1.0
+PortGroup               waf 1.0
+
+name                    aubio
+version                 0.4.0
+license                 GPL-2
+categories              audio
+maintainers             devans openmaintainer
+platforms               darwin
+
+description             audio labeling library
+long_description \
+    ${name} is a library for audio labeling. \
+    Its features include segmenting a sound file before each of its attacks, \
+    performing pitch detection, \
+    tapping the beat and producing MIDI streams from live audio.
+
+homepage                http://aubio.org/
+master_sites            ${homepage}pub/
+
+use_bzip2               yes
+
+checksums           rmd160  4160fbfc149293397b51b1d8fb2b92811154e3a0 \
+                    sha256  49de9a06c819d4c4e0a9198a95eac374a1650083aef16c397004258bac2d33a2
+
+depends_build           port:pkgconfig \
+                        port:txt2man
+
+depends_skip_archcheck  txt2man
+
+depends_lib             port:ffmpeg \
+                        port:fftw-3-single \
+                        port:libsndfile \
+                        port:libsamplerate
+
+patchfiles              patch-wscript.diff
+
+configure.args-append   --enable-fftw3f \
+                        --disable-jack \
+                        --notests
+
+variant jack description {Enable jack support} {
+    configure.args-delete   --disable-jack
+    depends_lib-append      port:jack
+}
+
+livecheck.type  regex
+livecheck.url   ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: users/devans/dports/audio/aubio/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: users/devans/dports/audio/aubio/files/patch-wscript.diff
===================================================================
--- users/devans/dports/audio/aubio/files/patch-wscript.diff	                        (rev 0)
+++ users/devans/dports/audio/aubio/files/patch-wscript.diff	2014-02-16 08:57:22 UTC (rev 117090)
@@ -0,0 +1,11 @@
+--- wscript.orig	2014-02-15 23:21:56.000000000 -0800
++++ wscript	2014-02-15 23:22:06.000000000 -0800
+@@ -99,8 +99,6 @@
+         ctx.env['cshlib_PATTERN'] = 'lib%s.dll'
+ 
+     if target_platform == 'darwin':
+-        ctx.env.CFLAGS += ['-arch', 'i386', '-arch', 'x86_64']
+-        ctx.env.LINKFLAGS += ['-arch', 'i386', '-arch', 'x86_64']
+         ctx.env.FRAMEWORK = ['CoreFoundation', 'AudioToolbox', 'Accelerate']
+         ctx.define('HAVE_ACCELERATE', 1)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140216/781b57b0/attachment-0001.html>


More information about the macports-changes mailing list