From bdd5a67f933054733e36761d3c970213c1d65784 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Jul 2014 08:50:59 +0200 Subject: [PATCH] scummvm: update to 1.7.0. --- srcpkgs/scummvm/template | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template index f1a1968db7c..1e11ca88268 100644 --- a/srcpkgs/scummvm/template +++ b/srcpkgs/scummvm/template @@ -1,30 +1,23 @@ # Template file for 'scummvm' pkgname=scummvm -version=1.6.0 -revision=2 +version=1.7.0 +revision=1 +build_style=configure +configure_args="--prefix=/usr --enable-plugins --enable-all-engines" hostmakedepends="pkg-config nasm" makedepends="zlib-devel libpng-devel SDL-devel libmad-devel faad2-devel - fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel freetype-devel" + fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel + freetype-devel libjpeg-turbo-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=396060da6a8f391438055c292a280048d29dc408c5b615db43256a86f0e57ec4 - -do_configure() { - ./configure --prefix=/usr --disable-debug \ - --with-freetype2-prefix=/usr --with-sdl-prefix=/usr \ - --enable-plugins --enable-all-engines -} - -do_build() { - make ${makejobs} -} +checksum=d9ff0e8cf911afa466d5456d28fef692a17d47ddecfd428bf2fef591237c2e66 do_install() { - vinstall scummvm 755 usr/bin - vinstall dists/scummvm.6 644 usr/share/man/man6 + vbin scummvm + vman dists/scummvm.6 vinstall dists/scummvm.desktop 644 usr/share/applications vinstall icons/scummvm.xpm 644 usr/share/pixmaps vinstall gui/themes/scummmodern.zip 644 usr/share/scummvm