Libogg version 1.1.4 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    version 1.1.4

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


      The libogg Portfile 55606 2009-08-14 16:56:04Z devans macports.org $

      PortSystem 1.0

      Name: libogg
      Version: 1.1.4
      Category: multimedia
      Platform: darwin
      use_parallel_build yes
      Maintainers: nox openmaintainer
      Description: Ogg Bitstream Library

      Long Description: Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams.

      Homepage: http://www.vorbis.com/
      Master Sites: http://downloads.xiph.org/releases/ogg/

      Checksums: md5 10200ec22543841d9d1c23e0aed4e5e9 sha1 868ace372004cf303231b954c60a836acbd71065 rmd160 5eafc3defae658b21185036d9a711f3467e6425d

      post-configure {
      if {[variant_isset universal]} {
      reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
      }

      if {! [variant_isset doc]} {
      reinplace -E "/^install:/s/install-recursive//" ${worksrcpath}/doc/Makefile
      }
      }

      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}
      }

      Variant: doc description {Install extra documentation} {}

      livecheck.url ${master_sites}
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.