X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=Mesa.spec;h=e6a101710b75d6f2be1b329d43f24b0cfc4a8aff;hb=8f4518879532a8b593ac9e4fcdcfde8f885635f7;hp=3ceb981773b9e128d4d35be43e06c9a0d963e3ae;hpb=0b39dce43890f639382d06e2d1f50f8000f089a1;p=packages%2FMesa.git diff --git a/Mesa.spec b/Mesa.spec index 3ceb981..e6a1017 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -59,14 +59,13 @@ Summary: Free OpenGL implementation Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL Name: Mesa -Version: 17.3.7 -Release: 3 +Version: 18.1.7 +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: 769137f2538562c300c4b76bcb097377 +# Source0-md5: 17d8a7e7ecbe146a7dc439e8b6eb02e9 Patch0: %{name}-link.patch -Patch1: glvnd-fix-gl-dot-pc.patch URL: http://www.mesa3d.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -83,12 +82,12 @@ BuildRequires: libstdc++-devel >= 6:4.2.0 BuildRequires: libtalloc-devel >= 2:2.0.1 BuildRequires: libtool >= 2:2.2 %{?with_va:BuildRequires: libva-devel >= 1.6.0} -%{?with_va:BuildRequires: pkgconfig(libva) >= 0.38.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 -%{?with_gallium:BuildRequires: llvm-devel >= 3.9} -%{?with_radv:BuildRequires: llvm-devel >= 3.9} +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} # for SHA1 (could use also libmd/libsha1/libgcrypt/openssl instead) BuildRequires: nettle-devel @@ -222,6 +221,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 @@ -1264,9 +1264,6 @@ radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD. %prep %setup -q -n mesa-%{version} %patch0 -p1 -%if %{with glvnd} -%patch1 -p1 -%endif %build %{__libtoolize}