# $Id: Portfile,v 1.8 2005/05/18 10:01:55 olegb Exp $ PortSystem 1.0 name gstreamer version 0.8.10 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 3de474d993e23c901e9dfdd1fea486e0 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"