Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=52309ea7524f154177c6206db0a1b1a5e3035546
commit 52309ea7524f154177c6206db0a1b1a5e3035546 Author: crazy <[EMAIL PROTECTED]> Date: Sun Oct 14 00:29:39 2007 +0200 wesnoth-1.2.7-1-i686 * [SEC] version bump * fixed depends * closes #2486 in -current diff --git a/source/games-extra/wesnoth/FrugalBuild b/source/games-extra/wesnoth/FrugalBuild index a542394..a3a2047 100644 --- a/source/games-extra/wesnoth/FrugalBuild +++ b/source/games-extra/wesnoth/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: Christian Hamar alias krix <[EMAIL PROTECTED]> pkgname=wesnoth -pkgver=1.2.6 +pkgver=1.2.7 pkgrel=1 pkgdesc="Wesnoth is a turn based strategy game played in the fantasy world" url="http://www.wesnoth.org/" -depends=('sdl' 'sdlimage' 'sdl_net' 'sdl_mixer' 'libpng' 'libjpeg' 'libogg' \ - 'vorbis-tools' 'freetype2') +depends=('sdl' 'sdlimage' 'sdl_net' 'sdl_mixer>=1.2.8' 'libpng' 'libjpeg' 'libogg' \ + 'vorbis-tools' 'freetype2' 'python-tools' 'fribidi') groups=('games-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url |grep stable|sed 's/.* \([^ ]*\) (.*/\1/;q'" @@ -15,6 +15,6 @@ source=(http://www.wesnoth.org/files/$pkgname-$pkgver.tar.bz2) Fconfopts="$Fconfopts --enable-server --enable-editor --enable-tools \ --enable-campaing-server --with-kde --with-gnome \ --with-fifodir=/var/run/wesnothd" -sha1sums=('09c531f77856387239c94fc2c3e2f0b07f30dc32') +sha1sums=('04ebdda9fe7ed8d728343331e2d37fe01f12ad16') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
