# $Id: Portfile,v 1.2 2006/02/07 09:58:20 rhwood Exp $
PortSystem 1.0
name		gstreamer08
version		0.8.11
description	A framework for streaming media.
long_description	This is GStreamer, a framework for streaming media. \
			The fundamental design comes from the video pipeline at \
			Oregon Graduate Institute, as well as some ideas from \
			DirectMedia.  It's based on plug-ins that will provide \
			the various codec and other functionality. The \
			interface hopefully is generic enough for various \
			companies (ahem, Apple) to release binary codecs for \
			Linux, until such time as they get a clue and \
			release the source.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
distname	gstreamer-${version}
master_sites	gnome:sources/gstreamer/0.8/
checksums	md5 3a251cf05b794ebac04e18f71e5b26eb
depends_lib	bin:gnome-control-center:control-center lib:libmad:libmad \
		port:bison port:flex
use_bzip2 	yes
configure.args	--mandir=${prefix}/share/man --disable-xsltproc-net
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
                CFLAGS="-funroll-loops -fstrict-aliasing -fno-common" \
		LDFLAGS="-L${prefix}/lib"
