Date: Wednesday, December 8, 2010 @ 02:09:52 Author: schiv Revision: 102552
upgpkg: fluidsynth 1.1.3-2 rebuild against libpulse for pulseaudio support Modified: fluidsynth/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-08 06:53:19 UTC (rev 102551) +++ PKGBUILD 2010-12-08 07:09:52 UTC (rev 102552) @@ -4,13 +4,14 @@ pkgname=fluidsynth pkgver=1.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" arch=(i686 x86_64) url="http://www.fluidsynth.org/" -depends=('glib2' 'jack' 'dbus-core') +depends=('glib2' 'jack' 'dbus-core' 'libpulse') makedepends=('cmake' 'ladspa' 'doxygen') -optdepends=('bash: init script') +optdepends=('pulseaudio' + 'bash: init script') license=('LGPL') backup=('etc/conf.d/fluidsynth') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
