# $Id: Portfile,v 1.2 2006/02/16 20:41:05 toby Exp $

PortSystem 1.0
name             libtheora
version          1.0alpha5
categories       multimedia
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).
maintainers      toby@opendarwin.org
platforms        darwin
homepage         http://www.theora.org/

master_sites     http://downloads.xiph.org/releases/theora/
use_bzip2        yes
checksums        sha1 8e740ccd7219861de83ac17ecceb13c02ed7e24a

depends_lib      lib:libvorbis.0:libvorbis

configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args   --enable-shared
