# Maintainer: Neophytos Kolokotronis # Contributor: abveritas@chakra-project.org pkgname=ffmpegthumbnailer pkgver=2.0.9 pkgrel=1 pkgdesc="Lightweight video thumbnailer that can be used by file managers." url="http://code.google.com/p/ffmpegthumbnailer/" license=('GPL2') arch=('x86_64') depends=('ffmpeg' 'libjpeg-turbo' 'libpng') source=("ftp://ftp.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz") options=(!libtool) sha1sums=('0657e09ca926298f1b525e1fba06ad499c7663e7') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --enable-gio \ --enable-thumbnailer make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }