Download and Install audiofile version 0.2.6 on Mac OS X
Monday the 6th of October, 2008

    audiofile  most recent diff


    version 0.2.6

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



      # $Id: Portfile 34980 2008-03-13 15:27:31Z jmr macports.org $

      PortSystem 1.0

      Name: audiofile
      Version: 0.2.6
      revision 2
      Category: audio
      Platform: darwin
      Maintainers: nomaintainer
      Description: Library for dealing with SGI audio files

      Long Description: The Silicon Graphics Audio File Library provides a uniform programming interface to standard digital audio file formats.

      Homepage: http://www.68k.org/~michael/audiofile/
      master_sites ${homepage}

      checksums md5 9c1049876cd51c0f1b12c2886cce4d42 sha1 94a6ab8e5122bc1971cf186e5a52d032811c9bc5 rmd160 b61fbc856768a5838ca5c0fad602f35205e8d037

      patchfiles patch-audiofile.m4.diff

      configure.ccache no

      test.run yes
      test.target check

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} ACKNOWLEDGEMENTS AUTHORS COPYING COPYING.GPL ChangeLog NEWS NOTES README TODO ${destroot}${docdir}
      }

      livecheck.check regex
      livecheck.regex {Version (\d+(?:\.\d+)*)}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.