# HG changeset patch # User Eric Joseph-Alexandre # Date 1280736889 -7200 # Node ID b67661853cc98100526e4429e846ca5d5c5cbd4c # Parent 1336a1c34cf15c66024eff01a3fe86f91fdea315 Up: wesnoth* (1.8.3) diff -r 1336a1c34cf1 -r b67661853cc9 wesnoth-music/receipt --- a/wesnoth-music/receipt Sun Aug 01 18:28:42 2010 +0200 +++ b/wesnoth-music/receipt Mon Aug 02 10:14:49 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wesnoth-music" -VERSION="1.6.2" +VERSION="1.8.3" CATEGORY="games" SHORT_DESC="Music files for wesnoth" MAINTAINER="mimas@slitaz.org" diff -r 1336a1c34cf1 -r b67661853cc9 wesnoth/receipt --- a/wesnoth/receipt Sun Aug 01 18:28:42 2010 +0200 +++ b/wesnoth/receipt Mon Aug 02 10:14:49 2010 +0200 @@ -1,14 +1,16 @@ # SliTaz package receipt. PACKAGE="wesnoth" -VERSION="1.6.2" +VERSION="1.8.3" CATEGORY="games" SHORT_DESC="Turn based strategy game" MAINTAINER="mimas@slitaz.org" DEPENDS="libsdl libsdl-mixer libsdl-ttf libsdl-net libsdl-image zlib pango \ cairo fontconfig libboost-regex libboost-iostreams libpng fribidi gcc-lib-base \ xcb-util" -BUILD_DEPENDS="cairo-dev pango-dev libboost-regex-dev libboost-iostreams-dev libsdl-dev libsdl-mixer-dev libsdl-ttf-dev libsdl-image-dev libsdl-net-dev libpng-dev freetype-dev fontconfig-dev findutils" +BUILD_DEPENDS="cairo-dev pango-dev libboost-regex-dev libboost-iostreams-dev libsdl-dev libsdl-mixer-dev libsdl-ttf-dev \ +libsdl-ttf libsdl-image-dev libsdl-net-dev libpng-dev freetype-dev fontconfig-dev findutils \ +lua-dev libboost-serialization-dev autoconf automake" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.wesnoth.org/" WGET_URL="$SF_MIRROR/wesnoth/$TARBALL" @@ -18,6 +20,7 @@ compile_rules() { cd $src + ./autogen.sh || exit 1 ./configure --prefix=/usr $CONFIGURE_ARGS sed -i -e 's/CFLAGS = -O2/CFLAGS = -fno-strict-aliasing -O2/' \ -e 's/CXXFLAGS = -O2/CXXFLAGS = -fno-strict-aliasing -O2/' \