wok diff scummvm/receipt @ rev 14278
merge
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 06 15:17:50 2013 +0200 (2013-04-06) |
parents | f5b1d838898b |
children | 132d3416b188 |
line diff
1.1 --- a/scummvm/receipt Wed Oct 12 12:42:58 2011 +0000 1.2 +++ b/scummvm/receipt Sat Apr 06 15:17:50 2013 +0200 1.3 @@ -1,17 +1,16 @@ 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() 1.25 @@ -21,7 +20,6 @@ 1.26 --prefix=/usr \ 1.27 --datadir=/usr/games/scummvm \ 1.28 --backend=sdl --disable-debug \ 1.29 - --with-mpeg2-prefix=/usr \ 1.30 --with-flac-prefix=/usr \ 1.31 --disable-fluidsynth \ 1.32 --host=$HOST_SYSTEM &&