SPECS: evas.spec - disable xrender_xcb because of incompatible with latest ...

cactus cactus at pld-linux.org
Wed Aug 13 00:35:23 CEST 2008


Author: cactus                       Date: Tue Aug 12 22:35:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable xrender_xcb because of incompatible with latest xcb-util - waiting for patch thx to : Pawe³ Chmiel golecpch//interia\pl
- updated TODO

---- Files affected:
SPECS:
   evas.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/evas.spec
diff -u SPECS/evas.spec:1.55 SPECS/evas.spec:1.56
--- SPECS/evas.spec:1.55	Tue Jun  3 20:12:07 2008
+++ SPECS/evas.spec	Wed Aug 13 00:35:17 2008
@@ -1,7 +1,8 @@
 # $Revision$, $Date$
 #
-# TODO : 
-# --enable-software-xcb	\ - this not build
+# TODO :
+# software-xcb	- BR: xcb-util => 0.2.1 +patch
+# xrender-xcb	- BR: xcb-util < 0.2.1
 #
 # Conditional build:
 %bcond_without	mmx		# without MMX and MMX2
@@ -9,6 +10,7 @@
 %bcond_without	altivec		# without altivec
 %bcond_without	fb		# build without FB support
 %bcond_with	soft_xcb	# build with software xcb support
+%bcond_with	xrender_xcb	# build with xrender xcb support
 %bcond_without	static_libs	# don't build static library
 #
 %ifnarch i586 i686 pentium3 pentium4 athlon %{x8664}
@@ -415,7 +417,7 @@
 	--enable-gl-x11		\
 	--enable-glitz-x11	\
 	--enable-xrender-x11	\
-	--enable-xrender-xcb	\
+	--%{?with_xrender_xcb:en}%{!?with_xrender_xcb:dis}able-xrender-xcb	\
 	--enable-font-loader-eet	\
 	--enable-image-loader-edb	\
 	--enable-image-loader-eet	\
@@ -546,11 +548,13 @@
 %dir %{_libdir}/%{name}/modules/engines/xrender_x11/linux-gnu-*
 %attr(755,root,root) %{_libdir}/%{name}/modules/engines/xrender_x11/linux-gnu-*/module.so
 
+%if %{with xrender_xcb}
 %files engine-xrender_xcb
 %defattr(644,root,root,755)
 %dir %{_libdir}/%{name}/modules/engines/xrender_xcb
 %dir %{_libdir}/%{name}/modules/engines/xrender_xcb/linux-gnu-*
 %attr(755,root,root) %{_libdir}/%{name}/modules/engines/xrender_xcb/linux-gnu-*/module.so
+%endif
 
 %files loader-edb
 %defattr(644,root,root,755)
@@ -642,6 +646,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2008/08/12 22:35:17  cactus
+- disable xrender_xcb because of incompatible with latest xcb-util - waiting for patch thx to : Pawe³ Chmiel golecpch//interia\pl
+- updated TODO
+
 Revision 1.55  2008/06/03 18:12:07  qboosh
 - ghost soname symlink
 - updated am BR
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evas.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list