Date: Monday, October 11, 2010 @ 07:48:58 Author: schiv Revision: 94804
upgpkg: fluidsynth 1.1.2 -> 1.1.3 upstream release Modified: fluidsynth/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-11 11:35:56 UTC (rev 94803) +++ PKGBUILD 2010-10-11 11:48:58 UTC (rev 94804) @@ -3,32 +3,30 @@ # Contributor: damir <[email protected]> pkgname=fluidsynth -pkgver=1.1.2 -pkgrel=3 +pkgver=1.1.3 +pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" arch=(i686 x86_64) url="http://www.fluidsynth.org/" -depends=('glib2' 'jack' 'bash') -#depends=('glib2' 'jack' 'dbus-core' 'bash') -#makedepends=('cmake' 'ladspa' 'doxygen') +depends=('glib2' 'jack' 'dbus-core') +makedepends=('cmake' 'ladspa' 'doxygen') +optdepends=('bash: init script') license=('LGPL') backup=('etc/conf.d/fluidsynth') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz fluidsynth.conf fluidsynthd) -md5sums=('7c95f68d9c9b7f54fa64459eb7850680' +md5sums=('0d3e3cc770b4da413010dfb7dfdce9c8' '16c5f4d4cbdddc6c5fcbd4fd4cc142f1' 'b296dbfb524c2164f552f68bd9abe2ec') build() { cd "$srcdir/$pkgname-$pkgver" - #cmake . -DCMAKE_INSTALL_PREFIX=/usr \ - # -DCMAKE_BUILD_TYPE=Release \ - # -Denable-ladspa=ON \ - # -Denable-floats=yes \ - # -DLIB_SUFFIX="" - ./configure --prefix=/usr + cmake . -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -Denable-ladspa=ON \ + -DLIB_SUFFIX="" make }
