[arch-commits] CVS update of extra/emulators/scummvm (PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Wed May 16 18:15:06 UTC 2007


    Date: Wednesday, May 16, 2007 @ 14:15:06
  Author: daniel
    Path: /home/cvs-extra/extra/emulators/scummvm

Modified: PKGBUILD (1.21 -> 1.22)

x86_64: fixed bug #7166


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


Index: extra/emulators/scummvm/PKGBUILD
diff -u extra/emulators/scummvm/PKGBUILD:1.21 extra/emulators/scummvm/PKGBUILD:1.22
--- extra/emulators/scummvm/PKGBUILD:1.21	Sun Mar 11 17:52:06 2007
+++ extra/emulators/scummvm/PKGBUILD	Wed May 16 14:15:06 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.21 2007/03/11 21:52:06 jgc Exp $
+# $Id: PKGBUILD,v 1.22 2007/05/16 18:15:06 daniel Exp $
 # Maintainer: juergen <juergen at hoetzel.info>
 # Contributor: Manolis Tzanidakis, Petter Gundersen
 
 pkgname=scummvm
 pkgver=0.9.1
-pkgrel=3
+pkgrel=3.1
 pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,14 +16,14 @@
       	 '6df789e547b467ce3ad5c7e2ab05ca48')
 sha1sums=('6fcd00903f13fbafab65b432458e097f0e0d5d83'
 	        'a6b06fbb13c1864ce7d21906e7ff7c0d9e00853a')
-
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   patch -Np1 -i ${startdir}/src/flac-1.1.3.patch || return 1
   ./configure --backend=sdl --disable-debug \
 			--with-mpeg2-prefix=/usr \
 			--with-flac-prefix=/usr \
-                        --prefix=/usr
+                        --prefix=/usr \
+                        --disable-fluidsynth
   /usr/bin/make || return 1
   /bin/install -D -m 755 scummvm ${startdir}/pkg/usr/bin/scummvm
   /bin/install -D -m 644 dists/scummvm.6 ${startdir}/pkg/usr/man/man6/scummvm.6




More information about the arch-commits mailing list