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

Juergen Hoetzel juergen at archlinux.org
Fri Oct 22 22:49:35 UTC 2010


    Date: Friday, October 22, 2010 @ 18:49:35
  Author: juergen
Revision: 96629

enable fluidsynth: fixes #17646

Modified:
  scummvm/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-22 22:16:26 UTC (rev 96628)
+++ PKGBUILD	2010-10-22 22:49:35 UTC (rev 96629)
@@ -9,18 +9,18 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.scummvm.org/"
-depends=('gcc-libs' 'alsa-lib' 'libmad' 'libvorbis' 'zlib' 'flac>=1.1.4' 'sdl')
+depends=('gcc-libs' 'alsa-lib' 'libmad' 'libvorbis' 'zlib' 'flac>=1.1.4' 'sdl' 'fluidsynth')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('fae9a3dbd4d2892664a8bcb161eb8d9a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --backend=sdl --disable-debug \
-			--with-mpeg2-prefix=/usr \
-			--with-flac-prefix=/usr \
-      --prefix=/usr \
-      --disable-fluidsynth
-	make
+    --with-mpeg2-prefix=/usr \
+    --with-flac-prefix=/usr \
+    --with-fluidsynth-prefix=/usr \
+    --prefix=/usr
+  make
   install -Dm755 scummvm ${pkgdir}/usr/bin/scummvm
   install -Dm644 dists/scummvm.6 ${pkgdir}/usr/share/man/man6/scummvm.6
   # fixes FS#9118 




More information about the arch-commits mailing list