summaryrefslogtreecommitdiff
path: root/extra/scummvm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-16 23:15:21 +0000
committerroot <root@rshg054.dnsready.net>2012-02-16 23:15:21 +0000
commit76774d40da5ce246c9f2178fdf937706d99af4b2 (patch)
treed94469586899ec9ccf256ca7fab766f6e82f3cf1 /extra/scummvm
parent2e50a79768e42c26ff8850404f488425610abc0a (diff)
Thu Feb 16 23:15:21 UTC 2012
Diffstat (limited to 'extra/scummvm')
-rw-r--r--extra/scummvm/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/scummvm/PKGBUILD b/extra/scummvm/PKGBUILD
index 2b45eb118..ba4ce0a76 100644
--- a/extra/scummvm/PKGBUILD
+++ b/extra/scummvm/PKGBUILD
@@ -1,23 +1,24 @@
-# $Id: PKGBUILD 146120 2012-01-05 12:48:56Z juergen $
+# $Id: PKGBUILD 150218 2012-02-15 08:08:05Z juergen $
# Maintainer: juergen <juergen@archlinux.org>
# Contributor: Manolis Tzanidakis, Petter Gundersen
pkgname=scummvm
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.scummvm.org/"
depends=('libmad' 'sdl' 'fluidsynth')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('361000b78ebf0d0f449e98238d677be1')
+md5sums=('aa094c2224aad22d5340a1d2d919c883')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
./configure --backend=sdl --disable-debug \
--with-flac-prefix=/usr \
--with-fluidsynth-prefix=/usr \
+ --disable-faad \
--prefix=/usr
make
}