#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=gstreamer pkgver=0.10.19 pkgrel=1 zenver=52 arch=i486 source=("http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.19.tar.bz2") docs=("about-nls" "authors" "copying" "changelog" "install" "news" "readme" "release" "todo") url="http://gstreamer.freedesktop.org/" options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gstreamer (Core Library and Elements for Gstreamer Framework)" "GStreamer is a library that allows the construction of graphs of" "media-handling components, ranging from simple Ogg/Vorbis playback to" "complex audio (mixing) and video (non-linear editing) processing." "Applications can take advantage of advances in codec and filter" "technology transparently. Developers can add new codecs and filters by" "writing a simple plugin with a clean, generic interface. GStreamer is" "released under the LGPL." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --mandir=/usr/man make || return 1 make install DESTDIR=$startdir/pkg }