Download and Install ccaudio version 1.1.1 on Mac OS X
Thursday the 24th of July, 2008

    ccaudio  most recent diff


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



      # $Id: Portfile 32256 2007-12-23 09:18:47Z ryandesign macports.org $

      PortSystem 1.0
      Name: ccaudio
      Version: 1.1.1
      Category: audio
      Maintainers: nomaintainer
      Description: Library and software for manipulating audio data
      Long Description: The GNU ccAudio library is a portable C++ class framework that's useful for developing applications that must process audio. This library provides a class framework for accessing audio segments from various audio file formats (.au, .wav, etc) and for creation of audio frame buffers that are then passed to audio devices and/or DSP processing systems such as telephony cards.

      Platform: darwin

      Homepage: http://www.gnu.org/software/ccaudio
      master_sites gnu

      checksums md5 946f04524af6050b104bf40895291921

      depends_lib lib:libccgnu2:commoncpp2

      post-destroot {
      file mkdir ${destroot}${prefix}/share/man/man3
      eval file copy [glob ${worksrcpath}/doc/man3/*] ${destroot}${prefix}/share/man/man3
      }


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

     Where to find more information:

    Darwin Ports



    image test