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

Juergen Hoetzel juergen at archlinux.org
Thu Jan 5 12:41:03 UTC 2012


    Date: Thursday, January 5, 2012 @ 07:41:03
  Author: juergen
Revision: 146109

update to 1.4.0

MPEG2 support was removed, see: http://forums.scummvm.org/viewtopic.php?t=7637

Modified:
  scummvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-05 12:40:53 UTC (rev 146108)
+++ PKGBUILD	2012-01-05 12:41:03 UTC (rev 146109)
@@ -1,23 +1,21 @@
 # $Id$
-# Maintainer: juergen <juergen at hoetzel.info>
+# Maintainer: juergen <juergen at archlinux.org>
 # Contributor: Manolis Tzanidakis, Petter Gundersen
 
 pkgname=scummvm
-pkgver=1.3.1
+pkgver=1.4.0
 pkgrel=2
 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')
-makedepends=('libmpeg2')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('87e5076e93bfa762f1c5d7f45b41d4e2')
+md5sums=('361000b78ebf0d0f449e98238d677be1')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
   ./configure --backend=sdl --disable-debug \
-    --enable-mpeg2 --with-mpeg2-prefix=/usr \
     --with-flac-prefix=/usr \
     --with-fluidsynth-prefix=/usr \
     --prefix=/usr




More information about the arch-commits mailing list