1 # Maintainer: Evangelos Foutras <foutrelis@gmail.com>
2 # Contributor: Damien Alexandre <cougar@jabber.nuxo.net>
7 pkgdesc="A very powerful audio sub system in the manner of DirectFB and a technical demonstration of Fusion."
9 url="http://www.directfb.org/index.php?path=Platform%2FFusionSound"
12 source=(http://www.directfb.org/downloads/Core/FusionSound/FusionSound-$pkgver.tar.gz
14 md5sums=('f29b0e6bb693e59b7303c163c737a39b'
15 '5da6621b6bbcce90913e6696655b9b60')
18 cd $startdir/src/FusionSound-$pkgver
20 patch -Np0 -i $srcdir/ffmpeg.patch || return 1
22 ./configure --prefix=/usr --without-examples --without-timidity
24 make prefix=$startdir/pkg/usr install