Author: arvenil Date: Sat Jan 19 11:23:18 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - up to 1.3.14 - added fribidi bcond (doesn't build with it) - doesn't build at all, see TODO
---- Files affected: SPECS: wesnoth.spec (1.79.2.3 -> 1.79.2.4) ---- Diffs: ================================================================ Index: SPECS/wesnoth.spec diff -u SPECS/wesnoth.spec:1.79.2.3 SPECS/wesnoth.spec:1.79.2.4 --- SPECS/wesnoth.spec:1.79.2.3 Mon Dec 3 12:03:54 2007 +++ SPECS/wesnoth.spec Sat Jan 19 12:23:13 2008 @@ -3,21 +3,30 @@ # - package rest of developement tools # - rename language files [EMAIL PROTECTED] to [EMAIL PROTECTED] and include them # - use desktop file included with project (consider which one are better) +# - fix build with fribidi +# - doesn't build at all +# x86_64-pld-linux-g++: unrecognized option '-R/usr/lib' +# libwesnoth.a(image.o): In function `image::locator::load_image_file() const': +# /home/users/Arvenil/rpm/BUILD/wesnoth-1.3.14/src/image.cpp:274: undefined reference to `IMG_Load' +# libwesnoth.a(loadscreen.o): In function `loadscreen': +# /home/users/Arvenil/rpm/BUILD/wesnoth-1.3.14/src/loadscreen.cpp:59: undefined reference to `IMG_Load' +# /home/users/Arvenil/rpm/BUILD/wesnoth-1.3.14/src/loadscreen.cpp:59: undefined reference to `IMG_Load' # # Conditional build %bcond_without server # without server %bcond_without tools # without tools +%bcond_with fribidi # with Bidirectional language support # Summary: Strategy game with a fantasy theme Summary(pl.UTF-8): Strategiczna gra z motywem fantasy Name: wesnoth -Version: 1.3.12 +Version: 1.3.14 Release: 1 Epoch: 1 License: GPL v2+ Group: X11/Applications/Games/Strategy Source0: http://www.wesnoth.org/files/%{name}-%{version}.tar.bz2 -# Source0-md5: c6dfdf6adc887f83a67e4b5ffe09869b +# Source0-md5: 6730191d9c2d8d7f0bbfec765f27ed89 Source1: %{name}.desktop Source2: %{name}_editor.desktop Source3: %{name}d.init @@ -31,6 +40,7 @@ BuildRequires: SDL_ttf-devel >= 2.0 BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.9 +%{?with_fribidi:BuildRequires: fribidi-devel} BuildRequires: gettext-devel BuildRequires: libpng-devel BuildRequires: libstdc++-devel @@ -92,7 +102,7 @@ %build %{__gettextize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} @@ -100,6 +110,7 @@ %{?with_server:--enable-server} \ %{?with_tools:--enable-editor} \ %{?with_tools:--enable-tools} \ + --with%{!?with_fribidi:out}-fribidi \ --docdir=%{_docdir}/%{name}-%{version} \ --with-icondir=%{_pixmapsdir} \ --with-zipios @@ -235,6 +246,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.79.2.4 2008-01-19 11:23:13 arvenil +- up to 1.3.14 +- added fribidi bcond (doesn't build with it) +- doesn't build at all, see TODO + Revision 1.79.2.3 2007-12-03 11:03:54 arvenil - up to 1.3.12 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wesnoth.spec?r1=1.79.2.3&r2=1.79.2.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
