]> git.pld-linux.org Git - packages/Mesa.git/blobdiff - Mesa.spec
Version: 18.1.6
[packages/Mesa.git] / Mesa.spec
index e3e43b66e0f5b1223e6d87ff6deeb6cac2a81f92..ad9ce17f67c355246df64c769f59fcbe2ccab213 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     WolnodostÄ™pna implementacja standardu OpenGL
 Name:          Mesa
-Version:       18.1.1
+Version:       18.1.6
 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: 063468c930ff61d211ece0191874fa95
+# Source0-md5: f798814c0b93ca3c1cf395bb936db3e0
 Patch0:                %{name}-link.patch
 Patch1:                glvnd-fix-gl-dot-pc.patch
+Patch2:                %{name}-munmap_null.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -85,8 +86,8 @@ BuildRequires:        libtool >= 2:2.2
 %{?with_va:BuildRequires:      libva-devel >= 1.6.0}
 %{?with_va:BuildRequires:      pkgconfig(libva) >= 0.39.0}
 BuildRequires: libvdpau-devel >= 1.1
-BuildRequires: libxcb-devel >= 1.10
-# gallium core requires 3.3.0, swr/r600/radeonsi require 3.9.0
+BuildRequires: libxcb-devel >= 1.13
+# gallium core requires 3.3.0, OpenCL/r600 require 3.9.0, swr/radeonsi/radv 4.0.0
 %{?with_gallium:BuildRequires: llvm-devel >= 4.0}
 %{?with_radv:BuildRequires:    llvm-devel >= 4.0}
 %{?with_opencl:BuildRequires:  llvm-libclc}
@@ -222,6 +223,7 @@ License:    MIT
 Group:         X11/Libraries
 Requires:      %{name}-libglapi = %{version}-%{release}
 Requires:      libdrm >= %{libdrm_ver}
+Requires:      libxcb >= 1.13
 Requires:      xorg-lib-libXdamage >= 1.1
 Provides:      OpenGL = 4.5
 Provides:      OpenGL-GLX = 1.4
@@ -1267,6 +1269,7 @@ radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
 %if %{with glvnd}
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.041888 seconds and 4 git commands to generate.