GARNAME = gst-plugins-base
GARVERSION = 0.10.11
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

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

LIBDEPS = platform/gnome-vfs desktop/gstreamer bootstrap/liboil

DESCRIPTION = gst-plugins-base
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
BUILD_ARGS = -j1

include ../category.mk

check:
	@cd $(WORKSRC) && $(MAKE) check
