Updated to 19.2.7

This commit is contained in:
Victor Ryzhikh 2019-12-17 10:32:53 +00:00
parent 6b484cd9cc
commit 9ad45837dd

View file

@ -31,8 +31,8 @@
Summary: OpenGL-compatible 3D graphics library
Name: mesa
Version: 19.2.1
Release: 3
Version: 19.2.7
Release: 1
License: MIT
Group: System/Libraries
Url: http://www.mesa3d.org
@ -44,7 +44,8 @@ Source101: mesa.rpmlintrc
Patch1: 0001-gallium-Disable-rgb10-configs-by-default.patch
Patch2: mesa-11.2-evergreen-big-endian.patch
BuildRequires: meson
BuildRequires: cmake
BuildRequires: meson >= 0.48.0
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: bison
@ -57,7 +58,7 @@ BuildRequires: pkgconfig(libomxil-bellagio)
BuildRequires: makedepend
BuildRequires: python3-mako
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(libdrm) >= 2.4.99
BuildRequires: pkgconfig(libunwind)
BuildRequires: pkgconfig(python3)
%if %{with va}
@ -67,15 +68,17 @@ BuildRequires: pkgconfig(talloc)
%if %{with vdpau}
BuildRequires: pkgconfig(vdpau)
%endif
%if %{with opencl}
BuildRequires: gcc
BuildRequires: clang
BuildRequires: clang-devel
BuildRequires: opencl-headers
BuildRequires: pkgconfig(OpenCL)
BuildRequires: gcc >= 5.3
BuildRequires: clang >= 7.0.0
BuildRequires: clang-devel >= 7.0.0
BuildRequires: llvm >= 7.0.0
BuildRequires: llvm-devel >= 7.0.0
%if %{without opencl}
BuildRequires: opencl-headers >= 2.1
BuildRequires: pkgconfig(OpenCL) >= 2.1
%endif
%if %{with wayland}
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-client) >= 1.11
BuildRequires: pkgconfig(wayland-protocols)
%endif
BuildRequires: pkgconfig(x11)
@ -97,7 +100,7 @@ BuildRequires: pkgconfig(xshmfence)
BuildRequires: pkgconfig(xcb-dri3)
BuildRequires: pkgconfig(xcb-present)
%if %{with selinux}
BuildRequires: pkgconfig(libselinux)
BuildRequires: libselinux-devel
%endif
%if %{with vulkan}
# for SHA1 implementation from libnettle:
@ -301,11 +304,9 @@ package contains the headers needed to compile Mesa programs.
%files -n %{devgl}
%{_includedir}/GL/gl.h
%{_includedir}/GL/gl_mangle.h
%{_includedir}/GL/glext.h
%{_includedir}/GL/glx.h
%{_includedir}/GL/glxext.h
%{_includedir}/GL/glx_mangle.h
%if !%{with osmesa}
%{_includedir}/GL/osmesa.h
%endif
@ -704,14 +705,18 @@ Mesa common meta package for development files.
-Dgallium-vdpau=true \
-Dgallium-xvmc=true \
-Dgallium-omx=bellagio \
%if %{with va}
-Dgallium-va=true \
%else
-Dgallium-va=false \
%endif
-Dgallium-xa=true \
-Dgallium-nine=true \
-Dgallium-opencl=disabled \
-Dgbm=true \
-Dglx=dri \
-Degl=true \
-Dllvm=true \
-Dllvm="true" \
-Dlibunwind=true \
-Dlmsensors=true \
-Dtexture-float=true \