#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=gst-plugins-bad pkgver=0.10.18 pkgrel=2gv source=("http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$pkgver.tar.bz2") docs=("about-nls" "readme" "install" "copying" "copying.lib" "changelog" "authors" "news" "todo" "release" "requirements") url="http://gstreamer.freedesktop.org/modules/" options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gst-plugins-bad (a set of plug-ins that need more quality)" "GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par" "compared to the rest. They might be close to being good quality, but" "they're missing something - be it a good code review, some" "documentation, a set of tests, a real live maintainer, or some actual" "wide use." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-jack --disable-static make || return 1 make install DESTDIR=$startdir/pkg }