Download and Install vorbis-tools version 1.2.0 on Mac OS X
Wednesday the 27th of August, 2008

    vorbis-tools  most recent diff


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



      # $Id: Portfile 36970 2008-05-21 12:55:28Z ram macports.org $

      PortSystem 1.0

      Name: vorbis-tools
      Version: 1.2.0
      revision 1
      Category: audio
      Platform: darwin
      Maintainers: ram openmaintainer

      Description: The Ogg Vorbis CODEC tools
      Long Description: Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. This places Vorbis in the same competetive class as audio representations such as MPEG-4 (AAC), and similar to, but higher performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), WMA and PAC.

      Homepage: http://www.vorbis.com/
      master_sites http://downloads.xiph.org/releases/vorbis/

      checksums md5 df976d24e51ef3d87cd462edf747bf9a sha1 c5c5ee4637ab8c9fc953d203663b7264432f874a rmd160 8cb6925c6e4e69373b6c91ff20d7ed8d75153b7c

      depends_lib port:libogg port:libvorbis port:curl port:libao port:gettext

      configure.cppflags-append "-no-cpp-precomp"
      configure.args --mandir=${prefix}/share/man --with-ao --enable-ogg123 --without-flac --without-speex --enable-vcut

      use_parallel_build yes

      Variant: flac description "Enable FLAC support" {
      depends_lib-append port:flac
      configure.args-delete --without-flac
      }

      Variant: speex description "Enable Speex support" {
      depends_lib-append port:speex
      configure.args-delete --without-speex
      }

      post-destroot {
      file delete -force ${destroot}${prefix}/share/locale/locale.alias
      file delete -force ${destroot}${prefix}/lib/charset.alias
      }

      livecheck.check regex
      livecheck.url http://xiph.org/downloads/
      livecheck.regex {vorbis-tools-([0-9]+\.[0-9]+\.[0-9]+).tar.gz}

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

     Where to find more information:

    Darwin Ports



    image test