]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- updated to 20.0.5 auto/th/Mesa-20.0.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Apr 2020 17:17:49 +0000 (19:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Apr 2020 17:17:49 +0000 (19:17 +0200)
- updated llvm10 patch

Mesa.spec
llvm10.patch

index e4d544e585a07f083b816e2267ada2d371e094ea..bb11c9d7f5e5495cc8cea0381c8eb3d990925631 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 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
index 2819ce3940ac7145f2cd0131f81ecf09241c9362..1f1fb34af4a67bef31903508bd049b1629ffdff1 100644 (file)
@@ -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')
  
 +
  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@.0.0'.format(opencl_version),
-   install : true,
+   ]
+ endif
This page took 1.143602 seconds and 4 git commands to generate.