wok-4.x rev 12329
Updated ScummVM to the latest version
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Sun Sep 23 16:08:52 2012 +0200 (2012-09-23) |
parents | 4b82e48376c7 |
children | fcdffb430fa5 |
files | scummvm/receipt |
line diff
1.1 --- a/scummvm/receipt Sat Sep 22 22:10:45 2012 +0200 1.2 +++ b/scummvm/receipt Sun Sep 23 16:08:52 2012 +0200 1.3 @@ -1,17 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scummvm" 1.7 -VERSION="1.3.1" 1.8 +VERSION="1.5.0" 1.9 CATEGORY="games" 1.10 SHORT_DESC="A 'virtual machine' for several classic graphical point-and-click adventure games." 1.11 -MAINTAINER="gokhlayeh@slitaz.org" 1.12 +MAINTAINER="admin@trixarian.net" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.scummvm.org/" 1.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 CROSS="bug: Doesn't support --build." 1.17 1.18 -DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl zlib" 1.19 -BUILD_DEPENDS="libsdl-dev alsa-lib-dev libmad-dev libvorbis-dev flac-dev" 1.20 +DEPENDS="gcc-lib-base alsa-lib libmad libmpeg2 libogg libsdl libvorbis flac zlib" 1.21 +BUILD_DEPENDS="alsa-lib-dev libmad-dev libmpeg2-dev libogg-dev libsdl-dev libvorbis-dev flac-dev zlib-dev" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()