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

    libvorbis  most recent diff


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



      # $Id: Portfile 36682 2008-05-11 17:26:45Z nox macports.org $

      PortSystem 1.0

      Name: libvorbis
      Version: 1.2.0
      revision 1
      Category: audio
      Platform: darwin
      Maintainers: nox openmaintainer
      Description: The Vorbis General Audio Compression Codec

      Long Description: Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel.

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

      depends_build port:pkgconfig

      depends_lib port:libogg

      checksums md5 478646358c49f34aedcce58948793619 sha1 6ff5f9d9d71cc385ee180171cc21af5653b76a16 rmd160 54bf2b48943e283f003cd5dfb4bf9e519b6a817d

      configure.args --disable-oggtest

      use_parallel_build yes

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      if {! [variant_isset doc]} {
      xinstall -d ${destroot}${docdir}
      }
      xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING README ${destroot}${docdir}
      }

      livecheck.check regex
      livecheck.url http://www.xiph.org/downloads/
      livecheck.regex ${name}-(\\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/libvorbis
      % sudo port install libvorbis
      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 libvorbis
      ---> Verifying checksum for libvorbis
      ---> Extracting libvorbis
      ---> Configuring libvorbis
      ---> Building libvorbis with target all
      ---> Staging libvorbis into destroot
      ---> Installing libvorbis
    - 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 libvorbis with these commands:
      %  man libvorbis
      % apropos libvorbis
      % which libvorbis
      % locate libvorbis

     Where to find more information:

    Darwin Ports



    image test