#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums)

pkgname=gst-plugins-good1
pkgver=1.2.2
pkgrel=1gv
source=("http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$pkgver.tar.xz")
docs=("about-nls" "readme" "install" "copying" "changelog" "authors" "news" "todo" "release" "requirements")
url="http://gstreamer.freedesktop.org/"
options=('noautodotnew')


slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"gst-plugins-good (a set of good-quality plug-ins under LGPL)"
"GStreamer Good Plug-ins is a set of plug-ins that we consider to have"
"good quality code, correct functionality, our preferred license (LGPL"
"for the plug-in code, LGPL or LGPL-compatible for the supporting"
"library)."
""
"This is for gstreamer version 1.x"
)



build() {
	cd $startdir/src/gst-plugins-good-$pkgver
	./configure --prefix=/usr \
		--libdir=/usr/lib${LIBDIRSUFFIX} \
		--localstatedir=/var \
		--sysconfdir=/etc \
		--disable-static \
		--build=$arch-slackware-linux
	make || return 1
	make install DESTDIR=$startdir/pkg
}