1 # Maintainer: Lukas Luther <lukasluther@googlemail.com>
6 pkgdesc="General-purpose video codec aimed at resolutions from QCIF (176x144) to HDTV (1920x1080) progressive or interlaced."
8 url="http://dirac.sourceforge.net/"
9 depends=('gcc-libs' 'perl' 'cppunit' 'libtool')
10 makedepends=('doxygen' 'gcc43')
12 source=(http://downloads.sourceforge.net/dirac/${pkgname}-${pkgver}.tar.gz)
13 md5sums=('a57c2c5e58062d437d9ab13dffb28f0f')
16 cd $srcdir/${pkgname}-${pkgver}
17 ./configure --prefix=/usr --enable-mmx --enable-profile CC='gcc-4.3' CXX='g++-4.3'
19 make DESTDIR=$pkgdir install