Download and Install libtheora version 1.0beta3 on Mac OS X
Thursday the 4th of December, 2008

    libtheora  most recent diff


    version 1.0beta3

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



      # $Id: Portfile 40890 2008-10-17 08:05:40Z boeyms macports.org $

      PortSystem 1.0

      Name: libtheora
      Version: 1.0beta3
      Category: multimedia
      Platform: darwin
      Maintainers: nomaintainer
      Description: Xiph.org Foundation's open video codec

      Long Description: Theora is an open video codec being developed by the Xiph.org Foundation as part of their Ogg project (It is a project that aims to integrate On2's VP3 video codec, Ogg Vorbis audio codec and Ogg multimedia container formats into a multimedia solution that can compete with MPEG-4 format).

      Homepage: http://www.theora.org/
      master_sites http://downloads.xiph.org/releases/theora/
      use_bzip2 yes

      checksums md5 04b3e1055da49daba6afce93f3214b1f sha1 01f0a5adcdde5bdc5b7e700b5975067af60b456c rmd160 5308039be56064c7a54d464b0dc32f31542a34d8

      patchfiles patch-configure.ac.diff patch-configure.diff

      post-patch {
      if {! [variant_isset doc]} {
      reinplace -E "s/^(all|install):.*/\\1:/" ${worksrcpath}/doc/Makefile.in
      }
      }

      depends_build port:pkgconfig
      depends_lib port:libvorbis port:libogg

      configure.args --disable-oggtest --disable-vorbistest

      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 LICENSE README ${destroot}${docdir}
      }

      test.run yes
      test.target check

      Variant: doc description {Install extra documentation} {}

      platform darwin 9 i386 {
      # http://trac.macports.org/projects/macports/ticket/13033
      configure.args-append --disable-asm
      }

      livecheck.check regex
      livecheck.url ${master_sites}?C=M&O=D
      livecheck.regex ${name}-(\\d+(?:\\.\\d+)*(?:\\w+\\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/libtheora
      % sudo port install libtheora
      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 libtheora
      ---> Verifying checksum for libtheora
      ---> Extracting libtheora
      ---> Configuring libtheora
      ---> Building libtheora with target all
      ---> Staging libtheora into destroot
      ---> Installing libtheora
    - 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 libtheora with these commands:
      %  man libtheora
      % apropos libtheora
      % which libtheora
      % locate libtheora

     Where to find more information:

    Darwin Ports



    Lightbox this page.