#Maintainer: George Vlahavas (vlahavas~at~gmail.com, gapan@zenwalk forums) pkgname=gst-plugins-bad pkgver=0.10.8 zenver=54 pkgrel=2 arch=i486 source=("http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$pkgver.tar.bz2") sourcetemplate=http://pnboy.pinguix.com/gapan/gnome/gstreamer/$pkgname docs=("about-nls" "readme" "install" "copying" "copying.lib" "changelog" "authors" "news" "todo" "release" "requirements") url="http://gstreamer.freedesktop.org/modules/" options=('norequiredbuilder' 'keepdepfile') 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 --localstatedir=/var --sysconfdir=/etc --disable-jack make || return 1 make install DESTDIR=$startdir/pkg }