#Maintainer: George Vlahavas (vlahavas~at~gmail.com, gapan@zenwalk forums) pkgname=gst-plugins-good pkgver=0.10.10 pkgrel=1 zenver=54 arch=i486 source=("http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$pkgver.tar.bz2") sourcetemplate=http://pnboy.pinguix.com/gapan/gstreamer/$pkgname docs=("about-nls" "readme" "install" "copying" "changelog" "authors" "news" "todo" "release" "requirements") url="http://gstreamer.freedesktop.org/" options=('norequiredbuilder' 'keepdepfile') 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)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-schemas-install --disable-flac --disable-taglib make || return 1 make install DESTDIR=$startdir/pkg # These are already in the gst-plugins-standard package cd $startdir/pkg/usr/lib/gstreamer-0.10 rm -rf libgstid3demux.* libgstapetag.* libgstwavparse.* libgstossaudio.* libgstautodetect.* libgstgconfelements.* libgsthalelements.* libgstwavenc.* libgstlevel.* rm -rf $startdir/pkg/etc } tartdir/pkg/etc }