# $Id: Portfile,v 1.7 2004/09/30 16:33:56 olegb Exp $ PortSystem 1.0 name gstreamer version 0.8.5 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.8/ checksums md5 4e4629a9ecbeee423ce83a56be160000 depends_lib bin:gnome-control-center:control-center lib:libmad:libmad \ path:${prefix}/bin/bison:bison bin:XXX: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"