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