scummvm: enable all engines, revbump.

This commit is contained in:
Juan RP 2012-02-29 22:02:42 +01:00
parent 8da0426024
commit 8aadedb205
2 changed files with 6 additions and 1 deletions

View file

@ -11,3 +11,6 @@ libfluidsynth.so.1
libstdc++.so.6
libm.so.6
libc.so.6
libvorbis.so.0
libogg.so.0
libtheoradec.so.1

View file

@ -1,6 +1,7 @@
# Template file for 'scummvm'
pkgname=scummvm
version=1.4.1
revision=1
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=fa0a7f0d59524611be0c5b9be9ac7f8e7a72bab1826732e056f88332aa3139da
short_desc="Free implementation of LucasArts' SCUMM interpreter"
@ -29,7 +30,8 @@ Add_dependency build libflac-devel
Add_dependency build faad2-devel
do_configure() {
./configure --prefix=/usr --backend=sdl --disable-debug --enable-plugins
./configure --prefix=/usr --backend=sdl --disable-debug \
--enable-plugins --enable-all-engines
}
do_build() {