Normalize version 0.7.7 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    normalize  most recent diff


    version 0.7.7

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


      The normalize Portfile 51685 2009-05-31 17:35:44Z jeremyhu macports.org $

      PortSystem 1.0
      Name: normalize
      Version: 0.7.7
      Revision: 1
      Category: audio
      Maintainers: nomaintainer
      Description: A tool to normalize WAV and MP3 audio
      Long Description: Normalize is an overly complicated tool for adjusting the volume of wave files to a standard volume level. This is useful for things like creating mp3 mixes, where different recording levels on different albums can cause the volume to vary greatly from song to song.
      Homepage: http://${name}.nongnu.org/
      Platform: darwin
      Master Sites: http://savannah.nongnu.org/download/${name}/
      Checksums: md5 db5b18bf661a5317fbc507b020b8c643

      depends_run port:flac port:vorbis-tools port:lame

      depends_lib port:expat port:gettext port:audiofile port:libiconv

      configure.cppflags-append -no-cpp-precomp
      configure.args --without-mad --disable-xmms --mandir=${prefix}/share/man

      post-destroot {
      ln -s normalize ${destroot}${prefix}/bin/normalize-audio
      }

      Variant: mad description {Link against libmad for mp3 audio decoding} {
      depends_lib-append port:libmad
      configure.args-delete --without-mad
      configure.args-append --with-mad
      }

      Variant: xmms description {Build an xmms plugin} {
      depends_lib-append port:xmms
      configure.args-delete --disable-xmms
      configure.args-append --enable-xmms
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.