automatic version update by autodist [release 23.0.3-1mamba;Wed Apr 26 2023]
This commit is contained in:
parent
49a6d433d3
commit
1b5a8bc688
23
Mesa-23.0.3-rustc-1.69.0.patch
Normal file
23
Mesa-23.0.3-rustc-1.69.0.patch
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
|
||||||
|
Date: Sat, 22 Apr 2023 01:21:20 +0000
|
||||||
|
Subject: [PATCH] rusticl: Fix bindgen invocation
|
||||||
|
|
||||||
|
The deprecated `--size_t-is-usize` was removed in bindgen 0.65.1, being
|
||||||
|
enabled by default.
|
||||||
|
---
|
||||||
|
src/gallium/frontends/rusticl/meson.build | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/gallium/frontends/rusticl/meson.build b/src/gallium/frontends/rusticl/meson.build
|
||||||
|
index e53b50a9b8b8..9fa024cb8db4 100644
|
||||||
|
--- a/src/gallium/frontends/rusticl/meson.build
|
||||||
|
+++ b/src/gallium/frontends/rusticl/meson.build
|
||||||
|
@@ -92,7 +92,6 @@ rusticl_gen_args = [
|
||||||
|
rusticl_bindgen_args = [
|
||||||
|
'--no-convert-floats',
|
||||||
|
'--use-array-pointers-in-arguments',
|
||||||
|
- '--size_t-is-usize',
|
||||||
|
'--default-enum-style', 'rust',
|
||||||
|
'--with-derive-partialeq',
|
||||||
|
'--with-derive-eq',
|
@ -1,6 +1,6 @@
|
|||||||
Name: Mesa
|
Name: Mesa
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 23.0.2
|
Version: 23.0.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A 3-D graphics library with an API which is very similar to that of OpenGL
|
Summary: A 3-D graphics library with an API which is very similar to that of OpenGL
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -17,6 +17,7 @@ Patch4: Mesa-21.2.5-llvm-13-patch1.patch
|
|||||||
Patch5: Mesa-21.2.5-llvm-13-patch2.patch
|
Patch5: Mesa-21.2.5-llvm-13-patch2.patch
|
||||||
Patch6: Mesa-21.2.5-aarch64-rip-out-VC4-forced-NEON.patch
|
Patch6: Mesa-21.2.5-aarch64-rip-out-VC4-forced-NEON.patch
|
||||||
Patch7: Mesa-22.2.4-revert-glx-fix-drawable-refounting-for-naked-windows.patch
|
Patch7: Mesa-22.2.4-revert-glx-fix-drawable-refounting-for-naked-windows.patch
|
||||||
|
Patch8: Mesa-23.0.3-rustc-1.69.0.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -138,6 +139,7 @@ Common files and tools for the Mesa GL libraries.
|
|||||||
#%patch4 -p1
|
#%patch4 -p1
|
||||||
#%patch5 -p1
|
#%patch5 -p1
|
||||||
#%patch7 -p1
|
#%patch7 -p1
|
||||||
|
%patch 8 -p1 -b .rustc-1.69.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#%ifnarch arm
|
#%ifnarch arm
|
||||||
@ -302,6 +304,9 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
|||||||
%{_libdir}/pkgconfig/xatracker.pc
|
%{_libdir}/pkgconfig/xatracker.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 26 2023 Automatic Build System <autodist@mambasoft.it> 23.0.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Apr 08 2023 Automatic Build System <autodist@mambasoft.it> 23.0.2-1mamba
|
* Sat Apr 08 2023 Automatic Build System <autodist@mambasoft.it> 23.0.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user