X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=Mesa.spec;h=ed4bca201d609b4c94c8f2a792460f94a7709f62;hb=3f6d195ec56760944ee48d4492d871223caeadfc;hp=95f30598ffd4fc08aa0de0117db9520873567582;hpb=206fdf10d322332672bce86b5c967e89a588bf85;p=packages%2FMesa.git diff --git a/Mesa.spec b/Mesa.spec index 95f3059..ed4bca2 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -55,16 +55,17 @@ Summary: Free OpenGL implementation Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL Name: Mesa -Version: 19.1.5 -Release: 3 +Version: 19.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: 7c61a801311fb8d2f7b3cceb7b5cf308 Source0: https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-%{version}/mesa-mesa-%{version}.tar.bz2 -# Source0-md5: 751a9f0fc21b7c0c58518adff8b5ec2b +# Source0-md5: 77c1b518e5a29d8a5c4d57adcaefbe12 Patch0: nouveau_no_rtti.patch Patch1: i9x5-tex-ignore-the-diff-between-GL_TEXTURE_2D-and-GL_TEXTURE_RECTANGLE.patch +Patch2: %{name}-xvmc-link.patch URL: http://www.mesa3d.org/ %{?with_opencl:BuildRequires: clang-devel >= %{llvm_ver}} BuildRequires: elfutils-devel @@ -92,7 +93,7 @@ BuildRequires: pkgconfig(xcb-dri3) >= 1.13 BuildRequires: pkgconfig(xcb-glx) >= 1.8.1 BuildRequires: pkgconfig(xcb-present) >= 1.13 BuildRequires: pkgconfig(xcb-randr) >= 1.12 -BuildRequires: python3 +BuildRequires: python3 >= 1:3.2 BuildRequires: python3-Mako >= 0.8.0 BuildRequires: rpmbuild(macros) >= 1.470 BuildRequires: sed >= 4.0 @@ -1302,9 +1303,9 @@ radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD. %setup -q -n mesa-mesa-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build - %if %{with opencl} if [ "$(llvm-config --has-rtti)" != "YES" ] ; then echo "Clover (gallium OpenCL) requires LLVM with RTTI!"