4 pkgdesc="MIDI support in xmms with libTiMidity"
6 url="http://libtimidity.sourceforge.net/"
8 depends=('libtimidity' 'xmms')
9 makedepends=('pkgconfig')
10 source=(http://downloads.sourceforge.net/project/libtimidity/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
11 md5sums=('c368ad9ebd9153d97cfdf56c0428bff6')
12 optdepends=('timidity-freepats: instrument samples which are compatible with timidity++')
15 cd $srcdir/$pkgname-$pkgver
19 make DESTDIR=${pkgdir} install
21 msg "For MIDI playback with libTiMidity, you will need some \
22 instrument samples (see the timidity-freepats package)"