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

    libvorbis  most recent diff


    version 1.2.3

      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.3 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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The libvorbis Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: libvorbis
      Version: 1.2.3
      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 5aa77f55c0e0aab8eb8ed982335daac8 sha1 a93251aa5e4f142db4fa6433de80797f80960fac rmd160 e80ad7de3c2599e0d88994876407ac8fe3c9a0e7

      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.type 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



    Lightbox this page.