# $Id: PKGBUILD 3718 2009-10-08 07:11:43Z mherych $ # Maintainer: Mateusz Herych pkgname=libquicktime pkgver=1.1.3 pkgrel=1 pkgdesc="A library for reading and writing quicktime files." arch=('i686' 'x86_64') license=('GPL') url="http://libquicktime.sourceforge.net/" depends=('gtk2' 'ffmpeg' 'alsa-lib' 'libxv' 'libgl' 'libxaw' 'x264') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('e4fcda219f1e0ca508d9baa3700e4a59') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --enable-gpl \ --with-ffmpeg \ --with-x264 \ --without-doxygen make || return 1 make DESTDIR=$startdir/pkg install }