From 4714a7a92fdcdbfecd66f15b04ac9d87761aee03a0034924f136ae47063cbf1a Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 19 Sep 2011 13:26:10 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/Mesa revision 133.0 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=80c7d2833e1d4d62b6728ef8a29a1e8c --- MD5SUMS | 12 ------------ MD5SUMS.meta | 1 - 2 files changed, 13 deletions(-) delete mode 100644 MD5SUMS delete mode 100644 MD5SUMS.meta diff --git a/MD5SUMS b/MD5SUMS deleted file mode 100644 index 63a3ab0..0000000 --- a/MD5SUMS +++ /dev/null @@ -1,12 +0,0 @@ -9c35c775244e027c015611a07970d357 FIX_BUILD_WITH_LLVM.patch -8b8113cbe6c63b9a41973695a66aee7d Mesa.changes -e07b0af8bba834e3fe174a47cb07005e Mesa.spec -d2b5955158c82bd0a89964bdc39d4559 MesaLib-7.11.tar.bz2 -3717202fd4ed99c42c249227e1891392 README.updates -847e07bcbb3daf315f2ab15f024364ad U_Mesa-7.11-llvm3.patch -8d5ab257641658c8d946419b3bb72d34 U_glx-ignore-BadRequest-errors-from-DRI2Connect.diff -2dc57a7c3922d06bb47a9126ba2462ac baselibs.conf -b3619b22abafe591ac7cf7cb0a6f04e0 drirc -799d2da86deb7f425cfadc0b98d889c9 manual-pages.tar.bz2 -8fa902a3dde774c59c8fd70fcbdcba4c u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch -36b62abe308bbc0ac033db3ae1adf468 u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch diff --git a/MD5SUMS.meta b/MD5SUMS.meta deleted file mode 100644 index 017b40e..0000000 --- a/MD5SUMS.meta +++ /dev/null @@ -1 +0,0 @@ -31bc1fffbedd8f16c87f3d0b8134c0e2 MD5SUMS From 866726d3e75b1cdc052cc8cbb74664fcfa9c8c7a616848a727072d81a24c4ea4 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Wed, 21 Sep 2011 12:13:27 +0000 Subject: [PATCH 2/2] Accepting request 82603 from home:vizzzion:branches:X11:XOrg Enable build of OpenGL-ES With this patch, I can build and run KWin on top of OpenGL-ES on Intel and Radeon hardware. OBS-URL: https://build.opensuse.org/request/show/82603 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=178 --- Mesa.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Mesa.spec b/Mesa.spec index 6eaf3b0..f4dedad 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -24,7 +24,7 @@ Release: 5 Name: Mesa BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base xorg-x11-devel -BuildRequires: bison fdupes flex libtalloc-devel libxml2-python +BuildRequires: bison fdupes flex libtalloc-devel libudev-devel libxml2-python %ifarch %ix86 x86_64 BuildRequires: llvm-devel %endif @@ -79,7 +79,7 @@ Authors: %package devel License: MIT License (or similar) -Requires: Mesa = %version xorg-x11-devel libdrm-devel +Requires: Mesa = %version xorg-x11-devel libdrm-devel libudev-devel Summary: Libraries, includes and more to develop Mesa applications Group: Development/Libraries/X11 # bug437293 @@ -138,6 +138,8 @@ autoreconf -fi --enable-gles1 \ --enable-gles2 \ --with-driver=dri \ + --with-egl-platforms=x11,drm \ + --enable-shared-glapi \ --with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \ %ifarch %ix86 x86_64 --with-dri-drivers=i810,i915,i965,mach64,r128,r200,radeon,sis,tdfx,unichrome,swrast,mga \ @@ -214,6 +216,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/GLES2 %{_includedir}/EGL %{_includedir}/KHR +%{_includedir}/gbm.h %{_libdir}/libGL.so %{_libdir}/libGLU.so %{_libdir}/libOSMesa.so @@ -221,12 +224,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libGLESv1_CM.so %{_libdir}/libGLESv2.so %{_libdir}/libglapi.so +%{_libdir}/libgbm.so %{_libdir}/pkgconfig/dri.pc %{_libdir}/pkgconfig/egl.pc %{_libdir}/pkgconfig/gl.pc %{_libdir}/pkgconfig/glu.pc %{_libdir}/pkgconfig/glesv1_cm.pc %{_libdir}/pkgconfig/glesv2.pc +%{_libdir}/pkgconfig/gbm.pc %{_mandir}/man3/* %changelog