]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
up to 24.0.5 master auto/th/Mesa-24.0.5-1
authorJan Palus <atler@pld-linux.org>
Thu, 11 Apr 2024 12:39:49 +0000 (14:39 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 11 Apr 2024 12:39:49 +0000 (14:39 +0200)
- nvk requires stdbool.h in its bindgen invocation hence require clang
  then

Mesa.spec

index 4a4561ad61c6ed7ff9de11889fb687d4899495b9..909e2089bc34c3062bae98f350db045af0a6b9f6 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     WolnodostÄ™pna implementacja standardu OpenGL
 Name:          Mesa
-Version:       24.0.4
+Version:       24.0.5
 Release:       1
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
 Source0:       https://archive.mesa3d.org/mesa-%{version}.tar.xz
-# Source0-md5: de4661e901f2dfb194e6b1bf04dc2171
+# Source0-md5: 8d8c4bb8d938adcf1aaaaa9381570d45
 Source1:       https://crates.io/api/v1/crates/syn/%{syn_crate_ver}/download?/syn-%{syn_crate_ver}.tar.gz
 # Source1-md5: 16236f1edd28a8895ad8c3de8de226d8
 Source2:       https://crates.io/api/v1/crates/unicode-ident/%{unicode_ident_crate_ver}/download?/unicode-ident-%{unicode_ident_crate_ver}.tar.gz
@@ -104,6 +104,7 @@ BuildRequires:      SPIRV-LLVM-Translator-devel >= 8.0.1.3
 %endif
 %{?with_gallium_zink:BuildRequires:    Vulkan-Loader-devel}
 BuildRequires: bison >= 2.4.1
+%{?with_nvk:BuildRequires:     clang >= %{llvm_ver}}
 %{?with_opencl:BuildRequires:  clang-devel >= %{llvm_ver}}
 BuildRequires: elfutils-devel
 BuildRequires: expat-devel >= 1.95
This page took 0.432789 seconds and 4 git commands to generate.