# $Id: Portfile,v 1.13 2006/06/13 09:22:41 rhwood Exp $
PortSystem 1.0
name		gstreamer
version		0.10.8
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/
master_sites	gnome:sources/gstreamer/0.10/ \
		http://gstreamer.freedesktop.org/src/${name}/
checksums	md5 a094ea86d4cea4f23ef2eb8c6e7bfc10 \
		sha1 2b2b6c49e9f8a3dcb5cb602f744d33688eea59ae \
		rmd160 fefa9f6efaf64fae5598e299166555513c6bcd1a
depends_lib	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"
pre-activate	{
	ui_msg "This port conflicts with gstreamer08. If this port fails to "
	ui_msg "activate, uninstall or deactivate gstreamer08 and attempt to"
	ui_msg "activate this port again."
}
