GARNAME = gstreamer
GARVERSION = 0.10.6
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

MASTER_SITES = http://gstreamer.freedesktop.org/src/$(GARNAME)/

LIBDEPS = platform/glib platform/libxml2

DESCRIPTION = gstreamer
define BLURB
 GStreamer is a media processing framework with support for a wide variety
 of media formats through the use of dynamically loaded plugin files.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --disable-tests --disable-examples --disable-docs-build

include ../category.mk
