[mesa] snapshot mesa: add some build hackarounds

Dave Airlie airlied at fedoraproject.org
Tue Jul 17 07:53:28 UTC 2012


commit 59f011598de246f5772da5557476d0aa4a0d20f7
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jul 17 03:59:15 2012 -0400

    snapshot mesa: add some build hackarounds

 .gitignore             |    1 +
 mesa-8.1-fixglpc.patch |   14 ++++++++++++++
 mesa.spec              |   16 +++++++++++-----
 sources                |    2 +-
 4 files changed, 27 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea858ab..7d0a853 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ mesa-20100720.tar.bz2
 /MesaLib-8.0.2.tar.bz2
 /mesa-20120424.tar.xz
 /mesa-20120603.tar.xz
+/mesa-20120716.tar.xz
diff --git a/mesa-8.1-fixglpc.patch b/mesa-8.1-fixglpc.patch
new file mode 100644
index 0000000..66af604
--- /dev/null
+++ b/mesa-8.1-fixglpc.patch
@@ -0,0 +1,14 @@
+diff -up mesa-20120716/src/mesa/Makefile.am.dave mesa-20120716/src/mesa/Makefile.am
+--- mesa-20120716/src/mesa/Makefile.am.dave	2012-07-17 02:16:46.923268668 -0400
++++ mesa-20120716/src/mesa/Makefile.am	2012-07-17 02:17:09.106991335 -0400
+@@ -144,8 +144,7 @@ CLEANFILES += libmesa.a libmesagallium.a
+ 
+ pkgconfigdir = $(libdir)/pkgconfig
+ 
+-if HAVE_OSMESA_DRIVER
+-pkgconfig_DATA = osmesa.pc
+-else
+ pkgconfig_DATA = gl.pc
++if HAVE_OSMESA_DRIVER
++pkgconfig_DATA += osmesa.pc
+ endif
diff --git a/mesa.spec b/mesa.spec
index 3d59544..a159bbd 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -30,13 +30,13 @@
 %define _default_patch_fuzz 2
 
 %define manpages gl-manpages-1.0.1
-%define gitdate 20120603
+%define gitdate 20120716
 #% define snapshot 
 
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 8.1
-Release: 0.9%{?dist}
+Release: 0.10%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -52,13 +52,14 @@ Source3: make-git-snapshot.sh
 Patch9: mesa-8.0-llvmpipe-shmget.patch
 Patch11: mesa-8.0-nouveau-tfp-blacklist.patch
 Patch12: mesa-8.0.1-fix-16bpp.patch
+Patch13: mesa-8.1-fixglpc.patch
 
 BuildRequires: pkgconfig autoconf automake libtool
 %if %{with_hardware}
 BuildRequires: kernel-headers
 BuildRequires: xorg-x11-server-devel
 %endif
-BuildRequires: libdrm-devel >= 2.4.27-1
+BuildRequires: libdrm-devel >= 2.4.37
 BuildRequires: libXxf86vm-devel
 BuildRequires: expat-devel
 BuildRequires: xorg-x11-proto-devel
@@ -274,6 +275,7 @@ Mesa shared glapi
 %patch9 -p1 -b .shmget
 %patch11 -p1 -b .nouveau
 %patch12 -p1 -b .16bpp
+%patch13 -p1 -b .fixglpc
 
 %build
 
@@ -315,6 +317,8 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
 %endif
     %{?dri_drivers}
 
+#ignore the man behind the curtain. - temp workaround mesa build bug
+cd src/egl/wayland; make; cd -
 make %{?_smp_mflags} MKDEP=/bin/true
 
 pushd ../%{manpages}
@@ -437,8 +441,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/dri/vmwgfx_dri.so
 %endif
 %endif
-%{_libdir}/dri/libdricore.so
-%{_libdir}/dri/libglsl.so
+%{_libdir}/libdricore*.so*
 %{_libdir}/dri/swrast_dri.so
 
 %files -n khrplatform-devel
@@ -561,6 +564,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Jul 17 2012 Dave Airlie <airlied at redhat.com> 8.1-0.10
+- snapshot mesa: add some build hackarounds 
+
 * Sat Jul 14 2012 Ville Skyttä <ville.skytta at iki.fi> - 8.1-0.9
 - Call ldconfig at -libglapi and -libxatracker post(un)install time.
 - Drop redundant ldconfig dependencies, let rpm auto-add them.
diff --git a/sources b/sources
index f81eb67..f8bc3f6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 6ae05158e678f4594343f32c2ca50515  gl-manpages-1.0.1.tar.bz2
-fa6ccc097cd8b60715b23c3614a98c69  mesa-20120603.tar.xz
+2c0d41631e7e12adbbe17246cd25b3a3  mesa-20120716.tar.xz


More information about the scm-commits mailing list