From c5344bafce5791d33ba6e072650ba30143e84a05 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 31 Jul 2012 08:03:15 +0200 Subject: [PATCH] scummvm: update to 1.5.0. --- srcpkgs/scummvm/scummvm.rshlibs | 1 + srcpkgs/scummvm/template | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/srcpkgs/scummvm/scummvm.rshlibs b/srcpkgs/scummvm/scummvm.rshlibs index 6eabec9017..4a7af2b756 100644 --- a/srcpkgs/scummvm/scummvm.rshlibs +++ b/srcpkgs/scummvm/scummvm.rshlibs @@ -15,3 +15,4 @@ libvorbis.so.0 libogg.so.0 libtheoradec.so.1 libgcc_s.so.1 i686 +libfreetype.so.6 diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template index 00e25f8fcc..356c6be233 100644 --- a/srcpkgs/scummvm/template +++ b/srcpkgs/scummvm/template @@ -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 " 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 }