[29774] trunk/dports/audio

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 9 09:54:16 PDT 2007


Revision: 29774
          http://trac.macosforge.org/projects/macports/changeset/29774
Author:   yves at macports.org
Date:     2007-10-09 09:54:14 -0700 (Tue, 09 Oct 2007)

Log Message:
-----------
New port : aubio

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

Added: trunk/dports/audio/aubio/Portfile
===================================================================
--- trunk/dports/audio/aubio/Portfile	                        (rev 0)
+++ trunk/dports/audio/aubio/Portfile	2007-10-09 16:54:14 UTC (rev 29774)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+name            aubio
+version         0.3.2
+categories      audio
+maintainers     yves openmaintainer
+platforms       darwin
+homepage        http://aubio.piem.org/
+
+description     aubio is a library for audio labelling.
+long_description \
+    aubio is a library for audio labelling. \
+    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.
+
+master_sites    ${homepage}/pub/
+checksums       md5 ffc3e5e4880fec67064f043252263a44
+depends_lib     port:libsamplerate 
+
+configure.args  --disable-alsa --disable-jack --disable-lash
+
+variant python description "Enable gnuplot and python interface" {
+    depends_lib-append   port:py25-numarray port:swig
+    depends_run-append   port:py25-gnuplot
+    configure.env-append PYTHON=${prefix}/bin/python2.5
+}
+


Property changes on: trunk/dports/audio/aubio/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071009/cdceb849/attachment.html


More information about the macports-changes mailing list