Aubio version 0.3.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.3.2

      View the most recent changes for the aubio port at: aubio.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for aubio.
      The raw portfile for aubio 0.3.2 is located here:
      http://aubio.darwinports.com/dports/audio/aubio/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/aubio


      # -*- 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
      The aubio Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: aubio
      Version: 0.3.2
      Revision: 1
      Category: audio
      Maintainers: devans openmaintainer
      Platform: darwin
      use_parallel_build yes
      Homepage: http://aubio.piem.org/

      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.

      Master Sites: ${homepage}pub/
      Checksums: md5 ffc3e5e4880fec67064f043252263a44
      depends_lib port:fftw-3 port:libsamplerate port:python25

      configure.args --disable-alsa --disable-jack --disable-lash

      configure.python ${prefix}/bin/python2.5

      post-build {
      # aubio's includedir is ${prefix}/include/aubio but aubio's file fft.h
      # includes fftw-3's fftw3.h but fftw3.h is in ${prefix}/include.
      reinplace {s%-I${includedir}%-I${includedir} -I${prefix}/include%} ${worksrcpath}/${name}.pc
      }

      Variant: python description "Enable gnuplot and python interface" {
      depends_lib-append port:py25-numarray port:swig
      depends_run-append port:py25-gnuplot
      }

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/aubio
      % sudo port install aubio
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching aubio
      ---> Verifying checksum for aubio
      ---> Extracting aubio
      ---> Configuring aubio
      ---> Building aubio with target all
      ---> Staging aubio into destroot
      ---> Installing aubio
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using aubio with these commands:
      %  man aubio
      % apropos aubio
      % which aubio
      % locate aubio

     Where to find more information:

    Darwin Ports



    Lightbox this page.