From 76774d40da5ce246c9f2178fdf937706d99af4b2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Feb 2012 23:15:21 +0000 Subject: Thu Feb 16 23:15:21 UTC 2012 --- extra/scummvm/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra/scummvm') 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 # 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 } -- cgit v1.2.3-54-g00ecf