#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=pitivi pkgver=0.15.1 pkgrel=1 zenver=72 arch=i686 source=(http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.15/pitivi-$pkgver.tar.xz) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/xap/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "about-nls" "release") url=http://www.pitivi.org/ options=('norequiredbuilder' 'noautodotnew') extradepends=('gstreamer-gnonlin' 'twisted' 'gstreamer' 'goocanvas1' 'zopeinterface' 'pygoocanvas' 'python-setuptools' 'dbus-python' 'gst-python' 'python' 'pygtk' 'pygobject' 'pycairo' 'python' 'linuxdoc-tools') doinst() { # update the mime desktop database if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q fi # update the mime database if [ -x usr/bin/update-mime-database ]; then usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pitivi (A free, intuitive and featureful movie editor)" "PiTiVi allows users to easily edit audio/video projects based on the" "GStreamer framework. PiTIVi provides several ways of creating and" "modifying a timeline. Ranging from a simple synopsis view (a-la" "iMovie) to the full-blown editing view (aka Complex View) which puts" "you in complete control of your editing." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg/ }