summaryrefslogtreecommitdiff
path: root/extra/scummvm
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-16 23:52:49 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-16 23:52:49 -0300
commit3138d10936c63dc6444ac0dc55dd08b722b82309 (patch)
tree93a87cbad15b2c45faa22f5242b63a2666a02431 /extra/scummvm
parent17012da70df1ee83bf7a4976c0157e65638a7a9f (diff)
parent76774d40da5ce246c9f2178fdf937706d99af4b2 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/blobby2/PKGBUILD core/glibc/PKGBUILD extra/inkscape/PKGBUILD extra/kdenetwork/PKGBUILD testing/kmod/PKGBUILD
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 fbc77bd84..7ce46fe07 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' 'mips64el')
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
}