]> git.pld-linux.org Git - packages/Mesa.git/blob - Mesa.spec
Release 2 (by relup.sh)
[packages/Mesa.git] / Mesa.spec
1 # TODO:
2 # - libtizonia >= 0.10.0 as an alternative for bellagio?
3 # - bcond for perfetto peformance analysis? (BR: perfetto)
4 #
5 # Conditional build:
6 %bcond_without  gallium         # gallium drivers
7 %bcond_without  gallium_i915    # gallium i915 driver
8 %bcond_without  gallium_nouveau # gallium nouveau driver
9 %bcond_without  gallium_radeon  # gallium radeon drivers
10 %bcond_without  gallium_rusticl # gallium OpenCL frontend
11 %bcond_without  gallium_zink    # gallium zink driver (based on vulkan)
12 %bcond_without  egl             # EGL libraries
13 %bcond_without  gbm             # Graphics Buffer Manager
14 %bcond_without  nine            # Nine Direct3D 9+ state tracker (for Wine)
15 %bcond_without  opencl          # OpenCL support
16 %bcond_without  opencl_spirv    # OpenCL SPIRV support
17 %bcond_without  ocl_icd         # OpenCL as ICD (installable client driver)
18 %bcond_without  glvnd           # OpenGL vendor neutral dispatcher support
19 %bcond_without  omx             # OpenMAX (Bellagio OMXIL) support
20 %bcond_without  va              # VA library
21 %bcond_without  wayland         # Wayland EGL
22 %bcond_without  xa              # XA state tracker (for vmwgfx xorg driver)
23 %bcond_without  nvk             # nvidia Vulkan driver
24 %bcond_without  radv            # radeon Vulkan driver
25 %bcond_with     sse2            # SSE2 instructions
26 %bcond_with     hud_extra       # HUD block/NIC I/O HUD stats support
27 %bcond_with     lm_sensors      # HUD lm_sensors support
28 %bcond_with     tests           # tests
29 #
30 # glapi version (glapi tables in dri drivers and libglx must be in sync);
31 # set to current Mesa version on ABI break, when xserver tables get regenerated
32 # (until they start to be somehow versioned themselves)
33 %define         glapi_ver               7.1.0
34 # other packages
35 %define         libdrm_ver              2.4.110
36 %define         dri2proto_ver           2.8
37 %define         glproto_ver             1.4.14
38 %define         zlib_ver                1.2.8
39 %define         wayland_ver             1.18
40 %define         libglvnd_ver            1.3.4-2
41 %define         llvm_ver                15.0.0
42 %define         gcc_ver                 6:8
43
44 %if %{without gallium}
45 %undefine       with_gallium_i915
46 %undefine       with_gallium_nouveau
47 %undefine       with_gallium_radeon
48 %undefine       with_gallium_rusticl
49 %undefine       with_nine
50 %undefine       with_omx
51 %undefine       with_opencl
52 %undefine       with_va
53 %undefine       with_xa
54 %endif
55
56 %if %{without egl}
57 %undefine       with_gbm
58 %undefine       with_wayland
59 %endif
60
61 %if %{without opencl}
62 %undefine       with_gallium_rusticl
63 %undefine       with_ocl_icd
64 %endif
65
66 %if %{with gallium}
67 %define         with_vdpau      1
68 %endif
69
70 %ifarch %{x86_with_sse2}
71 %define         with_sse2       1
72 %endif
73
74 %ifarch %{ix86} %{x8664} x32
75 %define         with_intel_vk   1
76 %endif
77
78 Summary:        Free OpenGL implementation
79 Summary(pl.UTF-8):      Wolnodostępna implementacja standardu OpenGL
80 Name:           Mesa
81 Version:        23.3.2
82 Release:        2
83 License:        MIT (core) and others - see license.html file
84 Group:          X11/Libraries
85 Source0:        https://archive.mesa3d.org/mesa-%{version}.tar.xz
86 # Source0-md5:  3cd40c998ae1ad51e5aec5381072bcae
87 Patch0:         no-rust-proc-macro-link.patch
88 URL:            https://www.mesa3d.org/
89 %if %{with opencl_spirv} || %{with gallium_rusticl}
90 BuildRequires:  SPIRV-LLVM-Translator-devel >= 8.0.1.3
91 %endif
92 %{?with_gallium_zink:BuildRequires:     Vulkan-Loader-devel}
93 BuildRequires:  bison >= 2.4.1
94 %{?with_opencl:BuildRequires:   clang-devel >= %{llvm_ver}}
95 BuildRequires:  elfutils-devel
96 BuildRequires:  expat-devel >= 1.95
97 BuildRequires:  flex >= 2.5.35
98 BuildRequires:  gcc >= %{gcc_ver}
99 %if %{with radv} || %{with intel_vk}
100 BuildRequires:  glslang
101 %endif
102 %ifarch %{armv6}
103 BuildRequires:  libatomic-devel
104 %endif
105 BuildRequires:  libdrm-devel >= %{libdrm_ver}
106 %{?with_glvnd:BuildRequires:    libglvnd-devel >= %{libglvnd_ver}}
107 BuildRequires:  libselinux-devel
108 BuildRequires:  libstdc++-devel >= %{gcc_ver}
109 BuildRequires:  libunwind-devel
110 %{?with_va:BuildRequires:       libva-devel}
111 %{?with_va:BuildRequires:       pkgconfig(libva) >= 1.8.0}
112 %{?with_vdpau:BuildRequires:    libvdpau-devel >= 1.1}
113 BuildRequires:  libxcb-devel >= 1.13
114 %{?with_gallium:BuildRequires:  llvm-devel >= %{llvm_ver}}
115 %{?with_radv:BuildRequires:     llvm-devel >= %{llvm_ver}}
116 %if %{with opencl} || %{with gallium_rusticl}
117 BuildRequires:  llvm-libclc
118 %endif
119 %{?with_omx:BuildRequires:      libomxil-bellagio-devel}
120 BuildRequires:  meson >= 1.2.0
121 BuildRequires:  ninja >= 1.5
122 BuildRequires:  pkgconfig
123 BuildRequires:  pkgconfig(talloc) >= 2.0.1
124 BuildRequires:  pkgconfig(xcb-dri2) >= 1.8
125 BuildRequires:  pkgconfig(xcb-dri3) >= 1.13
126 BuildRequires:  pkgconfig(xcb-glx) >= 1.8.1
127 BuildRequires:  pkgconfig(xcb-present) >= 1.13
128 BuildRequires:  pkgconfig(xcb-randr) >= 1.12
129 BuildRequires:  python3 >= 1:3.2
130 BuildRequires:  python3-Mako >= 0.8.0
131 BuildRequires:  rpmbuild(macros) >= 2.007
132 %{?with_gallium_rusticl:BuildRequires:  rust >= 1.66}
133 %{?with_gallium_rusticl:BuildRequires:  rust-bindgen >= 0.62.0}
134 BuildRequires:  sed >= 4.0
135 %if %{with opencl_spirv} || %{with gallium_rusticl}
136 BuildRequires:  spirv-tools-devel >= 2018.0
137 %endif
138 BuildRequires:  tar >= 1:1.22
139 BuildRequires:  udev-devel
140 # wayland-{client,server}
141 %{?with_wayland:BuildRequires:  wayland-devel >= %{wayland_ver}}
142 %{?with_wayland:BuildRequires:  wayland-protocols >= 1.30}
143 %{?with_wayland:BuildRequires:  wayland-egl-devel >= %{wayland_ver}}
144 BuildRequires:  xcb-util-keysyms-devel
145 BuildRequires:  xorg-lib-libX11-devel
146 BuildRequires:  xorg-lib-libXext-devel >= 1.0.5
147 BuildRequires:  xorg-lib-libXfixes-devel >= 2.0
148 BuildRequires:  xorg-lib-libXrandr-devel >= 1.3
149 BuildRequires:  xorg-lib-libXxf86vm-devel
150 BuildRequires:  xorg-lib-libxshmfence-devel >= 1.1
151 BuildRequires:  xorg-proto-dri2proto-devel >= %{dri2proto_ver}
152 BuildRequires:  xorg-proto-glproto-devel >= %{glproto_ver}
153 %if %{with gallium}
154 %{?with_lm_sensors:BuildRequires:       lm_sensors-devel}
155 BuildRequires:  xz
156 %endif
157 BuildRequires:  zlib-devel >= %{zlib_ver}
158 BuildRequires:  zstd-devel
159 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
160
161 # libGLESv1_CM, libGLESv2, libGL, libOSMesa:
162 #  _glapi_tls_Dispatch is defined in libglapi, but it's some kind of symbol ldd -r doesn't notice(?)
163 %define         skip_post_check_so      libGLESv1_CM.so.1.* libGLESv2.so.2.* libGL.so.1.* libOSMesa.so.* libGLX_mesa.so.0.*
164
165 %description
166 Mesa is a 3-D graphics library with an API which is very similar to
167 that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
168 syntax or state machine, it is being used with authorization from
169 Silicon Graphics, Inc. However, the author does not possess an OpenGL
170 license from SGI, and makes no claim that Mesa is in any way a
171 compatible replacement for OpenGL or associated with SGI.
172
173 %description -l pl.UTF-8
174 Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do
175 tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z
176 autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji
177 OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem
178 OpenGL ani powiązana z SGI.
179
180 %package libEGL
181 Summary:        Mesa implementation of EGL Native Platform Graphics Interface library
182 Summary(pl.UTF-8):      Implementacja Mesa biblioteki interfejsu EGL
183 License:        MIT
184 Group:          Libraries
185 Requires:       %{name}-libglapi = %{version}-%{release}
186 # glx driver in libEGL dlopens libGL.so
187 Requires:       OpenGL >= 1.2
188 Requires:       libdrm >= %{libdrm_ver}
189 Requires:       libxcb >= 1.13
190 %{?with_wayland:Requires:       wayland >= %{wayland_ver}}
191 %if %{with gbm}
192 Requires:       %{name}-libgbm = %{version}-%{release}
193 %endif
194 %if %{with glvnd}
195 Requires:       libglvnd-libEGL >= %{libglvnd_ver}
196 %endif
197 Provides:       EGL = 1.5
198
199 %description libEGL
200 This package contains shared libEGL - Mesa implementation of EGL
201 Native Platform Graphics Interface as specified by Khronos Group:
202 <http://www.khronos.org/egl/>.
203
204 %description libEGL -l pl.UTF-8
205 Ten pakiet zawiera bibliotekę współdzieloną libEGL - implementację
206 Mesa standardu EGL Native Platform Graphics Interface (interfejsu
207 graficznego platformy natywnej) wg specyfikacji Khronos Group:
208 <http://www.khronos.org/egl/>.
209
210 %package libEGL-devel
211 Summary:        Header files for Mesa implementation of EGL library
212 Summary(pl.UTF-8):      Pliki nagłówkowe implementacji Mesa biblioteki EGL
213 License:        MIT
214 Group:          Development/Libraries
215 Requires:       %{name}-libEGL = %{version}-%{release}
216 Requires:       xorg-lib-libX11-devel
217 %if %{with glvnd}
218 Requires:       libglvnd-libEGL-devel >= %{libglvnd_ver}
219 %else
220 Requires:       %{name}-khrplatform-devel = %{version}-%{release}
221 Requires:       libdrm-devel >= %{libdrm_ver}
222 Requires:       libxcb-devel >= 1.13
223 Requires:       pkgconfig(xcb-dri2) >= 1.8
224 Requires:       pkgconfig(xcb-glx) >= 1.8.1
225 Requires:       xorg-lib-libXext-devel >= 1.0.5
226 Requires:       xorg-lib-libXfixes-devel >= 2.0
227 Requires:       xorg-lib-libXxf86vm-devel
228 %endif
229 %if %{without glvnd}
230 Provides:       EGL-devel = 1.5
231 %endif
232 Obsoletes:      Mesa-libEGL-static < 18.3
233
234 %description libEGL-devel
235 Header files for Mesa implementation of EGL library.
236
237 %description libEGL-devel -l pl.UTF-8
238 Pliki nagłówkowe implementacji Mesa biblioteki EGL.
239
240 %package libGL
241 Summary:        Free Mesa3D implementation of libGL OpenGL library
242 Summary(pl.UTF-8):      Wolnodostępna implementacja Mesa3D biblioteki libGL ze standardu OpenGL
243 License:        MIT
244 Group:          X11/Libraries
245 Requires:       %{name}-libglapi = %{version}-%{release}
246 Requires:       libdrm >= %{libdrm_ver}
247 Requires:       libxcb >= 1.13
248 %if %{with glvnd}
249 Requires:       libglvnd-libGL >= %{libglvnd_ver}
250 %endif
251 Provides:       OpenGL = 4.6
252 Provides:       OpenGL-GLX = 1.4
253 Obsoletes:      Mesa < 6.4-2
254 Obsoletes:      Mesa-dri < 6.4.1-3
255 Obsoletes:      Mesa-dri-core < 10.0.0
256 Obsoletes:      Mesa-swr < 22
257 Obsoletes:      X11-OpenGL-libGL < 1:7.0.0
258 Obsoletes:      XFree86-OpenGL-libGL < 1:7.0.0
259
260 %description libGL
261 Mesa is a 3-D graphics library with an API which is very similar to
262 that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
263 syntax or state machine, it is being used with authorization from
264 Silicon Graphics, Inc. However, the author does not possess an OpenGL
265 license from SGI, and makes no claim that Mesa is in any way a
266 compatible replacement for OpenGL or associated with SGI.
267
268 This package contains libGL which implements OpenGL 4.6 and GLX 1.4
269 specifications. It uses DRI for rendering.
270
271 %description libGL -l pl.UTF-8
272 Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do
273 tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z
274 autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji
275 OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem
276 OpenGL ani powiązana z SGI.
277
278 Ten pakiet zawiera libGL implementującą specyfikacje OpenGL 4.6 oraz
279 GLX 1.4. Używa DRI do renderowania.
280
281 %package libGL-devel
282 Summary:        Header files for Mesa3D libGL library
283 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libGL z projektu Mesa3D
284 License:        MIT
285 Group:          X11/Development/Libraries
286 %if %{with glvnd}
287 Requires:       libglvnd-libGL-devel >= %{libglvnd_ver}
288 %else
289 Requires:       %{name}-khrplatform-devel = %{version}-%{release}
290 Requires:       %{name}-libGL = %{version}-%{release}
291 Requires:       libdrm-devel >= %{libdrm_ver}
292 Requires:       libxcb-devel >= 1.13
293 Requires:       pkgconfig(xcb-dri2) >= 1.8
294 Requires:       pkgconfig(xcb-glx) >= 1.8.1
295 Requires:       xorg-lib-libX11-devel
296 Requires:       xorg-lib-libXext-devel >= 1.0.5
297 Requires:       xorg-lib-libXfixes-devel >= 2.0
298 Requires:       xorg-lib-libXxf86vm-devel
299 %endif
300 Suggests:       OpenGL-doc-man
301 %if %{without glvnd}
302 Provides:       OpenGL-GLX-devel = 1.4
303 Provides:       OpenGL-devel = 4.6
304 %endif
305 Obsoletes:      Mesa-devel < 6.4-2
306 Obsoletes:      Mesa-libGL-static < 18.3
307 Obsoletes:      Mesa-static < 6.4-2
308 Obsoletes:      X11-OpenGL-devel < 1:7.0.0
309 Obsoletes:      X11-OpenGL-devel-base < 1:7.0.0
310 Obsoletes:      X11-OpenGL-static < 1:7.0.0
311 Obsoletes:      XFree86-OpenGL-devel < 1:7.0.0
312 Obsoletes:      XFree86-OpenGL-devel-base < 1:7.0.0
313 Obsoletes:      XFree86-OpenGL-static < 1:7.0.0
314
315 %description libGL-devel
316 Header files for Mesa3D libGL library.
317
318 %description libGL-devel -l pl.UTF-8
319 Pliki nagłówkowe biblioteki libGL z projektu Mesa3D.
320
321 %package libGLES
322 Summary:        Mesa implementation of GLES (OpenGL ES) libraries
323 Summary(pl.UTF-8):      Implementacja Mesa bibliotek GLES (OpenGL ES)
324 Group:          Libraries
325 Requires:       %{name}-libglapi = %{version}-%{release}
326 %if %{with glvnd}
327 Requires:       libglvnd-libGLES >= %{libglvnd_ver}
328 %endif
329 Provides:       OpenGLES
330 Provides:       OpenGLESv1 = 1.1
331 Provides:       OpenGLESv2 = 2.0
332 Provides:       OpenGLESv3 = 3.2
333
334 %description libGLES
335 This package contains shared libraries of Mesa implementation of GLES
336 (OpenGL ES) - cross-platform API for full-function 2D and 3D graphics
337 on embedded systems. OpenGL ES specification can be found on Khronos
338 Group site: <http://www.khronos.org/opengles/>. Mesa implements OpenGL
339 ES 1.1 and 2.0/3.2.
340
341 %description libGLES -l pl.UTF-8
342 Ten pakiet zawiera biblioteki współdzielone implementacji Mesa
343 standardu GLES (OpenGL ES) - wieloplatformowego API do w pełni
344 funkcjonalnej grafiki 2D i 3D na systemach wbudowanych. Specyfikację
345 OpenGL ES można znaleźć na stronie Khronos Group:
346 <http://www.khronos.org/opengles/>. Mesa zawiera implementacją OpenGL
347 ES 1.1 i 2.0/3.2.
348
349 %package libGLES-devel
350 Summary:        Header files for Mesa GLES libraries
351 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotek Mesa GLES
352 Group:          Development/Libraries
353 Requires:       %{name}-libGLES = %{version}-%{release}
354 %if %{with glvnd}
355 Requires:       libglvnd-libGLES-devel >= %{libglvnd_ver}
356 %else
357 Requires:       %{name}-khrplatform-devel = %{version}-%{release}
358 # <EGL/egl.h> for <GLES/egl.h>
359 Requires:       %{name}-libEGL-devel = %{version}-%{release}
360 %endif
361 %if %{without glvnd}
362 Provides:       OpenGLES-devel
363 Provides:       OpenGLESv1-devel = 1.1
364 Provides:       OpenGLESv2-devel = 2.0
365 Provides:       OpenGLESv3-devel = 3.2
366 %endif
367
368 %description libGLES-devel
369 Header files for Mesa GLES libraries.
370
371 %description libGLES-devel -l pl.UTF-8
372 Pliki nagłówkowe bibliotek Mesa GLES.
373
374 %package libOSMesa
375 Summary:        OSMesa (off-screen renderer) library
376 Summary(pl.UTF-8):      Biblioteka OSMesa (renderująca bitmapy w pamięci)
377 License:        MIT
378 Group:          Libraries
379 Requires:       zlib >= %{zlib_ver}
380
381 %description libOSMesa
382 OSMesa (off-screen renderer) library.
383
384 %description libOSMesa -l pl.UTF-8
385 Biblioteka OSMesa (renderująca bitmapy w pamięci).
386
387 %package libOSMesa-devel
388 Summary:        Header file for OSMesa (off-screen renderer) library
389 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci)
390 License:        MIT
391 Group:          Development/Libraries
392 Requires:       %{name}-libOSMesa = %{version}-%{release}
393 # for <GL/gl.h> only
394 Requires:       OpenGL-devel
395 Requires:       libselinux-devel
396 Obsoletes:      Mesa-libOSMesa-static < 18.3
397
398 %description libOSMesa-devel
399 Header file for OSMesa (off-screen renderer) library.
400
401 %description libOSMesa-devel -l pl.UTF-8
402 Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci).
403
404 %package OpenCL-icd
405 Summary:        Mesa implementation of OpenCL (Compuing Language) API ICD
406 Summary(pl.UTF-8):      Implementacja Mesa API OpenCL (języka obliczeń) ICD
407 License:        MIT
408 Group:          Libraries
409 Requires:       filesystem >= 4.0-29
410 Requires:       libdrm >= %{libdrm_ver}
411 Requires:       llvm-libclc
412 Requires:       zlib >= %{zlib_ver}
413 Provides:       OpenCL = 1.1
414 Provides:       ocl-icd-driver
415
416 %description OpenCL-icd
417 This package contains Mesa implementation of OpenCL - standard for
418 cross-platform, parallel programming of modern processors found in
419 personal computers, servers and handheld/embedded devices. OpenCL
420 specification can be found on Khronos Group site:
421 <http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
422
423 The implementation is provided as an installable client driver (ICD)
424 for use with the ocl-icd loader.
425
426 %description OpenCL-icd -l pl.UTF-8
427 Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
428 wieloplatformowego, równoległego programowania nowoczesnych
429 procesorów, jakie znajdują się w komputerach osobistych, serwerach
430 oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
431 znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
432 Mesa zawiera implementację OpenCL w wersji 1.1.
433
434 Implementacja dostarczona jest w postaci instalowalnego sterownika
435 klienta (ICD), który może być użyty z loaderem ocl-icd.
436
437 %package libOpenCL
438 Summary:        Mesa implementation of OpenCL (Compuing Language) API
439 Summary(pl.UTF-8):      Implementacja Mesa API OpenCL (języka obliczeń)
440 License:        MIT
441 Group:          Libraries
442 Requires:       libdrm >= %{libdrm_ver}
443 Requires:       llvm-libclc
444 Provides:       OpenCL = 1.1
445
446 %description libOpenCL
447 This package contains Mesa implementation of OpenCL - standard for
448 cross-platform, parallel programming of modern processors found in
449 personal computers, servers and handheld/embedded devices. OpenCL
450 specification can be found on Khronos Group site:
451 <http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
452
453 %description libOpenCL -l pl.UTF-8
454 Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
455 wieloplatformowego, równoległego programowania nowoczesnych
456 procesorów, jakie znajdują się w komputerach osobistych, serwerach
457 oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
458 znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
459 Mesa zawiera implementację OpenCL w wersji 1.1.
460
461 %package libOpenCL-devel
462 Summary:        Header files for Mesa OpenCL library
463 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Mesa OpenCL
464 License:        MIT
465 Group:          Development/Libraries
466 Requires:       %{name}-libOpenCL = %{version}-%{release}
467 Provides:       OpenCL-devel = 1.2
468
469 %description libOpenCL-devel
470 Header files for Mesa OpenCL library.
471
472 %description libOpenCL-devel -l pl.UTF-8
473 Pliki nagłówkowe biblioteki Mesa OpenCL.
474
475 %package Rusticl-icd
476 Summary:        Rusticl implementation of OpenCL (Compuing Language) API ICD
477 Summary(pl.UTF-8):      Implementacja Rusticl API OpenCL (języka obliczeń) ICD
478 License:        MIT
479 Group:          Libraries
480 Requires:       filesystem >= 4.0-29
481 Requires:       libdrm >= %{libdrm_ver}
482 Requires:       llvm-libclc
483 Requires:       zlib >= %{zlib_ver}
484 Provides:       OpenCL = 3.0
485 Provides:       ocl-icd-driver
486
487 %description Rusticl-icd
488 This package contains Rusticl implementation of OpenCL - standard for
489 cross-platform, parallel programming of modern processors found in
490 personal computers, servers and handheld/embedded devices. OpenCL
491 specification can be found on Khronos Group site:
492 <http://www.khronos.org/opencl/>. Rusticl implements OpenCL 3.0.
493
494 The implementation is provided as an installable client driver (ICD)
495 for use with the ocl-icd loader.
496
497 %description Rusticl-icd -l pl.UTF-8
498 Ten pakiet zawiera implementację Rusticl standardu OpenCL - standardu
499 wieloplatformowego, równoległego programowania nowoczesnych
500 procesorów, jakie znajdują się w komputerach osobistych, serwerach
501 oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
502 znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
503 Rusticl zawiera implementację OpenCL w wersji 3.0.
504
505 Implementacja dostarczona jest w postaci instalowalnego sterownika
506 klienta (ICD), który może być użyty z loaderem ocl-icd.
507
508 %package libgbm
509 Summary:        Mesa Graphics Buffer Manager library
510 Summary(pl.UTF-8):      Biblioteka Mesa Graphics Buffer Manager
511 Group:          Libraries
512 Requires:       %{name}-libglapi = %{version}-%{release}
513 Conflicts:      Mesa-libEGL < 8.0.1-2
514
515 %description libgbm
516 Mesa Graphics Buffer Manager library.
517
518 %description libgbm -l pl.UTF-8
519 Biblioteka Mesa Graphics Buffer Manager (zarządcy bufora graficznego).
520
521 %package libgbm-devel
522 Summary:        Header file for Mesa Graphics Buffer Manager library
523 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager
524 Group:          Development/Libraries
525 Requires:       %{name}-libgbm = %{version}-%{release}
526
527 %description libgbm-devel
528 Header file for Mesa Graphics Buffer Manager library.
529
530 %description libgbm-devel -l pl.UTF-8
531 Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager (zarządcy
532 bufora graficznego).
533
534 %package libglapi
535 Summary:        Mesa GL API shared library
536 Summary(pl.UTF-8):      Biblioteka współdzielona Mesa GL API
537 Group:          Libraries
538 Conflicts:      Mesa-libEGL < 8.0.1-2
539
540 %description libglapi
541 Mesa GL API shared library, common for various APIs (EGL, GL, GLES).
542
543 %description libglapi -l pl.UTF-8
544 Biblioteka współdzielona Mesa GL API, wspólna dla różnych API (EGL,
545 GL, GLES).
546
547 %package libxatracker
548 Summary:        Xorg Gallium3D accelleration library
549 Summary(pl.UTF-8):      Biblioteka akceleracji Gallium3D dla Xorg
550 Group:          X11/Libraries
551 Requires:       libdrm >= %{libdrm_ver}
552 Requires:       zlib >= %{zlib_ver}
553
554 %description libxatracker
555 Xorg Gallium3D accelleration library (used by new vmwgfx driver).
556
557 %description libxatracker -l pl.UTF-8
558 Biblioteka akceleracji Gallium3D dla Xorg (używana przez nowy
559 sterownik vmwgfx).
560
561 %package libxatracker-devel
562 Summary:        Header files for Xorg Gallium3D accelleration library
563 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg
564 Group:          X11/Development/Libraries
565 Requires:       %{name}-libxatracker = %{version}-%{release}
566 Requires:       libdrm-devel >= %{libdrm_ver}
567
568 %description libxatracker-devel
569 Header files for Xorg Gallium3D accelleration library.
570
571 %description libxatracker-devel -l pl.UTF-8
572 Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg.
573
574 %package khrplatform-devel
575 Summary:        Khronos platform header file
576 Summary(pl.UTF-8):      Plik nagłówkowy platformy Khronos
577 Group:          Development/Libraries
578 Provides:       khrplatform-devel
579 Conflicts:      Mesa-libEGL-devel < 8.0.1-2
580
581 %description khrplatform-devel
582 Khronos platform header file.
583
584 %description khrplatform-devel -l pl.UTF-8
585 Plik nagłówkowy platformy Khronos.
586
587 %package dri-devel
588 Summary:        Direct Rendering Infrastructure interface header file
589 Summary(pl.UTF-8):      Plik nagłówkowy interfejsu DRI (Direct Rendering Infrastructure)
590 Group:          Development/Libraries
591 Requires:       libdrm-devel >= %{libdrm_ver}
592 # <GL/gl.h>
593 %if %{with glvnd}
594 Requires:       libglvnd-libGL-devel >= %{libglvnd_ver}
595 Conflicts:      Mesa-libGL-devel < 21.1.0-2
596 %else
597 Requires:       Mesa-libGL-devel = %{version}-%{release}
598 %endif
599
600 %description dri-devel
601 Direct Rendering Infrastructure interface header file.
602
603 %description dri-devel -l pl.UTF-8
604 Plik nagłówkowy interfejsu DRI (Direct Rendering Infrastructure).
605
606 %package d3d
607 Summary:        Nine Direct3D9 driver (for Wine)
608 Summary(pl.UTF-8):      Sterownik Direct3D9 Nine (dla Wine)
609 Group:          Libraries
610 Requires:       libdrm >= %{libdrm_ver}
611 Requires:       zlib >= %{zlib_ver}
612
613 %description d3d
614 Nine Direct3D9 driver (for Wine).
615
616 %description d3d -l pl.UTF-8
617 Sterownik Direct3D9 Nine (dla Wine).
618
619 %package d3d-devel
620 Summary:        Nine Direct3D9 driver API
621 Summary(pl.UTF-8):      API sterownika Direct3D9 Nine
622 Group:          Development/Libraries
623 Requires:       libdrm-devel >= %{libdrm_ver}
624
625 %description d3d-devel
626 Nine Direct3D9 driver API.
627
628 %description d3d-devel -l pl.UTF-8
629 API sterownika Direct3D9 Nine.
630
631 %package dri-driver-ati-radeon-R300
632 Summary:        X.org DRI driver for ATI R300 card family
633 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI R300
634 License:        MIT
635 Group:          X11/Libraries
636 Requires:       zlib >= %{zlib_ver}
637 Suggests:       xorg-driver-video-amdgpu
638 Suggests:       xorg-driver-video-ati
639 Obsoletes:      X11-driver-radeon-dri < 1:7.0.0
640 Conflicts:      %{name}-libEGL > %{version}
641 Conflicts:      %{name}-libEGL < %{version}
642 Conflicts:      %{name}-libGL > %{version}
643 Conflicts:      %{name}-libGL < %{version}
644 Conflicts:      %{name}-libgbm > %{version}
645 Conflicts:      %{name}-libgbm < %{version}
646 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
647 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
648
649 %description dri-driver-ati-radeon-R300
650 X.org Gallium DRI driver for ATI R300/R400/RS690/R500 card family
651 (Radeon 9600-9800, X300-X2300). It supports R300, R350, R360, RV350,
652 RV370, RV380, R420, R423, R430, R480, R481, RV410, RS400, RC410,
653 RS480, RS482, R520, RV515, RV530, RV560, RV570, R580, RS600, RS690,
654 RS740 chips.
655
656 %description dri-driver-ati-radeon-R300 -l pl.UTF-8
657 Sterownik X.org DRI Gallium dla rodziny kart ATI R300/R400/RS690/R500
658 (Radeon 9600-9800, X300-X2300). Obsługuje układy R300, R350, R360,
659 RV350, RV370, RV380, R420, R423, R430, R480, R481, RV410, RS400,
660 RC410, RS480, RS482, R520, RV515, RV530, RV560, RV570, R580, RS600,
661 RS690, RS740.
662
663 %package dri-driver-ati-radeon-R600
664 Summary:        X.org DRI driver for ATI R600 card family
665 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI R600
666 License:        MIT
667 Group:          X11/Libraries
668 Requires:       radeon-ucode
669 Requires:       zlib >= %{zlib_ver}
670 Suggests:       xorg-driver-video-amdgpu
671 Suggests:       xorg-driver-video-ati
672 Conflicts:      %{name}-libEGL > %{version}
673 Conflicts:      %{name}-libEGL < %{version}
674 Conflicts:      %{name}-libGL > %{version}
675 Conflicts:      %{name}-libGL < %{version}
676 Conflicts:      %{name}-libgbm > %{version}
677 Conflicts:      %{name}-libgbm < %{version}
678 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
679 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
680
681 %description dri-driver-ati-radeon-R600
682 X.org Gallium DRI driver for ATI R600/R700 card family (Radeon HD
683 2400-7000). It supports R600, RV610, RV630, RV670, RV620, RV635,
684 RS780, RS880, RV770, RV730, RV710, RV740, CEDAR, REDWOOD, JUNIPER,
685 CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, CAYMAN, BARTS, TURKS, CAICOS,
686 ARUBA chips.
687
688 %description dri-driver-ati-radeon-R600 -l pl.UTF-8
689 Sterownik X.org DRI Gallium dla rodziny kart ATI R600/R700 (Radeon HD
690 2400-7000). Obsługuje układy R600, RV610, RV630, RV670, RV620, RV635,
691 RS780, RS880, RV770, RV730, RV710, RV740, CEDAR, REDWOOD, JUNIPER,
692 CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, CAYMAN, BARTS, TURKS, CAICOS,
693 ARUBA.
694
695 %package dri-driver-ati-radeon-SI
696 Summary:        X.org DRI driver for ATI Southern Islands card family
697 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI Southern Islands
698 License:        MIT
699 Group:          X11/Libraries
700 Requires:       radeon-ucode
701 Requires:       zlib >= %{zlib_ver}
702 Suggests:       xorg-driver-video-amdgpu
703 Suggests:       xorg-driver-video-ati
704 Conflicts:      %{name}-libEGL > %{version}
705 Conflicts:      %{name}-libEGL < %{version}
706 Conflicts:      %{name}-libGL > %{version}
707 Conflicts:      %{name}-libGL < %{version}
708 Conflicts:      %{name}-libgbm > %{version}
709 Conflicts:      %{name}-libgbm < %{version}
710 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
711 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
712
713 %description dri-driver-ati-radeon-SI
714 X.org Gallium DRI driver for ATI Southern Islands card family (Radeon
715 HD 7700-8000, R9, APU). It supports TAHITI, PITCAIRN, VERDE, OLAND,
716 HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII, ICELAND, TONGA,
717 CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN chips.
718
719 %description dri-driver-ati-radeon-SI -l pl.UTF-8
720 Sterownik X.org DRI Gallium dla rodziny kart ATI Southern Islands
721 (Radeon HD 7700-8000, R9, APU). Obsługuje układy TAHITI, PITCAIRN,
722 VERDE, OLAND, HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII,
723 ICELAND, TONGA, CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN.
724
725 %package dri-driver-etnaviv
726 Summary:        X.org DRI driver for Vivante 3D chips
727 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Vivante 3D
728 License:        MIT
729 Group:          X11/Libraries
730 Requires:       zlib >= %{zlib_ver}
731 #Suggests:      xorg-driver-video-?
732 Conflicts:      %{name}-libEGL > %{version}
733 Conflicts:      %{name}-libEGL < %{version}
734 Conflicts:      %{name}-libGL > %{version}
735 Conflicts:      %{name}-libGL < %{version}
736 Conflicts:      %{name}-libgbm > %{version}
737 Conflicts:      %{name}-libgbm < %{version}
738 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
739 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
740
741 %description dri-driver-etnaviv
742 X.org Gallium DRI driver for Vivante 3D chips.
743
744 %description dri-driver-etnaviv -l pl.UTF-8
745 Sterownik X.org DRI Gallium dla układów Vivante 3D.
746
747 %package dri-driver-freedreno
748 Summary:        X.org DRI driver for Adreno chips
749 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Adreno
750 License:        MIT
751 Group:          X11/Libraries
752 Requires:       zlib >= %{zlib_ver}
753 Suggests:       xorg-driver-video-freedreno
754 Conflicts:      %{name}-libEGL > %{version}
755 Conflicts:      %{name}-libEGL < %{version}
756 Conflicts:      %{name}-libGL > %{version}
757 Conflicts:      %{name}-libGL < %{version}
758 Conflicts:      %{name}-libgbm > %{version}
759 Conflicts:      %{name}-libgbm < %{version}
760 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
761 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
762
763 %description dri-driver-freedreno
764 X.org Gallium DRI driver for Adreno chips.
765
766 %description dri-driver-freedreno -l pl.UTF-8
767 Sterownik X.org DRI Gallium dla układów Adreno.
768
769 %package dri-driver-intel-crocus
770 Summary:        X.org DRI driver for Intel Gen4-Gen7 chips
771 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Intel Gen4-Gen7
772 License:        MIT
773 Group:          X11/Libraries
774 Requires:       zlib >= %{zlib_ver}
775 Obsoletes:      Mesa-dri-driver-intel-i965 < 22.0.0
776 Conflicts:      %{name}-libEGL > %{version}
777 Conflicts:      %{name}-libEGL < %{version}
778 Conflicts:      %{name}-libGL > %{version}
779 Conflicts:      %{name}-libGL < %{version}
780 Conflicts:      %{name}-libgbm > %{version}
781 Conflicts:      %{name}-libgbm < %{version}
782 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
783 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
784
785 %description dri-driver-intel-crocus
786 X.org Gallium DRI driver for Intel Gen4/Gen5/Gen6/Gen7 chips.
787
788 %description dri-driver-intel-crocus -l pl.UTF-8
789 Sterownik X.org DRI dla układów Intel Gen4/Gen5/Gen6/Gen7.
790
791 %package dri-driver-intel-i915
792 Summary:        X.org DRI driver for Intel i915 card family
793 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel i915
794 License:        MIT
795 Group:          X11/Libraries
796 Requires:       zlib >= %{zlib_ver}
797 Obsoletes:      Mesa-dri-driver-intel-i830 < 6.5
798 Obsoletes:      X11-driver-i810-dri < 1:7.0.0
799 Conflicts:      %{name}-libEGL > %{version}
800 Conflicts:      %{name}-libEGL < %{version}
801 Conflicts:      %{name}-libGL > %{version}
802 Conflicts:      %{name}-libGL < %{version}
803 Conflicts:      %{name}-libgbm > %{version}
804 Conflicts:      %{name}-libgbm < %{version}
805 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
806 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
807
808 %description dri-driver-intel-i915
809 X.org DRI driver for Intel i915 card family (830, 845, 852/855, 865,
810 915, 945, G33, Q33, Q35, Pineview).
811
812 %description dri-driver-intel-i915 -l pl.UTF-8
813 Sterownik X.org DRI dla rodziny kart Intel i915 (830, 845, 852/855,
814 865, 915, 945, G33, Q33, Q35, Pineview).
815
816 %package dri-driver-intel-iris
817 Summary:        X.org DRI driver for Intel Iris (Gen8+) card family
818 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel Iris (Gen8+)
819 License:        MIT
820 Group:          X11/Libraries
821 Requires:       zlib >= %{zlib_ver}
822 Conflicts:      %{name}-libEGL > %{version}
823 Conflicts:      %{name}-libEGL < %{version}
824 Conflicts:      %{name}-libGL > %{version}
825 Conflicts:      %{name}-libGL < %{version}
826 Conflicts:      %{name}-libgbm > %{version}
827 Conflicts:      %{name}-libgbm < %{version}
828 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
829 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
830
831 %description dri-driver-intel-iris
832 X.org Gallium DRI driver for Intel Iris (Gen8+) card family
833 (Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
834 Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
835
836 %description dri-driver-intel-iris -l pl.UTF-8
837 Sterownik X.org DRI Gallium dla rodziny kart Intel Iris (Gen8+:
838 Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
839 Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
840
841 %package dri-driver-kmsro
842 Summary:        X.org Gallium DRI driver using KMS Render-Only architecture
843 Summary(pl.UTF-8):      Sterownik X.org DRI Gallium wykorzystujący architekturę KMS Render-Only
844 License:        MIT
845 Group:          X11/Libraries
846 Requires:       zlib >= %{zlib_ver}
847 #Suggests:      xorg-driver-video-?
848 Conflicts:      %{name}-libEGL > %{version}
849 Conflicts:      %{name}-libEGL < %{version}
850 Conflicts:      %{name}-libGL > %{version}
851 Conflicts:      %{name}-libGL < %{version}
852 Conflicts:      %{name}-libgbm > %{version}
853 Conflicts:      %{name}-libgbm < %{version}
854 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
855 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
856
857 %description dri-driver-kmsro
858 X.org Gallium DRI driver using KMS Render-Only architecture.
859
860 %description dri-driver-kmsro -l pl.UTF-8
861 Sterownik X.org DRI Gallium wykorzystujący architekturę KMS
862 Render-Only.
863
864 %package dri-driver-lima
865 Summary:        X.org DRI driver for Mali Utgard chips
866 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Mali Utgard
867 License:        MIT
868 Group:          X11/Libraries
869 Requires:       zlib >= %{zlib_ver}
870 #Suggests:      xorg-driver-video-???
871 Conflicts:      %{name}-libEGL > %{version}
872 Conflicts:      %{name}-libEGL < %{version}
873 Conflicts:      %{name}-libGL > %{version}
874 Conflicts:      %{name}-libGL < %{version}
875 Conflicts:      %{name}-libgbm > %{version}
876 Conflicts:      %{name}-libgbm < %{version}
877 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
878 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
879
880 %description dri-driver-lima
881 X.org Gallium DRI driver for Mali Utgard chips.
882
883 %description dri-driver-lima -l pl.UTF-8
884 Sterownik X.org DRI Gallium dla układów Mali Utgard.
885
886 %package dri-driver-nouveau
887 Summary:        X.org DRI driver for NVIDIA card family
888 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart NVIDIA
889 License:        MIT
890 Group:          X11/Libraries
891 Requires:       zlib >= %{zlib_ver}
892 Suggests:       xorg-driver-video-nouveau
893 Conflicts:      %{name}-libEGL > %{version}
894 Conflicts:      %{name}-libEGL < %{version}
895 Conflicts:      %{name}-libGL > %{version}
896 Conflicts:      %{name}-libGL < %{version}
897 Conflicts:      %{name}-libgbm > %{version}
898 Conflicts:      %{name}-libgbm < %{version}
899 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
900 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
901
902 %description dri-driver-nouveau
903 X.org DRI drivers for NVIDIA card family.
904
905 %description dri-driver-nouveau -l pl.UTF-8
906 Sterowniki X.org DRI dla rodziny kart NVIDIA.
907
908 %package dri-driver-panfrost
909 Summary:        X.org DRI driver for Mali Midgard/Bifrost chips
910 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Mali Midgard/Bifrost
911 License:        MIT
912 Group:          X11/Libraries
913 Requires:       zlib >= %{zlib_ver}
914 #Suggests:      xorg-driver-video-???
915 Conflicts:      %{name}-libEGL > %{version}
916 Conflicts:      %{name}-libEGL < %{version}
917 Conflicts:      %{name}-libGL > %{version}
918 Conflicts:      %{name}-libGL < %{version}
919 Conflicts:      %{name}-libgbm > %{version}
920 Conflicts:      %{name}-libgbm < %{version}
921 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
922 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
923
924 %description dri-driver-panfrost
925 X.org Gallium DRI driver for Mali Midgard/Bifrost chips.
926
927 %description dri-driver-panfrost -l pl.UTF-8
928 Sterownik X.org DRI Gallium dla układów Mali Midgard/Bifrost.
929
930 %package dri-driver-swrast
931 Summary:        X.org DRI software rasterizer driver
932 Summary(pl.UTF-8):      Sterownik X.org DRI obsługujący rysowanie programowe
933 License:        MIT
934 Group:          X11/Libraries
935 Requires:       zlib >= %{zlib_ver}
936 Conflicts:      %{name}-libEGL > %{version}
937 Conflicts:      %{name}-libEGL < %{version}
938 Conflicts:      %{name}-libGL > %{version}
939 Conflicts:      %{name}-libGL < %{version}
940 Conflicts:      %{name}-libgbm > %{version}
941 Conflicts:      %{name}-libgbm < %{version}
942 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
943 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
944
945 %description dri-driver-swrast
946 X.org DRI software rasterizer driver.
947
948 %description dri-driver-swrast -l pl.UTF-8
949 Sterownik X.org DRI obsługujący rysowanie programowe.
950
951 %package dri-driver-tegra
952 Summary:        X.org DRI driver for Tegra SoC chips
953 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów SoC Tegra
954 License:        MIT
955 Group:          X11/Libraries
956 Requires:       zlib >= %{zlib_ver}
957 #Suggests:      xorg-driver-video-???
958 Conflicts:      %{name}-libEGL > %{version}
959 Conflicts:      %{name}-libEGL < %{version}
960 Conflicts:      %{name}-libGL > %{version}
961 Conflicts:      %{name}-libGL < %{version}
962 Conflicts:      %{name}-libgbm > %{version}
963 Conflicts:      %{name}-libgbm < %{version}
964 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
965 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
966
967 %description dri-driver-tegra
968 X.org Gallium DRI driver for Tegra SoC chips.
969
970 %description dri-driver-tegra -l pl.UTF-8
971 Sterownik X.org DRI Gallium dla układów Tegra SoC.
972
973 %package dri-driver-v3d
974 Summary:        X.org DRI driver for Broadcom VC5 chips
975 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Broadcom VC5
976 License:        MIT
977 Group:          X11/Libraries
978 Requires:       zlib >= %{zlib_ver}
979 Suggests:       xorg-driver-video-modesetting
980 Conflicts:      %{name}-libEGL > %{version}
981 Conflicts:      %{name}-libEGL < %{version}
982 Conflicts:      %{name}-libGL > %{version}
983 Conflicts:      %{name}-libGL < %{version}
984 Conflicts:      %{name}-libgbm > %{version}
985 Conflicts:      %{name}-libgbm < %{version}
986 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
987 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
988
989 %description dri-driver-v3d
990 X.org Gallium DRI driver for Broadcom VC5 chips.
991
992 %description dri-driver-v3d -l pl.UTF-8
993 Sterownik X.org DRI Gallium dla układów Broadcom VC5.
994
995 %package dri-driver-vc4
996 Summary:        X.org DRI driver for Broadcom VC4 chips
997 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Broadcom VC4
998 License:        MIT
999 Group:          X11/Libraries
1000 Requires:       zlib >= %{zlib_ver}
1001 Suggests:       xorg-driver-video-modesetting
1002 Conflicts:      %{name}-libEGL > %{version}
1003 Conflicts:      %{name}-libEGL < %{version}
1004 Conflicts:      %{name}-libGL > %{version}
1005 Conflicts:      %{name}-libGL < %{version}
1006 Conflicts:      %{name}-libgbm > %{version}
1007 Conflicts:      %{name}-libgbm < %{version}
1008 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
1009 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
1010
1011 %description dri-driver-vc4
1012 X.org Gallium DRI driver for Broadcom VC4 chips.
1013
1014 %description dri-driver-vc4 -l pl.UTF-8
1015 Sterownik X.org DRI Gallium dla układów Broadcom VC4.
1016
1017 %package dri-driver-virgl
1018 Summary:        X.org DRI driver for QEMU VirGL
1019 Summary(pl.UTF-8):      Sterownik X.org DRI dla QEMU VirGL
1020 License:        MIT
1021 Group:          X11/Libraries
1022 Requires:       zlib >= %{zlib_ver}
1023 Conflicts:      %{name}-libEGL > %{version}
1024 Conflicts:      %{name}-libEGL < %{version}
1025 Conflicts:      %{name}-libGL > %{version}
1026 Conflicts:      %{name}-libGL < %{version}
1027 Conflicts:      %{name}-libgbm > %{version}
1028 Conflicts:      %{name}-libgbm < %{version}
1029 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
1030 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
1031
1032 %description dri-driver-virgl
1033 X.org Gallium DRI driver for QEMU VirGL.
1034
1035 %description dri-driver-virgl -l pl.UTF-8
1036 Sterownik X.org DRI Gallium dla QEMU VirGL.
1037
1038 %package dri-driver-vmwgfx
1039 Summary:        X.org DRI driver for VMware
1040 Summary(pl.UTF-8):      Sterownik X.org DRI dla VMware
1041 License:        MIT
1042 Group:          X11/Libraries
1043 Requires:       zlib >= %{zlib_ver}
1044 Suggests:       xorg-driver-video-vmware
1045 Conflicts:      %{name}-libEGL > %{version}
1046 Conflicts:      %{name}-libEGL < %{version}
1047 Conflicts:      %{name}-libGL > %{version}
1048 Conflicts:      %{name}-libGL < %{version}
1049 Conflicts:      %{name}-libgbm > %{version}
1050 Conflicts:      %{name}-libgbm < %{version}
1051 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
1052 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
1053
1054 %description dri-driver-vmwgfx
1055 X.org Gallium DRI driver for VMWare.
1056
1057 %description dri-driver-vmwgfx -l pl.UTF-8
1058 Sterownik X.org DRI Gallium dla VMware.
1059
1060 %package dri-driver-zink
1061 Summary:        X.org DRI driver based on Vulkan
1062 Summary(pl.UTF-8):      Sterownik X.org DRI oparty na Vulkanie
1063 License:        MIT
1064 Group:          X11/Libraries
1065 Requires:       zlib >= %{zlib_ver}
1066 Conflicts:      %{name}-libEGL > %{version}
1067 Conflicts:      %{name}-libEGL < %{version}
1068 Conflicts:      %{name}-libGL > %{version}
1069 Conflicts:      %{name}-libGL < %{version}
1070 Conflicts:      %{name}-libgbm > %{version}
1071 Conflicts:      %{name}-libgbm < %{version}
1072 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
1073 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
1074
1075 %description dri-driver-zink
1076 X.org Gallium DRI driver based on Vulkan.
1077
1078 %description dri-driver-zink -l pl.UTF-8
1079 Sterownik X.org DRI Gallium oparty na Vulkanie.
1080
1081 %package pipe-driver-crocus
1082 Summary:        crocus driver for Mesa Gallium dynamic pipe loader
1083 Summary(pl.UTF-8):      Sterownik crocus dla dynamicznego systemu potoków szkieletu Mesa Gallium
1084 Group:          Libraries
1085 Requires:       zlib >= %{zlib_ver}
1086
1087 %description pipe-driver-crocus
1088 crocus driver for Mesa Gallium dynamic pipe loader. It supports Intel
1089 Gen4/Gen5/Gen6/Gen7 chips.
1090
1091 %description pipe-driver-crocus -l pl.UTF-8
1092 Sterownik crocus dla dynamicznego systemu potoków szkieletu Mesa
1093 Gallium. Obsługuje układy Intela Gen4/Gen5/Gen6/Gen7.
1094
1095 %package pipe-driver-i915
1096 Summary:        i915 driver for Mesa Gallium dynamic pipe loader
1097 Summary(pl.UTF-8):      Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1098 Group:          Libraries
1099 Requires:       zlib >= %{zlib_ver}
1100 Obsoletes:      Mesa-gbm-driver-i915 < 11.1.1
1101 Obsoletes:      Mesa-opencl-driver-i915 < 9.1
1102
1103 %description pipe-driver-i915
1104 i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
1105 915/945/G33/Q33/Q35/Pineview chips.
1106
1107 %description pipe-driver-i915 -l pl.UTF-8
1108 Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
1109 Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
1110
1111 %package pipe-driver-iris
1112 Summary:        iris driver for Mesa Gallium dynamic pipe loader
1113 Summary(pl.UTF-8):      Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa Gallium
1114 Group:          Libraries
1115 Requires:       zlib >= %{zlib_ver}
1116
1117 %description pipe-driver-iris
1118 iris driver for Mesa Gallium dynamic pipe loader. It supports Intel
1119 Iris (Gen8+) card family (Broadwell, Skylake, Broxton, Kabylake,
1120 Coffeelake, Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice
1121 Lake, Elkhart Lake).
1122
1123 %description pipe-driver-iris -l pl.UTF-8
1124 Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa
1125 Gallium. Obsługuje układy Intela z rodziny kart Intel Iris (Gen8+:
1126 Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake, Whiskey
1127 Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
1128
1129 %package pipe-driver-kmsro
1130 Summary:        kmsro driver for Mesa Gallium dynamic pipe loader
1131 Summary(pl.UTF-8):      Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa Gallium
1132 Group:          Libraries
1133 Requires:       zlib >= %{zlib_ver}
1134
1135 %description pipe-driver-kmsro
1136 kmsro driver for Mesa Gallium dynamic pipe loader.
1137
1138 %description pipe-driver-kmsro -l pl.UTF-8
1139 Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa
1140 Gallium.
1141
1142 %package pipe-driver-msm
1143 Summary:        msm (freedreno) driver for Mesa Gallium dynamic pipe loader
1144 Summary(pl.UTF-8):      Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1145 Group:          Libraries
1146 Requires:       zlib >= %{zlib_ver}
1147
1148 %description pipe-driver-msm
1149 msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
1150 supports Adreno chips.
1151
1152 %description pipe-driver-msm -l pl.UTF-8
1153 Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
1154 Mesa Gallium. Obsługuje układy Adreno.
1155
1156 %package pipe-driver-nouveau
1157 Summary:        nouveau driver for Mesa Gallium dynamic pipe loader
1158 Summary(pl.UTF-8):      Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
1159 Group:          Libraries
1160 Requires:       zlib >= %{zlib_ver}
1161 Obsoletes:      Mesa-gbm-driver-nouveau < 11.1.1
1162 Obsoletes:      Mesa-opencl-driver-nouveau < 9.1
1163
1164 %description pipe-driver-nouveau
1165 nouveau driver for Mesa Gallium dynamic pipe loader. It supports
1166 NVidia adapters.
1167
1168 %description pipe-driver-nouveau -l pl.UTF-8
1169 Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
1170 Gallium. Obsługuje karty graficzne firmy NVidia.
1171
1172 %package pipe-driver-r300
1173 Summary:        r300 driver for Mesa Gallium dynamic pipe loader
1174 Summary(pl.UTF-8):      Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1175 Group:          Libraries
1176 Requires:       zlib >= %{zlib_ver}
1177 Obsoletes:      Mesa-gbm-driver-r300 < 11.1.1
1178 Obsoletes:      Mesa-opencl-driver-r300 < 9.1
1179
1180 %description pipe-driver-r300
1181 r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1182 Radeon adapters based on R300/R400/RS690/R500 chips.
1183
1184 %description pipe-driver-r300 -l pl.UTF-8
1185 Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
1186 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1187 R300/R400/RS690/R500.
1188
1189 %package pipe-driver-r600
1190 Summary:        r600 driver for Mesa Gallium dynamic pipe loader
1191 Summary(pl.UTF-8):      Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1192 Group:          Libraries
1193 Requires:       zlib >= %{zlib_ver}
1194 Obsoletes:      Mesa-gbm-driver-r600 < 11.1.1
1195 Obsoletes:      Mesa-libllvmradeon < 9.2
1196 Obsoletes:      Mesa-opencl-driver-r600 < 9.1
1197
1198 %description pipe-driver-r600
1199 r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1200 Radeon adapters based on R600/R700 chips.
1201
1202 %description pipe-driver-r600 -l pl.UTF-8
1203 Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
1204 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1205 R600/R700.
1206
1207 %package pipe-driver-radeonsi
1208 Summary:        radeonsi driver for Mesa Gallium dynamic pipe loader
1209 Summary(pl.UTF-8):      Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
1210 Group:          Libraries
1211 Requires:       zlib >= %{zlib_ver}
1212 Obsoletes:      Mesa-gbm-driver-radeonsi < 11.1.1
1213 Obsoletes:      Mesa-libllvmradeon < 9.2
1214 Obsoletes:      Mesa-opencl-driver-radeonsi < 9.1
1215
1216 %description pipe-driver-radeonsi
1217 radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
1218 Radeon adapters based on Southern Islands chips.
1219
1220 %description pipe-driver-radeonsi -l pl.UTF-8
1221 Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
1222 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1223 Southern Islands.
1224
1225 %package pipe-driver-swrast
1226 Summary:        Software (swrast) driver for Mesa Gallium dynamic pipe loader
1227 Summary(pl.UTF-8):      Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1228 Group:          Libraries
1229 Requires:       zlib >= %{zlib_ver}
1230 Obsoletes:      Mesa-gbm-driver-swrast < 11.1.1
1231 Obsoletes:      Mesa-opencl-driver-swrast < 9.1
1232
1233 %description pipe-driver-swrast
1234 Software (swrast) driver for Mesa Gallium dynamic pipe loader.
1235
1236 %description pipe-driver-swrast -l pl.UTF-8
1237 Sterownik programowy (swrast) dla dynamicznego systemu potoków
1238 szkieletu Mesa Gallium.
1239
1240 %package pipe-driver-vmwgfx
1241 Summary:        vmwgfx driver for Mesa Gallium dynamic pipe loader
1242 Summary(pl.UTF-8):      Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
1243 Group:          Libraries
1244 Requires:       zlib >= %{zlib_ver}
1245 Obsoletes:      Mesa-gbm-driver-vmwgfx < 11.1.1
1246 Obsoletes:      Mesa-opencl-driver-vmwgfx < 9.1
1247
1248 %description pipe-driver-vmwgfx
1249 vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
1250 virtual video adapter.
1251
1252 %description pipe-driver-vmwgfx -l pl.UTF-8
1253 Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
1254 Gallium. Obsługuje wirtualną kartę graficzną VMware.
1255
1256 %package -n libva-driver-gallium
1257 Summary:        VA driver for Gallium State Tracker
1258 Summary(pl.UTF-8):      Sterowniki VA do Gallium
1259 Group:          Libraries
1260 %if %{with gallium_radeon}
1261 Requires:       libva-driver-r600 = %{version}-%{release}
1262 Requires:       libva-driver-radeonsi = %{version}-%{release}
1263 %endif
1264 %if %{with gallium_nouveau}
1265 Requires:       libva-driver-nouveau = %{version}-%{release}
1266 %endif
1267
1268 %description -n libva-driver-gallium
1269 VA drivers for Gallium State Tracker (r600, radeonsi & nouveau).
1270
1271 %description -n libva-driver-gallium -l pl.UTF-8
1272 Sterowniki VA do Gallium (r600, radeonsi & nouveau).
1273
1274 %package -n libva-driver-r600
1275 Summary:        VA driver for ATI Radeon R600 series adapters
1276 Summary(pl.UTF-8):      Sterownik VA dla kart ATI Radeon z serii R600
1277 Group:          Libraries
1278 Requires:       libva >= 1.8.0
1279 Requires:       zlib >= %{zlib_ver}
1280
1281 %description -n libva-driver-r600
1282 VA driver for ATI Radeon R600 series adapters.
1283
1284 %description -n libva-driver-r600 -l pl.UTF-8
1285 Sterownik VA dla kart ATI Radeon z serii R600.
1286
1287 %package -n libva-driver-radeonsi
1288 Summary:        VA driver for ATI Radeon SI adapters
1289 Summary(pl.UTF-8):      Sterownik VA dla kart ATI Radeon SI
1290 Group:          Libraries
1291 Requires:       libva >= 1.8.0
1292 Requires:       zlib >= %{zlib_ver}
1293
1294 %description -n libva-driver-radeonsi
1295 VA driver for ATI Radeon adapters based on Southern Islands chips.
1296
1297 %description -n libva-driver-radeonsi -l pl.UTF-8
1298 Sterownik VA dla kart ATI Radeon opartych na układach Southern
1299 Islands.
1300
1301 %package -n libva-driver-nouveau
1302 Summary:        VA driver for NVidia adapters
1303 Summary(pl.UTF-8):      Sterownik VA dla kart NVidia
1304 Group:          Libraries
1305 Requires:       libva >= 1.8.0
1306 Requires:       zlib >= %{zlib_ver}
1307
1308 %description -n libva-driver-nouveau
1309 VA driver for NVidia adapters.
1310
1311 %description -n libva-driver-nouveau -l pl.UTF-8
1312 Sterownik VA dla kart NVidia.
1313
1314 %package -n libva-driver-virtio
1315 Summary:        VA driver for VirtIO adapters
1316 Summary(pl.UTF-8):      Sterownik VA dla kart VirtIO
1317 Group:          Libraries
1318 Requires:       libva >= 1.8.0
1319 Requires:       zlib >= %{zlib_ver}
1320
1321 %description -n libva-driver-virtio
1322 VA driver for VirtIO adapters.
1323
1324 %description -n libva-driver-virtio -l pl.UTF-8
1325 Sterownik VA dla kart VirtIO.
1326
1327 %package -n libvdpau-driver-mesa-nouveau
1328 Summary:        Mesa nouveau driver for the vdpau API
1329 Summary(pl.UTF-8):      Sterownik Mesa nouveau dla API vdpau
1330 License:        MIT
1331 Group:          X11/Libraries
1332 Requires:       libdrm >= %{libdrm_ver}
1333 Requires:       libvdpau >= 1.1
1334 Requires:       zlib >= %{zlib_ver}
1335 Conflicts:      libvdpau-driver-mesa
1336
1337 %description -n libvdpau-driver-mesa-nouveau
1338 Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1339 (NV40-NV96, NVa0).
1340
1341 %description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1342 Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1343 (NV40-NV96, NVa0).
1344
1345 %package -n libvdpau-driver-mesa-r600
1346 Summary:        Mesa r600 driver for the vdpau API
1347 Summary(pl.UTF-8):      Sterownik Mesa r600 dla API vdpau
1348 License:        MIT
1349 Group:          X11/Libraries
1350 Requires:       libdrm >= %{libdrm_ver}
1351 Requires:       libvdpau >= 1.1
1352 Requires:       zlib >= %{zlib_ver}
1353 Conflicts:      libvdpau-driver-mesa
1354
1355 %description -n libvdpau-driver-mesa-r600
1356 Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1357 based on R600/R700 chips.
1358
1359 %description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1360 Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1361 na układach R600/R700.
1362
1363 %package -n libvdpau-driver-mesa-radeonsi
1364 Summary:        Mesa radeonsi driver for the vdpau API
1365 Summary(pl.UTF-8):      Sterownik Mesa radeonsi dla API vdpau
1366 License:        MIT
1367 Group:          X11/Libraries
1368 Requires:       libdrm >= %{libdrm_ver}
1369 Requires:       libvdpau >= 1.1
1370 Requires:       zlib >= %{zlib_ver}
1371 Obsoletes:      Mesa-libllvmradeon < 9.2
1372 Conflicts:      libvdpau-driver-mesa
1373
1374 %description -n libvdpau-driver-mesa-radeonsi
1375 Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1376 adapters based on Southern Islands chips.
1377
1378 %description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
1379 Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1380 oparte na układach Southern Islands.
1381
1382 %package -n libvdpau-driver-mesa-virtio
1383 Summary:        Mesa virtio driver for the vdpau API
1384 Summary(pl.UTF-8):      Sterownik Mesa virtio dla API vdpau
1385 License:        MIT
1386 Group:          X11/Libraries
1387 Requires:       libdrm >= %{libdrm_ver}
1388 Requires:       libvdpau >= 1.1
1389 Requires:       zlib >= %{zlib_ver}
1390
1391 %description -n libvdpau-driver-mesa-virtio
1392 Mesa virtio driver for the vdpau API.
1393
1394 %description -n libvdpau-driver-mesa-virtio -l pl.UTF-8
1395 Sterownik Mesa virtio dla API vdpau.
1396
1397 %package -n omxil-mesa
1398 Summary:        Mesa driver for Bellagio OpenMAX IL API
1399 Summary(pl.UTF-8):      Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1400 License:        MIT
1401 Group:          X11/Libraries
1402 Requires:       libdrm >= %{libdrm_ver}
1403 Requires:       libomxil-bellagio
1404 Requires:       libxcb >= 1.13
1405 Requires:       zlib >= %{zlib_ver}
1406 Obsoletes:      omxil-mesa-nouveau < 10.3
1407 Obsoletes:      omxil-mesa-r600 < 10.3
1408 Obsoletes:      omxil-mesa-radeonsi < 10.3
1409
1410 %description -n omxil-mesa
1411 Mesa driver for Bellagio OpenMAX IL API.
1412
1413 %description -n omxil-mesa -l pl.UTF-8
1414 Sterownik Mesa dla API Bellagio OpenMAX IL.
1415
1416 %package vulkan-icd-broadcom
1417 Summary:        v3dv - Mesa Vulkan driver for Raspberry Pi 4
1418 Summary(pl.UTF-8):      v3dv - sterownik Vulkan dla Raspberry Pi 4
1419 License:        MIT
1420 Group:          Libraries
1421 Requires:       libdrm >= %{libdrm_ver}
1422 Requires:       libxcb >= 1.13
1423 Requires:       xorg-lib-libXrandr >= 1.3
1424 Requires:       xorg-lib-libxshmfence >= 1.1
1425 # wayland-client
1426 Requires:       wayland >= %{wayland_ver}
1427 Requires:       zlib >= %{zlib_ver}
1428 Suggests:       vulkan(loader)
1429 Provides:       vulkan(icd) = 1.2.267
1430
1431 %description vulkan-icd-broadcom
1432 v3dv - Mesa Vulkan driver for Raspberry Pi 4.
1433
1434 %description vulkan-icd-broadcom -l pl.UTF-8
1435 v3dv - sterownik Vulkan dla Raspberry Pi 4.
1436
1437 %package vulkan-icd-freedreno
1438 Summary:        turnip - Mesa Vulkan driver for Adreno chips
1439 Summary(pl.UTF-8):      turnip - sterownik Vulkan dla układów Adreno
1440 License:        MIT
1441 Group:          Libraries
1442 Requires:       libdrm >= %{libdrm_ver}
1443 Requires:       libxcb >= 1.13
1444 Requires:       xorg-lib-libXrandr >= 1.3
1445 Requires:       xorg-lib-libxshmfence >= 1.1
1446 # wayland-client
1447 Requires:       wayland >= %{wayland_ver}
1448 Requires:       zlib >= %{zlib_ver}
1449 Suggests:       vulkan(loader)
1450 Provides:       vulkan(icd) = 1.1.267
1451
1452 %description vulkan-icd-freedreno
1453 turnip - Mesa Vulkan driver for Adreno chips.
1454
1455 %description vulkan-icd-freedreno -l pl.UTF-8
1456 turnip - sterownik Vulkan dla układów Adreno.
1457
1458 %package vulkan-icd-panfrost
1459 Summary:        panfrost - Mesa Vulkan driver for Mali Midgard and Bifrost GPUs
1460 Summary(pl.UTF-8):      panfrost - sterownik Vulkan dla układów Mali Midgard i Bifrost
1461 License:        MIT
1462 Group:          Libraries
1463 Requires:       libdrm >= %{libdrm_ver}
1464 Requires:       libxcb >= 1.13
1465 Requires:       xorg-lib-libXrandr >= 1.3
1466 Requires:       xorg-lib-libxshmfence >= 1.1
1467 # wayland-client
1468 Requires:       wayland >= %{wayland_ver}
1469 Requires:       zlib >= %{zlib_ver}
1470 Suggests:       vulkan(loader)
1471 Provides:       vulkan(icd) = 1.0.267
1472
1473 %description vulkan-icd-panfrost
1474 panfrost - Mesa Vulkan driver for Mali Midgard and Bifrost GPUs.
1475
1476 %description vulkan-icd-panfrost -l pl.UTF-8
1477 panfrost - sterownik Vulkan dla układów Mali Midgard i Bifrost.
1478
1479 %package vulkan-icd-powervr
1480 Summary:        powervr - Mesa Vulkan driver for Imagination Technologies Rogue GPUs
1481 Summary(pl.UTF-8):      powervr - sterownik Vulkan dla układów Imagination Technologies Rogue
1482 License:        MIT
1483 Group:          Libraries
1484 Requires:       libdrm >= %{libdrm_ver}
1485 Requires:       libxcb >= 1.13
1486 Requires:       xorg-lib-libXrandr >= 1.3
1487 Requires:       xorg-lib-libxshmfence >= 1.1
1488 # wayland-client
1489 Requires:       wayland >= %{wayland_ver}
1490 Requires:       zlib >= %{zlib_ver}
1491 Suggests:       vulkan(loader)
1492 Provides:       vulkan(icd) = 1.1.267
1493
1494 %description vulkan-icd-powervr
1495 powervr - Mesa Vulkan driver for Imagination Technologies Rogue GPUs.
1496
1497 %description vulkan-icd-powervr -l pl.UTF-8
1498 powervr - sterownik Vulkan dla układów Imagination Technologies Rogue.
1499
1500 %package vulkan-icd-intel
1501 Summary:        Mesa Vulkan driver for Intel GPUs
1502 Summary(pl.UTF-8):      Sterownik Vulkan dla GPU firmy Intel
1503 License:        MIT
1504 Group:          Libraries
1505 Requires:       libdrm >= %{libdrm_ver}
1506 Requires:       libxcb >= 1.13
1507 Requires:       xorg-lib-libxshmfence >= 1.1
1508 # wayland-client
1509 Requires:       wayland >= %{wayland_ver}
1510 Requires:       zlib >= %{zlib_ver}
1511 Suggests:       vulkan(loader)
1512 Provides:       vulkan(icd) = 1.3.267
1513 Obsoletes:      Mesa-vulkan-icd-intel-devel < 21.1.0
1514
1515 %description vulkan-icd-intel
1516 Mesa Vulkan driver for Intel GPUs.
1517
1518 %description vulkan-icd-intel -l pl.UTF-8
1519 Sterownik Vulkan dla GPU Intela.
1520
1521 %package vulkan-icd-lavapipe
1522 Summary:        lavapipe - Mesa software Vulkan driver
1523 Summary(pl.UTF-8):      lavapipe - programowy sterownik Vulkan
1524 License:        MIT
1525 Group:          Libraries
1526 Requires:       libdrm >= %{libdrm_ver}
1527 Requires:       libxcb >= 1.13
1528 Requires:       xorg-lib-libXrandr >= 1.3
1529 Requires:       xorg-lib-libxshmfence >= 1.1
1530 # wayland-client
1531 Requires:       wayland >= %{wayland_ver}
1532 Requires:       zlib >= %{zlib_ver}
1533 Suggests:       vulkan(loader)
1534 Provides:       vulkan(icd) = 1.1.267
1535
1536 %description vulkan-icd-lavapipe
1537 lavapipe - Mesa software Vulkan driver.
1538
1539 %description vulkan-icd-lavapipe -l pl.UTF-8
1540 lavapipe - programowy sterownik Vulkan.
1541
1542 %package vulkan-icd-nouveau
1543 Summary:        nvk - experimental Mesa Vulkan driver for NVIDIA GPUs
1544 Summary(pl.UTF-8):      nvk - eksperymentalny sterownik Vulkan dla GPU firmy NVIDIA
1545 License:        MIT
1546 Group:          Libraries
1547 Requires:       libdrm >= %{libdrm_ver}
1548 Requires:       libxcb >= 1.13
1549 Requires:       xorg-lib-libxshmfence >= 1.1
1550 # wayland-client
1551 Requires:       wayland >= %{wayland_ver}
1552 Requires:       zlib >= %{zlib_ver}
1553 Suggests:       vulkan(loader)
1554 Provides:       vulkan(icd) = 1.3.267
1555
1556 %description vulkan-icd-nouveau
1557 nvk - experimental Mesa Vulkan driver for NVIDIA GPUs.
1558
1559 %description vulkan-icd-nouveau -l pl.UTF-8
1560 nvk - eksperymentalny sterownik Vulkan dla GPU firmy NVIDIA.
1561
1562 %package vulkan-icd-radeon
1563 Summary:        radv - Mesa Vulkan driver for AMD Radeon GPUs
1564 Summary(pl.UTF-8):      radv - sterownik Vulkan dla GPU firmy AMD
1565 License:        MIT
1566 Group:          Libraries
1567 Requires:       libdrm >= %{libdrm_ver}
1568 Requires:       libxcb >= 1.13
1569 Requires:       xorg-lib-libxshmfence >= 1.1
1570 # wayland-client
1571 Requires:       wayland >= %{wayland_ver}
1572 Requires:       zlib >= %{zlib_ver}
1573 Suggests:       vulkan(loader)
1574 Provides:       vulkan(icd) = 1.3.267
1575
1576 %description vulkan-icd-radeon
1577 radv - Mesa Vulkan driver for AMD Radeon GPUs.
1578
1579 %description vulkan-icd-radeon -l pl.UTF-8
1580 radv - sterownik Vulkan dla GPU firmy AMD.
1581
1582 %package vulkan-icd-virtio
1583 Summary:        Mesa Vulkan driver for VirtIO adapters
1584 Summary(pl.UTF-8):      Sterownik Vulkan dla kart VirtIO
1585 License:        MIT
1586 Group:          Libraries
1587 Requires:       libdrm >= %{libdrm_ver}
1588 Requires:       libxcb >= 1.13
1589 Requires:       xorg-lib-libxshmfence >= 1.1
1590 # wayland-client
1591 Requires:       wayland >= %{wayland_ver}
1592 Requires:       zlib >= %{zlib_ver}
1593 Suggests:       vulkan(loader)
1594 Provides:       vulkan(icd) = 1.3.267
1595
1596 %description vulkan-icd-virtio
1597 Mesa Vulkan driver for VirtIO adapters.
1598
1599 %description vulkan-icd-virtio -l pl.UTF-8
1600 Sterownik Vulkan dla kart VirtIO.
1601
1602 %prep
1603 %setup -q -n mesa-%{version}
1604 %patch0 -p1
1605
1606 %build
1607 %if %{with opencl}
1608 if [ "$(llvm-config --has-rtti)" != "YES" ] ; then
1609         echo "Clover (gallium OpenCL) requires LLVM with RTTI!"
1610         exit 1
1611 fi
1612 %endif
1613
1614
1615 gallium_drivers="virgl swrast %{?with_gallium_zink:zink} \
1616 %ifarch %{ix86} %{x8664} x32
1617 svga iris %{?with_gallium_i915:i915} crocus \
1618 %endif
1619 %if %{with gallium_radeon}
1620 r300 r600 radeonsi \
1621 %endif
1622 %if %{with gallium_nouveau}
1623 nouveau
1624 %endif
1625 %ifarch %{arm} aarch64
1626 etnaviv \
1627 freedreno \
1628 lima \
1629 panfrost \
1630 %{?with_gallium_nouveau:tegra} \
1631 v3d \
1632 vc4 \
1633 %endif
1634 "
1635 # TODO: asahi (Apple Silicon) - arm/aarch64?
1636
1637 gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1638
1639 vulkan_drivers="swrast virtio %{?with_radv:amd} %{?with_intel_vk:intel intel_hasvk} %{?with_nvk:nouveau-experimental} \
1640 %ifarch %{arm} aarch64
1641 broadcom freedreno imagination-experimental panfrost \
1642 %endif
1643 "
1644
1645 vulkan_drivers=$(echo $vulkan_drivers | xargs | tr ' ' ',')
1646
1647 %if %{with gallium_rusticl}
1648 %ifarch %{arm32_with_hf}
1649 export BINDGEN_EXTRA_CLANG_ARGS="-mfloat-abi=hard"
1650 %endif
1651 %endif
1652
1653 %meson build \
1654         -Dplatforms=x11%{?with_wayland:,wayland} \
1655         -Ddri3=enabled \
1656         -Ddri-drivers-path=%{_libdir}/xorg/modules/dri \
1657         -Degl=%{?with_egl:enabled}%{!?with_egl:disabled} \
1658         -Dgallium-drivers=${gallium_drivers} \
1659         %{?with_hud_extra:-Dgallium-extra-hud=true} \
1660         -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
1661         -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
1662 %if %{with opencl}
1663 %if %{with ocl_icd}
1664         -Dgallium-opencl=icd \
1665 %else
1666         -Dgallium-opencl=standalone \
1667 %endif
1668         %{?with_gallium_rusticl:-Dgallium-rusticl=true -Drust_std=2021} \
1669 %else
1670         -Dgallium-opencl=disabled \
1671 %endif
1672         -Dgallium-va=%{?with_va:enabled}%{!?with_va:disabled} \
1673         %{?with_vdpau:-Dgallium-vdpau=enabled} \
1674         -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
1675         -Dgbm=%{?with_gbm:enabled}%{!?with_gbm:disabled} \
1676         -Dglvnd=%{?with_glvnd:true}%{!?with_glvnd:false} \
1677         -Dlibunwind=enabled \
1678         -Dlmsensors=%{?with_lm_sensors:enabled}%{!?with_lm_sensors:disabled} \
1679         %{?with_opencl_spirv:-Dopencl-spirv=true} \
1680         -Dosmesa=true \
1681         -Dselinux=true \
1682         -Dsse2=%{__true_false sse2} \
1683         -Dva-libs-path=%{_libdir}/libva/dri \
1684         -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
1685         -Dvulkan-drivers=${vulkan_drivers} \
1686         -Dvulkan-icd-dir=/usr/share/vulkan/icd.d \
1687 %ifarch %{arm} aarch64
1688         -Dfreedreno-kmds=msm,virtio \
1689         -Dimagination-srv=true
1690 %endif
1691
1692 %ninja_build -C build
1693
1694 %{?with_tests:%ninja_test -C build}
1695
1696 %install
1697 rm -rf $RPM_BUILD_ROOT
1698
1699 %ninja_install -C build
1700
1701 install -d $RPM_BUILD_ROOT%{_libdir}/gbm
1702
1703 # not used externally
1704 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1705
1706 %if %{without glvnd}
1707 # remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1708 # set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1709 strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1710 %endif
1711
1712 %clean
1713 rm -rf $RPM_BUILD_ROOT
1714
1715 %post   libEGL -p /sbin/ldconfig
1716 %postun libEGL -p /sbin/ldconfig
1717
1718 %post   libGL -p /sbin/ldconfig
1719 %postun libGL -p /sbin/ldconfig
1720
1721 %post   libGLES -p /sbin/ldconfig
1722 %postun libGLES -p /sbin/ldconfig
1723
1724 %post   libOSMesa -p /sbin/ldconfig
1725 %postun libOSMesa -p /sbin/ldconfig
1726
1727 %post   OpenCL-icd -p /sbin/ldconfig
1728 %postun OpenCL-icd -p /sbin/ldconfig
1729
1730 %post   Rusticl-icd -p /sbin/ldconfig
1731 %postun Rusticl-icd -p /sbin/ldconfig
1732
1733 %post   libOpenCL -p /sbin/ldconfig
1734 %postun libOpenCL -p /sbin/ldconfig
1735
1736 %post   libgbm -p /sbin/ldconfig
1737 %postun libgbm -p /sbin/ldconfig
1738
1739 %post   libglapi -p /sbin/ldconfig
1740 %postun libglapi -p /sbin/ldconfig
1741
1742 %post   libxatracker -p /sbin/ldconfig
1743 %postun libxatracker -p /sbin/ldconfig
1744
1745 %if %{with egl}
1746 %files libEGL
1747 %defattr(644,root,root,755)
1748 %if %{with glvnd}
1749 %attr(755,root,root) %{_libdir}/libEGL_mesa.so.*.*
1750 %attr(755,root,root) %ghost %{_libdir}/libEGL_mesa.so.0
1751 %{_datadir}/glvnd/egl_vendor.d/50_mesa.json
1752 %else
1753 %attr(755,root,root) %{_libdir}/libEGL.so.*.*
1754 %attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
1755 %endif
1756
1757 %files libEGL-devel
1758 %defattr(644,root,root,755)
1759 %if %{with glvnd}
1760 %attr(755,root,root) %{_libdir}/libEGL_mesa.so
1761 %else
1762 %attr(755,root,root) %{_libdir}/libEGL.so
1763 %dir %{_includedir}/EGL
1764 %{_includedir}/EGL/egl.h
1765 %{_includedir}/EGL/eglext.h
1766 %{_includedir}/EGL/eglplatform.h
1767 %{_pkgconfigdir}/egl.pc
1768 %endif
1769 %{_includedir}/EGL/eglext_angle.h
1770 %{_includedir}/EGL/eglmesaext.h
1771 %endif
1772
1773 %files libGL
1774 %defattr(644,root,root,755)
1775 %doc docs/{*.rst,README.UVD,features.txt,relnotes/*.rst}
1776 %if %{with glvnd}
1777 %attr(755,root,root) %{_libdir}/libGLX_mesa.so.*.*
1778 %attr(755,root,root) %ghost %{_libdir}/libGLX_mesa.so.0
1779 %attr(755,root,root) %{_libdir}/libGLX_mesa.so
1780 %else
1781 %attr(755,root,root) %{_libdir}/libGL.so.*.*
1782 %attr(755,root,root) %ghost %{_libdir}/libGL.so.1
1783 # symlink for binary apps which fail to conform Linux OpenGL ABI
1784 # (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
1785 %attr(755,root,root) %{_libdir}/libGL.so
1786 %endif
1787 %{_datadir}/drirc.d
1788
1789 %files libGL-devel
1790 %defattr(644,root,root,755)
1791 %doc docs/_static/specs/*
1792 %if %{without glvnd}
1793 %dir %{_includedir}/GL
1794 %{_includedir}/GL/gl.h
1795 %{_includedir}/GL/glcorearb.h
1796 %{_includedir}/GL/glext.h
1797 %{_includedir}/GL/glx.h
1798 %{_includedir}/GL/glxext.h
1799 %{_pkgconfigdir}/gl.pc
1800 %endif
1801
1802 %files libGLES
1803 %defattr(644,root,root,755)
1804 %if %{without glvnd}
1805 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1806 %attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1807 %attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1808 %attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
1809 %endif
1810
1811 %files libGLES-devel
1812 %defattr(644,root,root,755)
1813 %if %{without glvnd}
1814 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1815 %attr(755,root,root) %{_libdir}/libGLESv2.so
1816 %{_includedir}/GLES
1817 %{_includedir}/GLES2
1818 %{_includedir}/GLES3
1819 %{_pkgconfigdir}/glesv1_cm.pc
1820 %{_pkgconfigdir}/glesv2.pc
1821 %endif
1822
1823 %files libOSMesa
1824 %defattr(644,root,root,755)
1825 %attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
1826 %attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
1827
1828 %files libOSMesa-devel
1829 %defattr(644,root,root,755)
1830 %attr(755,root,root) %{_libdir}/libOSMesa.so
1831 %{_includedir}/GL/osmesa.h
1832 %{_pkgconfigdir}/osmesa.pc
1833
1834 %if %{with opencl}
1835 %if %{with gallium_rusticl}
1836 %files Rusticl-icd
1837 %defattr(644,root,root,755)
1838 /etc/OpenCL/vendors/rusticl.icd
1839 %attr(755,root,root) %{_libdir}/libRusticlOpenCL.so
1840 %attr(755,root,root) %{_libdir}/libRusticlOpenCL.so.*.*.*
1841 %attr(755,root,root) %ghost %{_libdir}/libRusticlOpenCL.so.1
1842 %endif
1843 %if %{with ocl_icd}
1844 %files OpenCL-icd
1845 %defattr(644,root,root,755)
1846 /etc/OpenCL/vendors/mesa.icd
1847 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1848 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1849 %attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
1850 # currently only OpenCL uses dynamic pipe loader
1851 %dir %{_libdir}/gallium-pipe
1852 %else
1853 %files libOpenCL
1854 %defattr(644,root,root,755)
1855 %attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1856 %attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
1857 # currently only OpenCL uses dynamic pipe loader
1858 %dir %{_libdir}/gallium-pipe
1859
1860 %files libOpenCL-devel
1861 %defattr(644,root,root,755)
1862 %attr(755,root,root) %{_libdir}/libOpenCL.so
1863 %{_includedir}/CL
1864 %endif
1865 %endif
1866
1867 %if %{with gbm}
1868 %files libgbm
1869 %defattr(644,root,root,755)
1870 %attr(755,root,root) %{_libdir}/libgbm.so.*.*
1871 %attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
1872 %dir %{_libdir}/gbm
1873
1874 %files libgbm-devel
1875 %defattr(644,root,root,755)
1876 %attr(755,root,root) %{_libdir}/libgbm.so
1877 %{_includedir}/gbm.h
1878 %{_pkgconfigdir}/gbm.pc
1879 %endif
1880
1881 %files libglapi
1882 %defattr(644,root,root,755)
1883 %attr(755,root,root) %{_libdir}/libglapi.so.*.*
1884 %attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1885 # libglapi-devel? nothing seems to need it atm.
1886 #%attr(755,root,root) %{_libdir}/libglapi.so
1887
1888 %if %{with xa}
1889 %files libxatracker
1890 %defattr(644,root,root,755)
1891 %attr(755,root,root) %{_libdir}/libxatracker.so.*.*
1892 %attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
1893
1894 %files libxatracker-devel
1895 %defattr(644,root,root,755)
1896 %attr(755,root,root) %{_libdir}/libxatracker.so
1897 %{_includedir}/xa_composite.h
1898 %{_includedir}/xa_context.h
1899 %{_includedir}/xa_tracker.h
1900 %{_pkgconfigdir}/xatracker.pc
1901 %endif
1902
1903 %if %{with egl} && %{without glvnd}
1904 %files khrplatform-devel
1905 %defattr(644,root,root,755)
1906 %dir %{_includedir}/KHR
1907 %{_includedir}/KHR/khrplatform.h
1908 %endif
1909
1910 %files dri-devel
1911 %defattr(644,root,root,755)
1912 %dir %{_includedir}/GL/internal
1913 %{_includedir}/GL/internal/dri_interface.h
1914 %{_pkgconfigdir}/dri.pc
1915
1916 ### drivers: d3d
1917
1918 %if %{with nine}
1919 %files d3d
1920 %defattr(644,root,root,755)
1921 %dir %{_libdir}/d3d
1922 %attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1923
1924 %files d3d-devel
1925 %defattr(644,root,root,755)
1926 %{_includedir}/d3dadapter
1927 %{_pkgconfigdir}/d3d.pc
1928 %endif
1929
1930 ### drivers: dri
1931
1932 %if %{with gallium_radeon}
1933 %files dri-driver-ati-radeon-R300
1934 %defattr(644,root,root,755)
1935 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1936
1937 %files dri-driver-ati-radeon-R600
1938 %defattr(644,root,root,755)
1939 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1940
1941 %files dri-driver-ati-radeon-SI
1942 %defattr(644,root,root,755)
1943 %attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
1944 %endif
1945
1946 %ifarch %{ix86} %{x8664} x32
1947 %files dri-driver-intel-i915
1948 %defattr(644,root,root,755)
1949 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
1950
1951 %if %{with gallium}
1952 %files dri-driver-intel-crocus
1953 %defattr(644,root,root,755)
1954 %attr(755,root,root) %{_libdir}/xorg/modules/dri/crocus_dri.so
1955
1956 %files dri-driver-intel-iris
1957 %defattr(644,root,root,755)
1958 %attr(755,root,root) %{_libdir}/xorg/modules/dri/iris_dri.so
1959 %endif
1960 %endif
1961
1962 %files dri-driver-nouveau
1963 %defattr(644,root,root,755)
1964 %if %{with gallium_nouveau}
1965 %attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
1966 %endif
1967
1968 %files dri-driver-swrast
1969 %defattr(644,root,root,755)
1970 %if %{with gallium}
1971 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
1972 %endif
1973 %attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1974
1975 %if %{with gallium}
1976 %ifarch %{arm} aarch64
1977 %files dri-driver-etnaviv
1978 %defattr(644,root,root,755)
1979 %attr(755,root,root) %{_libdir}/xorg/modules/dri/etnaviv_dri.so
1980
1981 %files dri-driver-freedreno
1982 %defattr(644,root,root,755)
1983 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kgsl_dri.so
1984 %attr(755,root,root) %{_libdir}/xorg/modules/dri/msm_dri.so
1985
1986 %files dri-driver-kmsro
1987 %defattr(644,root,root,755)
1988 %attr(755,root,root) %{_libdir}/xorg/modules/dri/armada-drm_dri.so
1989 %attr(755,root,root) %{_libdir}/xorg/modules/dri/exynos_dri.so
1990 %attr(755,root,root) %{_libdir}/xorg/modules/dri/hdlcd_dri.so
1991 %attr(755,root,root) %{_libdir}/xorg/modules/dri/hx8357d_dri.so
1992 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9225_dri.so
1993 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9341_dri.so
1994 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-dcss_dri.so
1995 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-drm_dri.so
1996 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-lcdif_dri.so
1997 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ingenic-drm_dri.so
1998 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kirin_dri.so
1999 %attr(755,root,root) %{_libdir}/xorg/modules/dri/komeda_dri.so
2000 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mali-dp_dri.so
2001 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mcde_dri.so
2002 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mediatek_dri.so
2003 %attr(755,root,root) %{_libdir}/xorg/modules/dri/meson_dri.so
2004 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mi0283qt_dri.so
2005 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mxsfb-drm_dri.so
2006 %attr(755,root,root) %{_libdir}/xorg/modules/dri/pl111_dri.so
2007 %attr(755,root,root) %{_libdir}/xorg/modules/dri/rcar-du_dri.so
2008 %attr(755,root,root) %{_libdir}/xorg/modules/dri/repaper_dri.so
2009 %attr(755,root,root) %{_libdir}/xorg/modules/dri/rockchip_dri.so
2010 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7586_dri.so
2011 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7735r_dri.so
2012 %attr(755,root,root) %{_libdir}/xorg/modules/dri/stm_dri.so
2013 %attr(755,root,root) %{_libdir}/xorg/modules/dri/sun4i-drm_dri.so
2014
2015 %files dri-driver-lima
2016 %defattr(644,root,root,755)
2017 %attr(755,root,root) %{_libdir}/xorg/modules/dri/lima_dri.so
2018
2019 %files dri-driver-panfrost
2020 %defattr(644,root,root,755)
2021 %attr(755,root,root) %{_libdir}/xorg/modules/dri/panfrost_dri.so
2022
2023 %if %{with gallium_nouveau}
2024 %files dri-driver-tegra
2025 %defattr(644,root,root,755)
2026 %attr(755,root,root) %{_libdir}/xorg/modules/dri/tegra_dri.so
2027 %endif
2028
2029 %files dri-driver-v3d
2030 %defattr(644,root,root,755)
2031 %attr(755,root,root) %{_libdir}/xorg/modules/dri/v3d_dri.so
2032
2033 %files dri-driver-vc4
2034 %defattr(644,root,root,755)
2035 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
2036 %endif
2037
2038 %files dri-driver-virgl
2039 %defattr(644,root,root,755)
2040 %attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
2041
2042 %ifarch %{ix86} %{x8664} x32
2043 %files dri-driver-vmwgfx
2044 %defattr(644,root,root,755)
2045 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
2046 %endif
2047
2048 %if %{with gallium_zink}
2049 %files dri-driver-zink
2050 %defattr(644,root,root,755)
2051 %attr(755,root,root) %{_libdir}/xorg/modules/dri/zink_dri.so
2052 %endif
2053 %endif
2054
2055 ### drivers: pipe
2056
2057 %if %{with gallium}
2058 %if %{with opencl}
2059 %ifarch %{ix86} %{x8664} x32
2060 %files pipe-driver-crocus
2061 %defattr(644,root,root,755)
2062 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_crocus.so
2063
2064 %if %{with gallium_i915}
2065 %files pipe-driver-i915
2066 %defattr(644,root,root,755)
2067 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
2068 %endif
2069
2070 %files pipe-driver-iris
2071 %defattr(644,root,root,755)
2072 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_iris.so
2073 %endif
2074
2075 %ifarch %{arm} aarch64
2076 %files pipe-driver-kmsro
2077 %defattr(644,root,root,755)
2078 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_kmsro.so
2079
2080 %files pipe-driver-msm
2081 %defattr(644,root,root,755)
2082 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
2083 %endif
2084
2085 %if %{with gallium_nouveau}
2086 %files pipe-driver-nouveau
2087 %defattr(644,root,root,755)
2088 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
2089 %endif
2090
2091 %if %{with gallium_radeon}
2092 %files pipe-driver-r300
2093 %defattr(644,root,root,755)
2094 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
2095
2096 %files pipe-driver-r600
2097 %defattr(644,root,root,755)
2098 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
2099
2100 %files pipe-driver-radeonsi
2101 %defattr(644,root,root,755)
2102 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
2103 %endif
2104
2105 %files pipe-driver-swrast
2106 %defattr(644,root,root,755)
2107 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
2108
2109 %ifarch %{ix86} %{x8664} x32
2110 %files pipe-driver-vmwgfx
2111 %defattr(644,root,root,755)
2112 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
2113 %endif
2114 %endif
2115 %endif
2116
2117 ### drivers: va
2118
2119 %if %{with va}
2120 %files -n libva-driver-gallium
2121 %defattr(644,root,root,755)
2122
2123 %if %{with gallium_radeon}
2124 %files -n libva-driver-r600
2125 %defattr(644,root,root,755)
2126 %attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
2127
2128 %files -n libva-driver-radeonsi
2129 %defattr(644,root,root,755)
2130 %attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
2131 %endif
2132
2133 %if %{with gallium_nouveau}
2134 %files -n libva-driver-nouveau
2135 %defattr(644,root,root,755)
2136 %attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
2137 %endif
2138
2139 %files -n libva-driver-virtio
2140 %defattr(644,root,root,755)
2141 %attr(755,root,root) %{_libdir}/libva/dri/virtio_gpu_drv_video.so
2142 %endif
2143
2144 ### drivers: vdpau
2145
2146 %if %{with vdpau}
2147 # ldconfig is not used in vdpau tree, so package all symlinks
2148 %if %{with gallium_nouveau}
2149 %files -n libvdpau-driver-mesa-nouveau
2150 %defattr(644,root,root,755)
2151 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
2152 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0
2153 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
2154 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
2155 %endif
2156
2157 %if %{with gallium_radeon}
2158 %files -n libvdpau-driver-mesa-r600
2159 %defattr(644,root,root,755)
2160 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
2161 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0
2162 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
2163 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
2164
2165 %files -n libvdpau-driver-mesa-radeonsi
2166 %defattr(644,root,root,755)
2167 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
2168 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0
2169 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
2170 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
2171 %endif
2172
2173 %files -n libvdpau-driver-mesa-virtio
2174 %defattr(644,root,root,755)
2175 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1.0.0
2176 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1.0
2177 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1
2178 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so
2179 %endif
2180
2181 ### drivers: omxil
2182
2183 %if %{with omx}
2184 %files -n omxil-mesa
2185 %defattr(644,root,root,755)
2186 %attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
2187 %endif
2188
2189 ### drivers: vulkan
2190
2191 %ifarch %{arm} aarch64
2192 %files vulkan-icd-broadcom
2193 %defattr(644,root,root,755)
2194 %attr(755,root,root) %{_libdir}/libvulkan_broadcom.so
2195 %{_datadir}/vulkan/icd.d/broadcom_icd.*.json
2196
2197 %files vulkan-icd-freedreno
2198 %defattr(644,root,root,755)
2199 %attr(755,root,root) %{_libdir}/libvulkan_freedreno.so
2200 %{_datadir}/vulkan/icd.d/freedreno_icd.*.json
2201
2202 %files vulkan-icd-panfrost
2203 %defattr(644,root,root,755)
2204 %attr(755,root,root) %{_libdir}/libvulkan_panfrost.so
2205 %{_datadir}/vulkan/icd.d/panfrost_icd.*.json
2206
2207 %files vulkan-icd-powervr
2208 %defattr(644,root,root,755)
2209 %attr(755,root,root) %{_libdir}/libpowervr_rogue.so
2210 %attr(755,root,root) %{_libdir}/libvulkan_powervr_mesa.so
2211 %{_datadir}/vulkan/icd.d/powervr_mesa_icd.*.json
2212 %endif
2213
2214 %ifarch %{ix86} %{x8664} x32
2215 %files vulkan-icd-intel
2216 %defattr(644,root,root,755)
2217 %attr(755,root,root) %{_libdir}/libvulkan_intel.so
2218 %attr(755,root,root) %{_libdir}/libvulkan_intel_hasvk.so
2219 %{_datadir}/vulkan/icd.d/intel_icd.*.json
2220 %{_datadir}/vulkan/icd.d/intel_hasvk_icd.*.json
2221 %endif
2222
2223 %files vulkan-icd-lavapipe
2224 %defattr(644,root,root,755)
2225 %attr(755,root,root) %{_libdir}/libvulkan_lvp.so
2226 %{_datadir}/vulkan/icd.d/lvp_icd.*.json
2227
2228 %if %{with nvk}
2229 %files vulkan-icd-nouveau
2230 %defattr(644,root,root,755)
2231 %attr(755,root,root) %{_libdir}/libvulkan_nouveau.so
2232 %{_datadir}/vulkan/icd.d/nouveau_icd.*.json
2233 %endif
2234
2235 %if %{with radv}
2236 %files vulkan-icd-radeon
2237 %defattr(644,root,root,755)
2238 %attr(755,root,root) %{_libdir}/libvulkan_radeon.so
2239 %{_datadir}/vulkan/icd.d/radeon_icd.*.json
2240 %endif
2241
2242 %files vulkan-icd-virtio
2243 %defattr(644,root,root,755)
2244 %attr(755,root,root) %{_libdir}/libvulkan_virtio.so
2245 %{_datadir}/vulkan/icd.d/virtio_icd.*.json
This page took 0.334058 seconds and 3 git commands to generate.