GARNAME = gst-plugins
GARVERSION = 0.8.11
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
PATCHFILES = upstream-fixes.diff dvdread_missing_include.diff

MASTER_SITES = http://gstreamer.freedesktop.org/src/gst-plugins/

LIBDEPS = platform/gnome-vfs desktop/gstreamer

DESCRIPTION = gst-plugins
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-kio --disable-tests --disable-examples

include ../category.mk

post-install:
	@echo " ==> Running gst-register..."
	@$(bindir)/gst-register-0.8 --gst-debug-level=0 > /dev/null || exit
	@$(MAKECOOKIE)
