Download and Install libmad version 0.15.1b on Mac OS X
Wednesday the 23rd of July, 2008

    libmad  most recent diff


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



      # $Id: Portfile 30219 2007-10-22 22:40:35Z jmpp macports.org $

      PortSystem 1.0
      Name: libmad
      Version: 0.15.1b
      revision 1
      Category: audio
      Maintainers: nomaintainer
      Description: MPEG Audio Decoder
      Long Description: MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 as well as the MPEG-2 extension to Lower Sampling Frequencies. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.
      Homepage: http://www.mars.org/home/rob/proj/mpeg/
      Platform: darwin freebsd
      master_sites ftp://ftp.mars.org/pub/mpeg/ sourceforge:mad
      checksums md5 1be543bc30c56fb6bea1d7bf6a64e66c
      universal_variant no

      depends_build port:pkgconfig

      post-patch {
      file copy -force ${filespath}/mad.pc.in ${worksrcpath}/mad.pc

      reinplace "s|%PREFIX%|${prefix}|g" ${worksrcpath}/mad.pc
      reinplace "s|%VERSION%|${version}|g" ${worksrcpath}/mad.pc
      }

      post-destroot {
      file mkdir ${destroot}${prefix}/lib/pkgconfig
      file copy -force ${worksrcpath}/mad.pc ${destroot}${prefix}/lib/pkgconfig
      }

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

     Where to find more information:

    Darwin Ports



    image test