[packages/Mesa] - updated to 20.0.5 - updated llvm10 patch
qboosh
qboosh at pld-linux.org
Sat Apr 25 19:17:35 CEST 2020
commit d1534987646703b9ceeda8818e4b61e9c5e80a42
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Apr 25 19:17:49 2020 +0200
- updated to 20.0.5
- updated llvm10 patch
Mesa.spec | 6 +++---
llvm10.patch | 16 ++++++++--------
2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index e4d544e..bb11c9d 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -64,14 +64,14 @@
Summary: Free OpenGL implementation
Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
Name: Mesa
-Version: 20.0.4
-Release: 2
+Version: 20.0.5
+Release: 1
License: MIT (core) and others - see license.html file
Group: X11/Libraries
#Source0: ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
## Source0-md5: 7c61a801311fb8d2f7b3cceb7b5cf308
Source0: https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-%{version}/mesa-mesa-%{version}.tar.bz2
-# Source0-md5: 4468786b0e8faeed8f417f5e1414eab4
+# Source0-md5: 8cead0e352499fbda32f1e6261e9f000
Patch0: nouveau_no_rtti.patch
Patch1: i9x5-tex-ignore-the-diff-between-GL_TEXTURE_2D-and-GL_TEXTURE_RECTANGLE.patch
Patch2: llvm10.patch
diff --git a/llvm10.patch b/llvm10.patch
index 2819ce3..1f1fb34 100644
--- a/llvm10.patch
+++ b/llvm10.patch
@@ -1,6 +1,6 @@
---- mesa-mesa-20.0.4.orig/src/gallium/targets/opencl/meson.build 2020-04-03 11:25:46.000000000 +0200
-+++ mesa-mesa-20.0.4/src/gallium/targets/opencl/meson.build 2020-04-10 17:40:42.912810510 +0200
-@@ -31,6 +31,13 @@
+--- mesa-mesa-20.0.5/src/gallium/targets/opencl/meson.build.orig 2020-04-22 23:35:13.000000000 +0200
++++ mesa-mesa-20.0.5/src/gallium/targets/opencl/meson.build 2020-04-25 17:05:51.190967800 +0200
+@@ -31,6 +31,13 @@ endif
llvm_libdir = dep_llvm.get_configtool_variable('libdir')
@@ -13,12 +13,12 @@
+
opencl_libname = with_opencl_icd ? 'MesaOpenCL' : 'OpenCL'
- libopencl = shared_library(
-@@ -56,6 +63,7 @@
+ dep_clang = cpp.find_library('clang-cpp', dirs : llvm_libdir, required : false)
+@@ -49,6 +56,7 @@ if not dep_clang.found()
cpp.find_library('clangEdit', dirs : llvm_libdir),
cpp.find_library('clangLex', dirs : llvm_libdir),
cpp.find_library('clangBasic', dirs : llvm_libdir),
+ polly_dep, polly_isl_dep,
- ],
- version : '@0 at .0.0'.format(opencl_version),
- install : true,
+ ]
+ endif
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/d1534987646703b9ceeda8818e4b61e9c5e80a42
More information about the pld-cvs-commit
mailing list