scummvm: update to 1.5.0.
This commit is contained in:
parent
c1eefe0fb5
commit
c5344bafce
2 changed files with 9 additions and 6 deletions
|
@ -15,3 +15,4 @@ libvorbis.so.0
|
|||
libogg.so.0
|
||||
libtheoradec.so.1
|
||||
libgcc_s.so.1 i686
|
||||
libfreetype.so.6
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'scummvm'
|
||||
pkgname=scummvm
|
||||
version=1.4.1
|
||||
version=1.5.0
|
||||
revision=1
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=fa0a7f0d59524611be0c5b9be9ac7f8e7a72bab1826732e056f88332aa3139da
|
||||
makedepends="pkg-config nasm zlib-devel libpng-devel SDL-devel libmad-devel fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel faad2-devel"
|
||||
makedepends="pkg-config nasm zlib-devel libpng-devel SDL-devel libmad-devel
|
||||
fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel faad2-devel
|
||||
freetype-devel"
|
||||
short_desc="Free implementation of LucasArts' SCUMM interpreter"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.scummvm.org/"
|
||||
license="GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=81831cd878a8daad2976f65c92139a2102233082c7d2770579d7e425b19cea2e
|
||||
long_desc="
|
||||
ScummVM is a 'virtual machine' for several classic graphical point-and-click
|
||||
adventure games. It is designed to run Adventure Soft's Simon the Sorcerer
|
||||
|
@ -18,9 +20,9 @@ long_desc="
|
|||
See the official compatibility list at http://www.scummvm.org/compatibility.php
|
||||
for a full list of supported games."
|
||||
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr --backend=sdl --disable-debug \
|
||||
./configure --prefix=/usr --disable-debug \
|
||||
--with-freetype2-prefix=/usr --with-sdl-prefix=/usr \
|
||||
--enable-plugins --enable-all-engines
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue