Author: qboosh Date: Wed Dec 26 17:27:15 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added irrlicht patch (fix + update for irrlicht 1.4) - License is LGPL v2.1+, most of code is MIT
---- Files affected: SPECS: CEGUI.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/CEGUI.spec diff -u SPECS/CEGUI.spec:1.11 SPECS/CEGUI.spec:1.12 --- SPECS/CEGUI.spec:1.11 Sun Nov 11 22:03:58 2007 +++ SPECS/CEGUI.spec Wed Dec 26 18:27:09 2007 @@ -3,18 +3,16 @@ # - gcc33 patch only for AC-branch # - ogre-renderer (BR: CEGUI-OGRE >= 1.0.0 through pkgconfig) # - maybe we should make subpackages? For example CEGUI-OPENGL (smc.spec)? -# - if You want have irrlight renderer enabled pass CC=athlon-pld-linux-g++ to configure -# because irrlight.h test is compiled by CC # # Conditional build: -%bcond_with xercesc +%bcond_with xercesc # build XercesParser # Summary: CEGUI - a free library providing windowing and widgets Summary(pl.UTF-8): CEGUI - wolnodostępna biblioteka zapewniającą okienka i widgety Name: CEGUI Version: 0.5.0 Release: 1 -License: LGPL +License: LGPL v2.1+ (with MIT parts) Group: Libraries Source0: http://dl.sourceforge.net/crayzedsgui/%{name}-%{version}b.tar.gz # Source0-md5: b42322a33c6a06eede76b15f75694a17 @@ -22,6 +20,7 @@ # Source1-md5: e268b5812f146ee1ff9ba4c07ff501b7 Patch0: %{name}-gcc33.patch Patch1: %{name}-link.patch +Patch2: %{name}-irrlicht.patch URL: http://www.cegui.org.uk/ BuildRequires: DevIL-devel BuildRequires: FreeImage-devel @@ -33,20 +32,21 @@ BuildRequires: corona-devel >= 1.0.2 BuildRequires: expat-devel BuildRequires: freetype-devel >= 2.0 -BuildRequires: irrlicht-devel +BuildRequires: irrlicht-devel >= 1.4 BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 BuildRequires: libxml2-devel >= 1:2.6 BuildRequires: lua50-devel >= 5.0 BuildRequires: pcre-devel >= 5.0 BuildRequires: pkgconfig +# for irrlicht renderer +BuildRequires: xorg-lib-libXxf86vm-devel +Requires: irrlicht >= 1.4 %if %{with xercesc} BuildRequires: xerces-c-devel BuildConflicts: xerces-c-devel >= 2.8.0 Conflicts: xerces-c >= 2.8.0 %endif -# for irrlicht -BuildRequires: xorg-lib-libXxf86vm-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -84,6 +84,7 @@ %setup -q -b 1 %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -134,6 +135,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2007-12-26 17:27:09 qboosh +- added irrlicht patch (fix + update for irrlicht 1.4) +- License is LGPL v2.1+, most of code is MIT + Revision 1.11 2007-11-11 21:03:58 cactus - reverted to 0.5.0b ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CEGUI.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
