GARNAME = gst-plugins-good
GARVERSION = 0.10.4
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

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

LIBDEPS = desktop/gst-plugins-base

DESCRIPTION = gst-plugins-good
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
