Author: qboosh Date: Fri May 6 17:55:35 2011 GMT Module: packages Tag: HEAD ---- Log message: - use external tolua++ - added cegui_corona_config hack (workaround missing $ before "PATH" in acinclude.m4) - release 4.2
---- Files affected: packages/CEGUI: CEGUI.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: packages/CEGUI/CEGUI.spec diff -u packages/CEGUI/CEGUI.spec:1.50 packages/CEGUI/CEGUI.spec:1.51 --- packages/CEGUI/CEGUI.spec:1.50 Fri May 6 18:51:56 2011 +++ packages/CEGUI/CEGUI.spec Fri May 6 19:55:29 2011 @@ -1,6 +1,6 @@ # $Revision$, $Date$ # TODO: -# - external tolua++ +# - python # - separate packages for plugins # # Conditional build: @@ -13,7 +13,7 @@ Summary(pl.UTF-8): CEGUI - wolnodostępna biblioteka zapewniającą okienka i widgety Name: CEGUI Version: 0.7.5 -Release: 4.1 +Release: 4.2 License: LGPL v2.1+ (with MIT parts) Group: Libraries Source0: http://downloads.sourceforge.net/crayzedsgui/%{name}-%{version}.tar.gz @@ -46,6 +46,7 @@ BuildRequires: pkgconfig BuildRequires: sed >= 4.0 BuildRequires: tinyxml-devel +BuildRequires: tolua++-devel # for irrlicht renderer BuildRequires: xorg-lib-libXxf86vm-devel %if %{with opengl} @@ -168,6 +169,7 @@ %{__autoheader} %{__automake} %configure \ + cegui_corona_config=/usr/bin/corona-config \ --with-default-image-codec=FreeImageImageCodec \ --with-default-xml-parser=LibxmlParser \ %{!?with_samples:--disable-samples} \ @@ -218,8 +220,6 @@ %attr(755,root,root) %{_libdir}/libCEGUITinyXMLParser.so %attr(755,root,root) %{_libdir}/libCEGUIXercesParser-%{version}.so %attr(755,root,root) %{_libdir}/libCEGUIXercesParser.so -%attr(755,root,root) %{_libdir}/libCEGUItoluapp-%{version}.so -%attr(755,root,root) %{_libdir}/libCEGUItoluapp.so %files docs %defattr(644,root,root,755) @@ -245,7 +245,6 @@ %{_libdir}/libCEGUITGAImageCodec.la %{_libdir}/libCEGUITinyXMLParser.la %{_libdir}/libCEGUIXercesParser.la -%{_libdir}/libCEGUItoluapp.la %dir %{_includedir}/%{name} %{_includedir}/%{name}/CEGUI*.h %{_includedir}/%{name}/ImageCodecModules @@ -290,6 +289,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2011/05/06 17:55:29 qboosh +- use external tolua++ +- added cegui_corona_config hack (workaround missing $ before "PATH" in acinclude.m4) +- release 4.2 + Revision 1.50 2011/05/06 16:51:56 qboosh - release 4.1 (for ogre bootstrap) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/CEGUI/CEGUI.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
