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