Download and Install py-ao version 0.81 on Mac OS X
Sunday the 7th of September, 2008

    py-ao  most recent diff


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



      # $Id: Portfile 38082 2008-07-05 23:14:42Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-ao
      Version: 0.81
      revision 2
      Category: python audio
      Platform: darwin
      Maintainers: nomaintainer
      Description: Python interface to libao, an audio device abstraction library
      Long Description: This is a wrapper for libao, an audio device abstraction library. libao is available with ogg/vorbis.

      Homepage: http://www.vorbis.com/
      master_sites ${homepage}/files/1.0.1/unix/py/
      distname pyao-${version}
      checksums md5 398069a5c5b2429e18e0461d7129d21a

      depends_lib-append lib:libao:libao

      patch {
      reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/config_unix.py
      }

      configure.cmd ${python.bin} config_unix.py

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README ${destroot}${prefix}/share/doc/${name}
      file rename ${destroot}${prefix}/lib/python2.4/site-packages/aomodule.so ${destroot}${prefix}/lib/python2.4/site-packages/ao.so
      }

    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/py-ao
      % sudo port install py-ao
      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 py-ao
      ---> Verifying checksum for py-ao
      ---> Extracting py-ao
      ---> Configuring py-ao
      ---> Building py-ao with target all
      ---> Staging py-ao into destroot
      ---> Installing py-ao
    - 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 py-ao with these commands:
      %  man py-ao
      % apropos py-ao
      % which py-ao
      % locate py-ao

     Where to find more information:

    Darwin Ports



    image test