[arch-commits] Commit in fluidsynth/trunk (PKGBUILD)

Ray Rashif schiv at archlinux.org
Sun Oct 3 12:30:19 UTC 2010


    Date: Sunday, October 3, 2010 @ 08:30:18
  Author: schiv
Revision: 93086

fluidsynth: trying to fix FS#21031

Modified:
  fluidsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-03 12:28:16 UTC (rev 93085)
+++ PKGBUILD	2010-10-03 12:30:18 UTC (rev 93086)
@@ -4,12 +4,13 @@
 
 pkgname=fluidsynth
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 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' 'bash')
-makedepends=('cmake' 'ladspa' 'doxygen')
+depends=('glib2' 'jack' 'bash')
+#depends=('glib2' 'jack' 'dbus-core' 'bash')
+#makedepends=('cmake' 'ladspa' 'doxygen')
 license=('LGPL')
 backup=('etc/conf.d/fluidsynth')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
@@ -22,11 +23,12 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-          -DCMAKE_BUILD_TYPE=Release \
-          -Denable-ladspa=ON \
-          -Denable-floats=yes \
-          -DLIB_SUFFIX=""
+  #cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  #        -DCMAKE_BUILD_TYPE=Release \
+  #        -Denable-ladspa=ON \
+  #        -Denable-floats=yes \
+  #        -DLIB_SUFFIX=""
+  ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list