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

    libsndfile  most recent diff


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



      # $Id: Portfile 31787 2007-12-07 12:30:32Z css macports.org $

      PortSystem 1.0
      Name: libsndfile
      Version: 1.0.17
      revision 1
      Category: audio
      Maintainers: sean sfarc.net
      Description: Library for reading and writing audio files
      Long Description: libsndfile is a C library for reading and writing sound files such as AIFF, AU and WAV files through one standard interface. It can currently read/write 8, 16, 24 and 32-bit PCM files as well as 32-bit floating point WAV files and a number of compressed formats.
      Homepage: http://www.mega-nerd.com/libsndfile/
      Platform: darwin
      master_sites ${homepage}
      checksums md5 2d126c35448503f6dbe33934d9581f6b
      configure.args --mandir=${prefix}/share/man --disable-flac

      Variant: flac {
      ui_error "The libsndfile port is not compatible with the current version of flac."
      # depends_lib port:flac
      # configure.args-delete --disable-flac
      # configure.args-append --enable-flac
      }

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

     Where to find more information:

    Darwin Ports



    image test