]> git.pld-linux.org Git - packages/Mesa.git/blob - Mesa.spec
up to 21.3.1
[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.3.1
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:  cc749bf46a05c88bdb7ba03dc53da6fd
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.8.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 Provides:       khrplatform-devel
525 Conflicts:      Mesa-libEGL-devel < 8.0.1-2
526
527 %description khrplatform-devel
528 Khronos platform header file.
529
530 %description khrplatform-devel -l pl.UTF-8
531 Plik nagłówkowy platformy Khronos.
532
533 %package dri-devel
534 Summary:        Direct Rendering Infrastructure interface header file
535 Summary(pl.UTF-8):      Plik nagłówkowy interfejsu DRI (Direct Rendering Infrastructure)
536 Group:          Development/Libraries
537 Requires:       libdrm-devel >= %{libdrm_ver}
538 # <GL/gl.h>
539 %if %{with glvnd}
540 Requires:       libglvnd-libGL-devel >= %{libglvnd_ver}
541 Conflicts:      Mesa-libGL-devel < 22.1.0-2
542 %else
543 Requires:       Mesa-libGL-devel = %{version}-%{release}
544 %endif
545
546 %description dri-devel
547 Direct Rendering Infrastructure interface header file.
548
549 %description dri-devel -l pl.UTF-8
550 Plik nagłówkowy interfejsu DRI (Direct Rendering Infrastructure).
551
552 %package libXvMC-nouveau
553 Summary:        Mesa implementation of XvMC API for NVidia adapters
554 Summary(pl.UTF-8):      Implementacja Mesa API XvMC dla kart NVidia
555 License:        MIT
556 Group:          Libraries
557 Requires:       libdrm >= %{libdrm_ver}
558 Requires:       xorg-lib-libXvMC >= 1.0.6
559 Requires:       zlib >= %{zlib_ver}
560 Conflicts:      Mesa-libXvMC
561
562 %description libXvMC-nouveau
563 Mesa implementation of XvMC API for NVidia adapters (NV40-NV96, NVa0).
564
565 %description libXvMC-nouveau -l pl.UTF-8
566 Implementacja Mesa API XvMC dla kart NVidia (NV40-NV96, NVa0).
567
568 %package libXvMC-r600
569 Summary:        Mesa implementation of XvMC API for ATI Radeon R600 series adapters
570 Summary(pl.UTF-8):      Implementacja Mesa API XvMC dla kart ATI Radeon z serii R600
571 License:        MIT
572 Group:          Libraries
573 Requires:       libdrm >= %{libdrm_ver}
574 Requires:       xorg-lib-libXvMC >= 1.0.6
575 Requires:       zlib >= %{zlib_ver}
576 Conflicts:      Mesa-libXvMC
577
578 %description libXvMC-r600
579 Mesa implementation of XvMC API for ATI Radeon adapters based on
580 R600/R700 chips.
581
582 %description libXvMC-r600 -l pl.UTF-8
583 Implementacja Mesa API XvMC dla kart ATI Radeon opartych na układach
584 R600/R700.
585
586 %package d3d
587 Summary:        Nine Direct3D9 driver (for Wine)
588 Summary(pl.UTF-8):      Sterownik Direct3D9 Nine (dla Wine)
589 Group:          Libraries
590 Requires:       libdrm >= %{libdrm_ver}
591 Requires:       zlib >= %{zlib_ver}
592
593 %description d3d
594 Nine Direct3D9 driver (for Wine).
595
596 %description d3d -l pl.UTF-8
597 Sterownik Direct3D9 Nine (dla Wine).
598
599 %package d3d-devel
600 Summary:        Nine Direct3D9 driver API
601 Summary(pl.UTF-8):      API sterownika Direct3D9 Nine
602 Group:          Development/Libraries
603 Requires:       libdrm-devel >= %{libdrm_ver}
604
605 %description d3d-devel
606 Nine Direct3D9 driver API.
607
608 %description d3d-devel -l pl.UTF-8
609 API sterownika Direct3D9 Nine.
610
611 %package dri-driver-ati-radeon-R100
612 Summary:        X.org DRI driver for ATI R100 card family
613 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI R100
614 License:        MIT
615 Group:          X11/Libraries
616 Requires:       zlib >= %{zlib_ver}
617 Suggests:       xorg-driver-video-amdgpu
618 Suggests:       xorg-driver-video-ati
619 Obsoletes:      X11-driver-radeon-dri < 1:7.0.0
620 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
621 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
622
623 %description dri-driver-ati-radeon-R100
624 X.org DRI driver for ATI R100 card family (Radeon 7000-7500). It
625 supports R100, RV100, RS100, RV200, RS200, RS250.
626
627 %description dri-driver-ati-radeon-R100 -l pl.UTF-8
628 Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500).
629 Obsługuje układy R100, RV100, RS100, RV200, RS200, RS250.
630
631 %package dri-driver-ati-radeon-R200
632 Summary:        X.org DRI driver for ATI R200 card family
633 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI R200
634 License:        MIT
635 Group:          X11/Libraries
636 Requires:       zlib >= %{zlib_ver}
637 Suggests:       xorg-driver-video-amdgpu
638 Suggests:       xorg-driver-video-ati
639 Obsoletes:      X11-driver-radeon-dri < 1:7.0.0
640 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
641 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
642
643 %description dri-driver-ati-radeon-R200
644 X.org DRI driver for ATI R200 card family (Radeon 8500-92xx). It
645 supports R200, RV250, RV280, RS300, RS350 chips.
646
647 %description dri-driver-ati-radeon-R200 -l pl.UTF-8
648 Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx).
649 Obsługuje układy R200, RV250, RV280, RS300, RS350.
650
651 %package dri-driver-ati-radeon-R300
652 Summary:        X.org DRI driver for ATI R300 card family
653 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI R300
654 License:        MIT
655 Group:          X11/Libraries
656 %{?with_swr:Requires:   cpuinfo(avx)}
657 Requires:       zlib >= %{zlib_ver}
658 Suggests:       xorg-driver-video-amdgpu
659 Suggests:       xorg-driver-video-ati
660 Obsoletes:      X11-driver-radeon-dri < 1:7.0.0
661 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
662 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
663
664 %description dri-driver-ati-radeon-R300
665 X.org Gallium DRI driver for ATI R300/R400/RS690/R500 card family
666 (Radeon 9600-9800, X300-X2300). It supports R300, R350, R360, RV350,
667 RV370, RV380, R420, R423, R430, R480, R481, RV410, RS400, RC410,
668 RS480, RS482, R520, RV515, RV530, RV560, RV570, R580, RS600, RS690,
669 RS740 chips.
670
671 %description dri-driver-ati-radeon-R300 -l pl.UTF-8
672 Sterownik X.org DRI Gallium dla rodziny kart ATI R300/R400/RS690/R500
673 (Radeon 9600-9800, X300-X2300). Obsługuje układy R300, R350, R360,
674 RV350, RV370, RV380, R420, R423, R430, R480, R481, RV410, RS400,
675 RC410, RS480, RS482, R520, RV515, RV530, RV560, RV570, R580, RS600,
676 RS690, RS740.
677
678 %package dri-driver-ati-radeon-R600
679 Summary:        X.org DRI driver for ATI R600 card family
680 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI R600
681 License:        MIT
682 Group:          X11/Libraries
683 %{?with_swr:Requires:   cpuinfo(avx)}
684 Requires:       radeon-ucode
685 Requires:       zlib >= %{zlib_ver}
686 Suggests:       xorg-driver-video-amdgpu
687 Suggests:       xorg-driver-video-ati
688 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
689 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
690
691 %description dri-driver-ati-radeon-R600
692 X.org Gallium DRI driver for ATI R600/R700 card family (Radeon HD
693 2400-7000). It supports R600, RV610, RV630, RV670, RV620, RV635,
694 RS780, RS880, RV770, RV730, RV710, RV740, CEDAR, REDWOOD, JUNIPER,
695 CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, CAYMAN, BARTS, TURKS, CAICOS,
696 ARUBA chips.
697
698 %description dri-driver-ati-radeon-R600 -l pl.UTF-8
699 Sterownik X.org DRI Gallium dla rodziny kart ATI R600/R700 (Radeon HD
700 2400-7000). Obsługuje układy R600, RV610, RV630, RV670, RV620, RV635,
701 RS780, RS880, RV770, RV730, RV710, RV740, CEDAR, REDWOOD, JUNIPER,
702 CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, CAYMAN, BARTS, TURKS, CAICOS,
703 ARUBA.
704
705 %package dri-driver-ati-radeon-SI
706 Summary:        X.org DRI driver for ATI Southern Islands card family
707 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI Southern Islands
708 License:        MIT
709 Group:          X11/Libraries
710 %{?with_swr:Requires:   cpuinfo(avx)}
711 Requires:       radeon-ucode
712 Requires:       zlib >= %{zlib_ver}
713 Suggests:       xorg-driver-video-amdgpu
714 Suggests:       xorg-driver-video-ati
715 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
716 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
717
718 %description dri-driver-ati-radeon-SI
719 X.org Gallium DRI driver for ATI Southern Islands card family (Radeon
720 HD 7700-8000, R9, APU). It supports TAHITI, PITCAIRN, VERDE, OLAND,
721 HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII, ICELAND, TONGA,
722 CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN chips.
723
724 %description dri-driver-ati-radeon-SI -l pl.UTF-8
725 Sterownik X.org DRI Gallium dla rodziny kart ATI Southern Islands
726 (Radeon HD 7700-8000, R9, APU). Obsługuje układy TAHITI, PITCAIRN,
727 VERDE, OLAND, HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII,
728 ICELAND, TONGA, CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN.
729
730 %package dri-driver-etnaviv
731 Summary:        X.org DRI driver for Vivante 3D chips
732 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Vivante 3D
733 License:        MIT
734 Group:          X11/Libraries
735 %{?with_swr:Requires:   cpuinfo(avx)}
736 Requires:       zlib >= %{zlib_ver}
737 #Suggests:      xorg-driver-video-?
738 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
739 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
740
741 %description dri-driver-etnaviv
742 X.org Gallium DRI driver for Vivante 3D chips.
743
744 %description dri-driver-etnaviv -l pl.UTF-8
745 Sterownik X.org DRI Gallium dla układów Vivante 3D.
746
747 %package dri-driver-freedreno
748 Summary:        X.org DRI driver for Adreno chips
749 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Adreno
750 License:        MIT
751 Group:          X11/Libraries
752 %{?with_swr:Requires:   cpuinfo(avx)}
753 Requires:       zlib >= %{zlib_ver}
754 Suggests:       xorg-driver-video-freedreno
755 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
756 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
757
758 %description dri-driver-freedreno
759 X.org Gallium DRI driver for Adreno chips.
760
761 %description dri-driver-freedreno -l pl.UTF-8
762 Sterownik X.org DRI Gallium dla układów Adreno.
763
764 %package dri-driver-intel-crocus
765 Summary:        X.org DRI driver for Intel Gen4-Gen7 chips
766 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Intel Gen4-Gen7
767 License:        MIT
768 Group:          X11/Libraries
769 %{?with_swr:Requires:   cpuinfo(avx)}
770 Requires:       zlib >= %{zlib_ver}
771 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
772 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
773
774 %description dri-driver-intel-crocus
775 X.org Gallium DRI driver for Intel Gen4/Gen5/Gen6/Gen7 chips.
776
777 %description dri-driver-intel-crocus -l pl.UTF-8
778 Sterownik X.org DRI dla układów Intel Gen4/Gen5/Gen6/Gen7.
779
780 %package dri-driver-intel-i915
781 Summary:        X.org DRI driver for Intel i915 card family
782 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel i915
783 License:        MIT
784 Group:          X11/Libraries
785 %if %{with gallium_i915}
786 %{?with_swr:Requires:   cpuinfo(avx)}
787 %endif
788 Requires:       zlib >= %{zlib_ver}
789 Obsoletes:      Mesa-dri-driver-intel-i830 < 6.5
790 Obsoletes:      X11-driver-i810-dri < 1:7.0.0
791 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
792 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
793
794 %description dri-driver-intel-i915
795 X.org DRI driver for Intel i915 card family (830, 845, 852/855, 865,
796 915, 945, G33, Q33, Q35, Pineview).
797
798 %description dri-driver-intel-i915 -l pl.UTF-8
799 Sterownik X.org DRI dla rodziny kart Intel i915 (830, 845, 852/855,
800 865, 915, 945, G33, Q33, Q35, Pineview).
801
802 %package dri-driver-intel-i965
803 Summary:        X.org DRI driver for Intel i965 card family
804 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel i965
805 License:        MIT
806 Group:          X11/Libraries
807 Requires:       zlib >= %{zlib_ver}
808 Obsoletes:      Mesa-dri-driver-intel-i830 < 6.5
809 Obsoletes:      X11-driver-i810-dri < 1:7.0.0
810 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
811 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
812
813 %description dri-driver-intel-i965
814 X.org (non-Gallium) DRI driver for Intel i965 card family (946GZ,
815 965G, 965Q, 965GM, 965GME, GM45, G41, B43, Q45/Q43, G45/G43, Ironlake,
816 Sandybridge, Ivybridge, Haswell, Ray Trail, Broadwell, Cherrytrail,
817 Braswell, Cherryview, Skylake, Broxton, Kabylake, Coffeelake,
818 Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart
819 Lake).
820
821 %description dri-driver-intel-i965 -l pl.UTF-8
822 Sterownik X.org DRI (nie Gallium) dla rodziny kart Intel i965 (946GZ,
823 965G, 965Q, 965GM, 965GME, GM45, G41, B43, Q45/Q43, G45/G43, Ironlake,
824 Sandybridge, Ivybridge, Haswell, Ray Trail, Broadwell, Cherrytrail,
825 Braswell, Cherryview, Skylake, Broxton, Kabylake, Coffeelake,
826 Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart
827 Lake).
828
829 %package dri-driver-intel-iris
830 Summary:        X.org DRI driver for Intel Iris (Gen8+) card family
831 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel Iris (Gen8+)
832 License:        MIT
833 Group:          X11/Libraries
834 %{?with_swr:Requires:   cpuinfo(avx)}
835 Requires:       zlib >= %{zlib_ver}
836 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
837 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
838
839 %description dri-driver-intel-iris
840 X.org Gallium DRI driver for Intel Iris (Gen8+) card family
841 (Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
842 Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
843
844 %description dri-driver-intel-iris -l pl.UTF-8
845 Sterownik X.org DRI Gallium dla rodziny kart Intel Iris (Gen8+:
846 Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
847 Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
848
849 %package dri-driver-kmsro
850 Summary:        X.org Gallium DRI driver using KMS Render-Only architecture
851 Summary(pl.UTF-8):      Sterownik X.org DRI Gallium wykorzystujący architekturę KMS Render-Only
852 License:        MIT
853 Group:          X11/Libraries
854 %{?with_swr:Requires:   cpuinfo(avx)}
855 Requires:       zlib >= %{zlib_ver}
856 #Suggests:      xorg-driver-video-?
857 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
858 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
859
860 %description dri-driver-kmsro
861 X.org Gallium DRI driver using KMS Render-Only architecture.
862
863 %description dri-driver-kmsro -l pl.UTF-8
864 Sterownik X.org DRI Gallium wykorzystujący architekturę KMS
865 Render-Only.
866
867 %package dri-driver-lima
868 Summary:        X.org DRI driver for Mali Utgard chips
869 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Mali Utgard
870 License:        MIT
871 Group:          X11/Libraries
872 %{?with_swr:Requires:   cpuinfo(avx)}
873 Requires:       zlib >= %{zlib_ver}
874 #Suggests:      xorg-driver-video-???
875 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
876 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
877
878 %description dri-driver-lima
879 X.org Gallium DRI driver for Mali Utgard chips.
880
881 %description dri-driver-lima -l pl.UTF-8
882 Sterownik X.org DRI Gallium dla układów Mali Utgard.
883
884 %package dri-driver-nouveau
885 Summary:        X.org DRI driver for NVIDIA card family
886 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart NVIDIA
887 License:        MIT
888 Group:          X11/Libraries
889 %if %{with gallium_nouveau}
890 %{?with_swr:Requires:   cpuinfo(avx)}
891 %endif
892 Requires:       zlib >= %{zlib_ver}
893 Suggests:       xorg-driver-video-nouveau
894 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
895 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
896
897 %description dri-driver-nouveau
898 X.org DRI drivers for NVIDIA card family.
899
900 %description dri-driver-nouveau -l pl.UTF-8
901 Sterowniki X.org DRI dla rodziny kart NVIDIA.
902
903 %package dri-driver-panfrost
904 Summary:        X.org DRI driver for Mali Midgard/Bifrost chips
905 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Mali Midgard/Bifrost
906 License:        MIT
907 Group:          X11/Libraries
908 %{?with_swr:Requires:   cpuinfo(avx)}
909 Requires:       zlib >= %{zlib_ver}
910 #Suggests:      xorg-driver-video-???
911 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
912 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
913
914 %description dri-driver-panfrost
915 X.org Gallium DRI driver for Mali Midgard/Bifrost chips.
916
917 %description dri-driver-panfrost -l pl.UTF-8
918 Sterownik X.org DRI Gallium dla układów Mali Midgard/Bifrost.
919
920 %package dri-driver-swrast
921 Summary:        X.org DRI software rasterizer driver
922 Summary(pl.UTF-8):      Sterownik X.org DRI obsługujący rysowanie programowe
923 License:        MIT
924 Group:          X11/Libraries
925 %{?with_swr:Requires:   cpuinfo(avx)}
926 Requires:       zlib >= %{zlib_ver}
927 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
928 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
929
930 %description dri-driver-swrast
931 X.org DRI software rasterizer driver.
932
933 %description dri-driver-swrast -l pl.UTF-8
934 Sterownik X.org DRI obsługujący rysowanie programowe.
935
936 %package dri-driver-tegra
937 Summary:        X.org DRI driver for Tegra SoC chips
938 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów SoC Tegra
939 License:        MIT
940 Group:          X11/Libraries
941 %{?with_swr:Requires:   cpuinfo(avx)}
942 Requires:       zlib >= %{zlib_ver}
943 #Suggests:      xorg-driver-video-???
944 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
945 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
946
947 %description dri-driver-tegra
948 X.org Gallium DRI driver for Tegra SoC chips.
949
950 %description dri-driver-tegra -l pl.UTF-8
951 Sterownik X.org DRI Gallium dla układów Tegra SoC.
952
953 %package dri-driver-v3d
954 Summary:        X.org DRI driver for Broadcom VC5 chips
955 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Broadcom VC5
956 License:        MIT
957 Group:          X11/Libraries
958 %{?with_swr:Requires:   cpuinfo(avx)}
959 Requires:       zlib >= %{zlib_ver}
960 Suggests:       xorg-driver-video-modesetting
961 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
962 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
963
964 %description dri-driver-v3d
965 X.org Gallium DRI driver for Broadcom VC5 chips.
966
967 %description dri-driver-v3d -l pl.UTF-8
968 Sterownik X.org DRI Gallium dla układów Broadcom VC5.
969
970 %package dri-driver-vc4
971 Summary:        X.org DRI driver for Broadcom VC4 chips
972 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Broadcom VC4
973 License:        MIT
974 Group:          X11/Libraries
975 %{?with_swr:Requires:   cpuinfo(avx)}
976 Requires:       zlib >= %{zlib_ver}
977 Suggests:       xorg-driver-video-modesetting
978 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
979 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
980
981 %description dri-driver-vc4
982 X.org Gallium DRI driver for Broadcom VC4 chips.
983
984 %description dri-driver-vc4 -l pl.UTF-8
985 Sterownik X.org DRI Gallium dla układów Broadcom VC4.
986
987 %package dri-driver-virgl
988 Summary:        X.org DRI driver for QEMU VirGL
989 Summary(pl.UTF-8):      Sterownik X.org DRI dla QEMU VirGL
990 License:        MIT
991 Group:          X11/Libraries
992 %{?with_swr:Requires:   cpuinfo(avx)}
993 Requires:       zlib >= %{zlib_ver}
994 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
995 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
996
997 %description dri-driver-virgl
998 X.org Gallium DRI driver for QEMU VirGL.
999
1000 %description dri-driver-virgl -l pl.UTF-8
1001 Sterownik X.org DRI Gallium dla QEMU VirGL.
1002
1003 %package dri-driver-vmwgfx
1004 Summary:        X.org DRI driver for VMware
1005 Summary(pl.UTF-8):      Sterownik X.org DRI dla VMware
1006 License:        MIT
1007 Group:          X11/Libraries
1008 %{?with_swr:Requires:   cpuinfo(avx)}
1009 Requires:       zlib >= %{zlib_ver}
1010 Suggests:       xorg-driver-video-vmware
1011 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
1012 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
1013
1014 %description dri-driver-vmwgfx
1015 X.org Gallium DRI driver for VMWare.
1016
1017 %description dri-driver-vmwgfx -l pl.UTF-8
1018 Sterownik X.org DRI Gallium dla VMware.
1019
1020 %package dri-driver-zink
1021 Summary:        X.org DRI driver based on Vulkan
1022 Summary(pl.UTF-8):      Sterownik X.org DRI oparty na Vulkanie
1023 License:        MIT
1024 Group:          X11/Libraries
1025 Requires:       zlib >= %{zlib_ver}
1026 Conflicts:      xorg-xserver-libglx(glapi) > %{glapi_ver}
1027 Conflicts:      xorg-xserver-libglx(glapi) < %{glapi_ver}
1028
1029 %description dri-driver-zink
1030 X.org Gallium DRI driver based on Vulkan.
1031
1032 %description dri-driver-zink -l pl.UTF-8
1033 Sterownik X.org DRI Gallium oparty na Vulkanie.
1034
1035 %package pipe-driver-crocus
1036 Summary:        crocus driver for Mesa Gallium dynamic pipe loader
1037 Summary(pl.UTF-8):      Sterownik crocus dla dynamicznego systemu potoków szkieletu Mesa Gallium
1038 Group:          Libraries
1039 Requires:       zlib >= %{zlib_ver}
1040
1041 %description pipe-driver-crocus
1042 crocus driver for Mesa Gallium dynamic pipe loader. It supports Intel
1043 Gen4/Gen5/Gen6/Gen7 chips.
1044
1045 %description pipe-driver-crocus -l pl.UTF-8
1046 Sterownik crocus dla dynamicznego systemu potoków szkieletu Mesa
1047 Gallium. Obsługuje układy Intela Gen4/Gen5/Gen6/Gen7.
1048
1049 %package pipe-driver-i915
1050 Summary:        i915 driver for Mesa Gallium dynamic pipe loader
1051 Summary(pl.UTF-8):      Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1052 Group:          Libraries
1053 Requires:       zlib >= %{zlib_ver}
1054 Obsoletes:      Mesa-gbm-driver-i915 < 11.1.1
1055 Obsoletes:      Mesa-opencl-driver-i915 < 9.1
1056
1057 %description pipe-driver-i915
1058 i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
1059 915/945/G33/Q33/Q35/Pineview chips.
1060
1061 %description pipe-driver-i915 -l pl.UTF-8
1062 Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
1063 Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
1064
1065 %package pipe-driver-iris
1066 Summary:        iris driver for Mesa Gallium dynamic pipe loader
1067 Summary(pl.UTF-8):      Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa Gallium
1068 Group:          Libraries
1069 Requires:       zlib >= %{zlib_ver}
1070
1071 %description pipe-driver-iris
1072 iris driver for Mesa Gallium dynamic pipe loader. It supports Intel
1073 Iris (Gen8+) card family (Broadwell, Skylake, Broxton, Kabylake,
1074 Coffeelake, Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice
1075 Lake, Elkhart Lake).
1076
1077 %description pipe-driver-iris -l pl.UTF-8
1078 Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa
1079 Gallium. Obsługuje układy Intela z rodziny kart Intel Iris (Gen8+:
1080 Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake, Whiskey
1081 Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
1082
1083 %package pipe-driver-kmsro
1084 Summary:        kmsro driver for Mesa Gallium dynamic pipe loader
1085 Summary(pl.UTF-8):      Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa Gallium
1086 Group:          Libraries
1087 Requires:       zlib >= %{zlib_ver}
1088
1089 %description pipe-driver-kmsro
1090 kmsro driver for Mesa Gallium dynamic pipe loader.
1091
1092 %description pipe-driver-kmsro -l pl.UTF-8
1093 Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa
1094 Gallium.
1095
1096 %package pipe-driver-msm
1097 Summary:        msm (freedreno) driver for Mesa Gallium dynamic pipe loader
1098 Summary(pl.UTF-8):      Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1099 Group:          Libraries
1100 Requires:       zlib >= %{zlib_ver}
1101
1102 %description pipe-driver-msm
1103 msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
1104 supports Adreno chips.
1105
1106 %description pipe-driver-msm -l pl.UTF-8
1107 Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
1108 Mesa Gallium. Obsługuje układy Adreno.
1109
1110 %package pipe-driver-nouveau
1111 Summary:        nouveau driver for Mesa Gallium dynamic pipe loader
1112 Summary(pl.UTF-8):      Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
1113 Group:          Libraries
1114 Requires:       zlib >= %{zlib_ver}
1115 Obsoletes:      Mesa-gbm-driver-nouveau < 11.1.1
1116 Obsoletes:      Mesa-opencl-driver-nouveau < 9.1
1117
1118 %description pipe-driver-nouveau
1119 nouveau driver for Mesa Gallium dynamic pipe loader. It supports
1120 NVidia adapters.
1121
1122 %description pipe-driver-nouveau -l pl.UTF-8
1123 Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
1124 Gallium. Obsługuje karty graficzne firmy NVidia.
1125
1126 %package pipe-driver-r300
1127 Summary:        r300 driver for Mesa Gallium dynamic pipe loader
1128 Summary(pl.UTF-8):      Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1129 Group:          Libraries
1130 Requires:       zlib >= %{zlib_ver}
1131 Obsoletes:      Mesa-gbm-driver-r300 < 11.1.1
1132 Obsoletes:      Mesa-opencl-driver-r300 < 9.1
1133
1134 %description pipe-driver-r300
1135 r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1136 Radeon adapters based on R300/R400/RS690/R500 chips.
1137
1138 %description pipe-driver-r300 -l pl.UTF-8
1139 Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
1140 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1141 R300/R400/RS690/R500.
1142
1143 %package pipe-driver-r600
1144 Summary:        r600 driver for Mesa Gallium dynamic pipe loader
1145 Summary(pl.UTF-8):      Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1146 Group:          Libraries
1147 Requires:       zlib >= %{zlib_ver}
1148 Obsoletes:      Mesa-gbm-driver-r600 < 11.1.1
1149 Obsoletes:      Mesa-libllvmradeon < 9.2
1150 Obsoletes:      Mesa-opencl-driver-r600 < 9.1
1151
1152 %description pipe-driver-r600
1153 r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1154 Radeon adapters based on R600/R700 chips.
1155
1156 %description pipe-driver-r600 -l pl.UTF-8
1157 Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
1158 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1159 R600/R700.
1160
1161 %package pipe-driver-radeonsi
1162 Summary:        radeonsi driver for Mesa Gallium dynamic pipe loader
1163 Summary(pl.UTF-8):      Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
1164 Group:          Libraries
1165 Requires:       zlib >= %{zlib_ver}
1166 Obsoletes:      Mesa-gbm-driver-radeonsi < 11.1.1
1167 Obsoletes:      Mesa-libllvmradeon < 9.2
1168 Obsoletes:      Mesa-opencl-driver-radeonsi < 9.1
1169
1170 %description pipe-driver-radeonsi
1171 radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
1172 Radeon adapters based on Southern Islands chips.
1173
1174 %description pipe-driver-radeonsi -l pl.UTF-8
1175 Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
1176 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1177 Southern Islands.
1178
1179 %package pipe-driver-swrast
1180 Summary:        Software (swrast) driver for Mesa Gallium dynamic pipe loader
1181 Summary(pl.UTF-8):      Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1182 Group:          Libraries
1183 %{?with_swr:Requires:   cpuinfo(avx)}
1184 Requires:       zlib >= %{zlib_ver}
1185 Obsoletes:      Mesa-gbm-driver-swrast < 11.1.1
1186 Obsoletes:      Mesa-opencl-driver-swrast < 9.1
1187
1188 %description pipe-driver-swrast
1189 Software (swrast) driver for Mesa Gallium dynamic pipe loader.
1190
1191 %description pipe-driver-swrast -l pl.UTF-8
1192 Sterownik programowy (swrast) dla dynamicznego systemu potoków
1193 szkieletu Mesa Gallium.
1194
1195 %package pipe-driver-vmwgfx
1196 Summary:        vmwgfx driver for Mesa Gallium dynamic pipe loader
1197 Summary(pl.UTF-8):      Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
1198 Group:          Libraries
1199 Requires:       zlib >= %{zlib_ver}
1200 Obsoletes:      Mesa-gbm-driver-vmwgfx < 11.1.1
1201 Obsoletes:      Mesa-opencl-driver-vmwgfx < 9.1
1202
1203 %description pipe-driver-vmwgfx
1204 vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
1205 virtual video adapter.
1206
1207 %description pipe-driver-vmwgfx -l pl.UTF-8
1208 Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
1209 Gallium. Obsługuje wirtualną kartę graficzną VMware.
1210
1211 %package swr
1212 Summary:        OpenSWR software rasterizer modules for Mesa
1213 Summary(pl.UTF-8):      Moduły programowego rasteryzera OpenSWR dla Mesy
1214 Group:          Libraries
1215 Requires:       cpuinfo(avx)
1216 Requires:       zlib >= %{zlib_ver}
1217
1218 %description swr
1219 OpenSWR software rasterizer modules for Mesa, utilizing x86 AVX or
1220 VX2 instruction sets. They can be loaded by swrast pipe driver or
1221 OSMesa library.
1222
1223 %description swr -l pl.UTF-8
1224 Moduły programowego rasteryzera OpenSWR dla Mesy, wykorzystujące
1225 zestawy instrukcji x86 AVX lub AVX2. Mogą być wczytywane przez
1226 sterownik potoków swrast lub bibliotekę OSMesa.
1227
1228 %package -n libva-driver-gallium
1229 Summary:        VA driver for Gallium State Tracker
1230 Summary(pl.UTF-8):      Sterowniki VA do Gallium
1231 Group:          Libraries
1232 %if %{with gallium_radeon}
1233 Requires:       libva-driver-r600 = %{version}-%{release}
1234 Requires:       libva-driver-radeonsi = %{version}-%{release}
1235 %endif
1236 %if %{with gallium_nouveau}
1237 Requires:       libva-driver-nouveau = %{version}-%{release}
1238 %endif
1239
1240 %description -n libva-driver-gallium
1241 VA drivers for Gallium State Tracker (r600, radeonsi & nouveau).
1242
1243 %description -n libva-driver-gallium -l pl.UTF-8
1244 Sterowniki VA do Gallium (r600, radeonsi & nouveau).
1245
1246 %package -n libva-driver-r600
1247 Summary:        VA driver for ATI Radeon R600 series adapters
1248 Summary(pl.UTF-8):      Sterownik VA dla kart ATI Radeon z serii R600
1249 Group:          Libraries
1250 Requires:       libva >= 1.8.0
1251 Requires:       zlib >= %{zlib_ver}
1252
1253 %description -n libva-driver-r600
1254 VA driver for ATI Radeon R600 series adapters.
1255
1256 %description -n libva-driver-r600 -l pl.UTF-8
1257 Sterownik VA dla kart ATI Radeon z serii R600.
1258
1259 %package -n libva-driver-radeonsi
1260 Summary:        VA driver for ATI Radeon SI adapters
1261 Summary(pl.UTF-8):      Sterownik VA dla kart ATI Radeon SI
1262 Group:          Libraries
1263 Requires:       libva >= 1.8.0
1264 Requires:       zlib >= %{zlib_ver}
1265
1266 %description -n libva-driver-radeonsi
1267 VA driver for ATI Radeon adapters based on Southern Islands chips.
1268
1269 %description -n libva-driver-radeonsi -l pl.UTF-8
1270 Sterownik VA dla kart ATI Radeon opartych na układach Southern
1271 Islands.
1272
1273 %package -n libva-driver-nouveau
1274 Summary:        VA driver for NVidia adapters
1275 Summary(pl.UTF-8):      Sterownik VA dla kart NVidia
1276 Group:          Libraries
1277 Requires:       libva >= 1.8.0
1278 Requires:       zlib >= %{zlib_ver}
1279
1280 %description -n libva-driver-nouveau
1281 VA driver for NVidia adapters.
1282
1283 %description -n libva-driver-nouveau -l pl.UTF-8
1284 Sterownik VA dla kart NVidia.
1285
1286 %package -n libvdpau-driver-mesa-nouveau
1287 Summary:        Mesa nouveau driver for the vdpau API
1288 Summary(pl.UTF-8):      Sterownik Mesa nouveau dla API vdpau
1289 License:        MIT
1290 Group:          X11/Libraries
1291 Requires:       libdrm >= %{libdrm_ver}
1292 Requires:       libvdpau >= 1.1
1293 Requires:       zlib >= %{zlib_ver}
1294 Conflicts:      libvdpau-driver-mesa
1295
1296 %description -n libvdpau-driver-mesa-nouveau
1297 Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1298 (NV40-NV96, NVa0).
1299
1300 %description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1301 Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1302 (NV40-NV96, NVa0).
1303
1304 %package -n libvdpau-driver-mesa-r300
1305 Summary:        Mesa r300 driver for the vdpau API
1306 Summary(pl.UTF-8):      Sterownik Mesa r300 dla API vdpau
1307 License:        MIT
1308 Group:          X11/Libraries
1309 Requires:       libdrm >= %{libdrm_ver}
1310 Requires:       libvdpau >= 1.1
1311 Requires:       zlib >= %{zlib_ver}
1312 Conflicts:      libvdpau-driver-mesa
1313
1314 %description -n libvdpau-driver-mesa-r300
1315 Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
1316 based on R300 chips.
1317
1318 %description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
1319 Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
1320 na układach R300.
1321
1322 %package -n libvdpau-driver-mesa-r600
1323 Summary:        Mesa r600 driver for the vdpau API
1324 Summary(pl.UTF-8):      Sterownik Mesa r600 dla API vdpau
1325 License:        MIT
1326 Group:          X11/Libraries
1327 Requires:       libdrm >= %{libdrm_ver}
1328 Requires:       libvdpau >= 1.1
1329 Requires:       zlib >= %{zlib_ver}
1330 Conflicts:      libvdpau-driver-mesa
1331
1332 %description -n libvdpau-driver-mesa-r600
1333 Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1334 based on R600/R700 chips.
1335
1336 %description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1337 Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1338 na układach R600/R700.
1339
1340 %package -n libvdpau-driver-mesa-radeonsi
1341 Summary:        Mesa radeonsi driver for the vdpau API
1342 Summary(pl.UTF-8):      Sterownik Mesa radeonsi dla API vdpau
1343 License:        MIT
1344 Group:          X11/Libraries
1345 Requires:       libdrm >= %{libdrm_ver}
1346 Requires:       libvdpau >= 1.1
1347 Requires:       zlib >= %{zlib_ver}
1348 Obsoletes:      Mesa-libllvmradeon < 9.2
1349 Conflicts:      libvdpau-driver-mesa
1350
1351 %description -n libvdpau-driver-mesa-radeonsi
1352 Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1353 adapters based on Southern Islands chips.
1354
1355 %description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
1356 Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1357 oparte na układach Southern Islands.
1358
1359 %package -n omxil-mesa
1360 Summary:        Mesa driver for Bellagio OpenMAX IL API
1361 Summary(pl.UTF-8):      Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1362 License:        MIT
1363 Group:          X11/Libraries
1364 Requires:       libdrm >= %{libdrm_ver}
1365 Requires:       libomxil-bellagio
1366 Requires:       libxcb >= 1.13
1367 Requires:       zlib >= %{zlib_ver}
1368 Obsoletes:      omxil-mesa-nouveau < 10.3
1369 Obsoletes:      omxil-mesa-r600 < 10.3
1370 Obsoletes:      omxil-mesa-radeonsi < 10.3
1371
1372 %description -n omxil-mesa
1373 Mesa driver for Bellagio OpenMAX IL API.
1374
1375 %description -n omxil-mesa -l pl.UTF-8
1376 Sterownik Mesa dla API Bellagio OpenMAX IL.
1377
1378 %package vulkan-icd-broadcom
1379 Summary:        v3dv - Mesa Vulkan driver for Raspberry Pi 4
1380 Summary(pl.UTF-8):      v3dv - sterownik Vulkan dla Raspberry Pi 4
1381 License:        MIT
1382 Group:          Libraries
1383 Requires:       libdrm >= %{libdrm_ver}
1384 Requires:       libxcb >= 1.13
1385 Requires:       xorg-lib-libXrandr >= 1.3
1386 Requires:       xorg-lib-libxshmfence >= 1.1
1387 # wayland-client
1388 Requires:       wayland >= %{wayland_ver}
1389 Requires:       zlib >= %{zlib_ver}
1390 Suggests:       vulkan(loader)
1391 Provides:       vulkan(icd) = 1.0.3
1392
1393 %description vulkan-icd-broadcom
1394 v3dv - Mesa Vulkan driver for Raspberry Pi 4.
1395
1396 %description vulkan-icd-broadcom -l pl.UTF-8
1397 v3dv - sterownik Vulkan dla Raspberry Pi 4.
1398
1399 %package vulkan-icd-freedreno
1400 Summary:        turnip - Mesa Vulkan driver for Adreno chips
1401 Summary(pl.UTF-8):      turnip - sterownik Vulkan dla układów Adreno
1402 License:        MIT
1403 Group:          Libraries
1404 Requires:       libdrm >= %{libdrm_ver}
1405 Requires:       libxcb >= 1.13
1406 Requires:       xorg-lib-libXrandr >= 1.3
1407 Requires:       xorg-lib-libxshmfence >= 1.1
1408 # wayland-client
1409 Requires:       wayland >= %{wayland_ver}
1410 Requires:       zlib >= %{zlib_ver}
1411 Suggests:       vulkan(loader)
1412 Provides:       vulkan(icd) = 1.0.3
1413
1414 %description vulkan-icd-freedreno
1415 turnip - Mesa Vulkan driver for Adreno chips.
1416
1417 %description vulkan-icd-freedreno -l pl.UTF-8
1418 turnip - sterownik Vulkan dla układów Adreno.
1419
1420 %package vulkan-icd-intel
1421 Summary:        Mesa Vulkan driver for Intel GPUs
1422 Summary(pl.UTF-8):      Sterownik Vulkan dla GPU firmy Intel
1423 License:        MIT
1424 Group:          Libraries
1425 Requires:       libdrm >= %{libdrm_ver}
1426 Requires:       libxcb >= 1.13
1427 Requires:       xorg-lib-libXrandr >= 1.3
1428 Requires:       xorg-lib-libxshmfence >= 1.1
1429 # wayland-client
1430 Requires:       wayland >= %{wayland_ver}
1431 Requires:       zlib >= %{zlib_ver}
1432 Suggests:       vulkan(loader)
1433 Provides:       vulkan(icd) = 1.0.3
1434 Obsoletes:      Mesa-vulkan-icd-intel-devel < 21.1.0
1435
1436 %description vulkan-icd-intel
1437 Mesa Vulkan driver for Intel GPUs.
1438
1439 %description vulkan-icd-intel -l pl.UTF-8
1440 Sterownik Vulkan dla GPU Intela.
1441
1442 %package vulkan-icd-lavapipe
1443 Summary:        lavapipe - Mesa software Vulkan driver
1444 Summary(pl.UTF-8):      lavapipe - programowy sterownik Vulkan
1445 License:        MIT
1446 Group:          Libraries
1447 Requires:       libdrm >= %{libdrm_ver}
1448 Requires:       libxcb >= 1.13
1449 Requires:       xorg-lib-libXrandr >= 1.3
1450 Requires:       xorg-lib-libxshmfence >= 1.1
1451 # wayland-client
1452 Requires:       wayland >= %{wayland_ver}
1453 Requires:       zlib >= %{zlib_ver}
1454 Suggests:       vulkan(loader)
1455 Provides:       vulkan(icd) = 1.0.3
1456
1457 %description vulkan-icd-lavapipe
1458 lavapipe - Mesa software Vulkan driver.
1459
1460 %description vulkan-icd-lavapipe -l pl.UTF-8
1461 lavapipe - programowy sterownik Vulkan.
1462
1463 %package vulkan-icd-panfrost
1464 Summary:        panfrost - Mesa Vulkan driver for Mali Midgard and Bifrost GPUs
1465 Summary(pl.UTF-8):      panfrost - sterownik Vulkan dla układów Mali Midgard i Bifrost
1466 License:        MIT
1467 Group:          Libraries
1468 Requires:       libdrm >= %{libdrm_ver}
1469 Requires:       libxcb >= 1.13
1470 Requires:       xorg-lib-libXrandr >= 1.3
1471 Requires:       xorg-lib-libxshmfence >= 1.1
1472 # wayland-client
1473 Requires:       wayland >= %{wayland_ver}
1474 Requires:       zlib >= %{zlib_ver}
1475 Suggests:       vulkan(loader)
1476 Provides:       vulkan(icd) = 1.0.3
1477
1478 %description vulkan-icd-panfrost
1479 panfrost - Mesa Vulkan driver for Mali Midgard and Bifrost GPUs.
1480
1481 %description vulkan-icd-panfrost -l pl.UTF-8
1482 panfrost - sterownik Vulkan dla układów Mali Midgard i Bifrost.
1483
1484 %package vulkan-icd-radeon
1485 Summary:        radv - experimental Mesa Vulkan driver for AMD Radeon GPUs
1486 Summary(pl.UTF-8):      radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD
1487 License:        MIT
1488 Group:          Libraries
1489 Requires:       libdrm >= %{libdrm_ver}
1490 Requires:       libxcb >= 1.13
1491 Requires:       xorg-lib-libXrandr >= 1.3
1492 Requires:       xorg-lib-libxshmfence >= 1.1
1493 # wayland-client
1494 Requires:       wayland >= %{wayland_ver}
1495 Requires:       zlib >= %{zlib_ver}
1496 Suggests:       vulkan(loader)
1497 Provides:       vulkan(icd) = 1.0.3
1498
1499 %description vulkan-icd-radeon
1500 radv - experimental Mesa Vulkan driver for AMD Radeon GPUs.
1501
1502 %description vulkan-icd-radeon -l pl.UTF-8
1503 radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
1504
1505 %prep
1506 %setup -q -n mesa-mesa-%{version}
1507 %patch0 -p1
1508
1509 %build
1510 %if %{with opencl}
1511 if [ "$(llvm-config --has-rtti)" != "YES" ] ; then
1512         echo "Clover (gallium OpenCL) requires LLVM with RTTI!"
1513         exit 1
1514 fi
1515 %endif
1516
1517 dri_drivers="nouveau r100 r200 \
1518 %if %{without gallium}
1519 swrast
1520 %endif
1521 %ifarch %{ix86} %{x8664} x32
1522 i965 %{!?with_gallium_i915:i915} \
1523 %endif
1524 "
1525
1526 dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1527
1528 gallium_drivers="virgl swrast %{?with_gallium_zink:zink} \
1529 %ifarch %{ix86} %{x8664} x32
1530 svga iris %{?with_swr:swr} %{?with_gallium_i915:i915} crocus \
1531 %endif
1532 %if %{with gallium_radeon}
1533 r300 r600 radeonsi \
1534 %endif
1535 %if %{with gallium_nouveau}
1536 nouveau
1537 %endif
1538 %ifarch %{arm} aarch64
1539 etnaviv \
1540 freedreno \
1541 lima \
1542 panfrost \
1543 %{?with_gallium_nouveau:tegra} \
1544 v3d \
1545 vc4 \
1546 %endif
1547 "
1548
1549 gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1550
1551 vulkan_drivers="swrast %{?with_radv:amd} \
1552 %ifarch %{ix86} %{x8664} x32
1553 intel \
1554 %endif
1555 %ifarch %{arm} aarch64
1556 freedreno broadcom panfrost \
1557 %endif
1558 "
1559
1560 vulkan_drivers=$(echo $vulkan_drivers | xargs | tr ' ' ',')
1561
1562 %meson build \
1563         -Dplatforms=x11%{?with_wayland:,wayland} \
1564         -Ddri3=enabled \
1565         -Ddri-drivers=${dri_drivers} \
1566         -Ddri-drivers-path=%{_libdir}/xorg/modules/dri \
1567         -Degl=%{?with_egl:enabled}%{!?with_egl:disabled} \
1568         -Dgallium-drivers=${gallium_drivers} \
1569         %{?with_hud_extra:-Dgallium-extra-hud=true} \
1570         -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
1571         -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
1572 %if %{with opencl}
1573 %if %{with ocl_icd}
1574         -Dgallium-opencl=icd \
1575 %else
1576         -Dgallium-opencl=standalone \
1577 %endif
1578 %else
1579         -Dgallium-opencl=disabled \
1580 %endif
1581         -Dgallium-va=%{?with_va:enabled}%{!?with_va:disabled} \
1582         %{?with_vdpau:-Dgallium-vdpau=enabled} \
1583         %{?with_xvmc:-Dgallium-xvmc=enabled} \
1584         -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
1585         -Dgbm=%{?with_gbm:enabled}%{!?with_gbm:disabled} \
1586         -Dglvnd=%{?with_glvnd:true}%{!?with_glvnd:false} \
1587         -Dlibunwind=enabled \
1588         -Dlmsensors=%{?with_lm_sensors:enabled}%{!?with_lm_sensors:disabled} \
1589         %{?with_opencl_spirv:-Dopencl-spirv=true} \
1590         -Dosmesa=true \
1591         -Dselinux=true \
1592         -Dva-libs-path=%{_libdir}/libva/dri \
1593         -Dvulkan-drivers=${vulkan_drivers} \
1594         -Dvulkan-icd-dir=/usr/share/vulkan/icd.d
1595
1596 %ninja_build -C build
1597
1598 %{?with_tests:%ninja_test -C build}
1599
1600 %install
1601 rm -rf $RPM_BUILD_ROOT
1602
1603 %ninja_install -C build
1604
1605 install -d $RPM_BUILD_ROOT%{_libdir}/gbm
1606
1607 # not used externally
1608 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1609
1610 %if %{without glvnd}
1611 # remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1612 # set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1613 strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1614 %endif
1615
1616 %clean
1617 rm -rf $RPM_BUILD_ROOT
1618
1619 %post   libEGL -p /sbin/ldconfig
1620 %postun libEGL -p /sbin/ldconfig
1621
1622 %post   libGL -p /sbin/ldconfig
1623 %postun libGL -p /sbin/ldconfig
1624
1625 %post   libGLES -p /sbin/ldconfig
1626 %postun libGLES -p /sbin/ldconfig
1627
1628 %post   libOSMesa -p /sbin/ldconfig
1629 %postun libOSMesa -p /sbin/ldconfig
1630
1631 %post   OpenCL-icd -p /sbin/ldconfig
1632 %postun OpenCL-icd -p /sbin/ldconfig
1633
1634 %post   libOpenCL -p /sbin/ldconfig
1635 %postun libOpenCL -p /sbin/ldconfig
1636
1637 %post   libgbm -p /sbin/ldconfig
1638 %postun libgbm -p /sbin/ldconfig
1639
1640 %post   libglapi -p /sbin/ldconfig
1641 %postun libglapi -p /sbin/ldconfig
1642
1643 %post   libxatracker -p /sbin/ldconfig
1644 %postun libxatracker -p /sbin/ldconfig
1645
1646 %post   libXvMC-nouveau -p /sbin/ldconfig
1647 %postun libXvMC-nouveau -p /sbin/ldconfig
1648 %post   libXvMC-r600 -p /sbin/ldconfig
1649 %postun libXvMC-r600 -p /sbin/ldconfig
1650
1651 ### libraries
1652
1653 %if %{with egl}
1654 %files libEGL
1655 %defattr(644,root,root,755)
1656 %if %{with glvnd}
1657 %attr(755,root,root) %{_libdir}/libEGL_mesa.so.*.*
1658 %attr(755,root,root) %ghost %{_libdir}/libEGL_mesa.so.0
1659 %{_datadir}/glvnd/egl_vendor.d/50_mesa.json
1660 %else
1661 %attr(755,root,root) %{_libdir}/libEGL.so.*.*
1662 %attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
1663 %endif
1664
1665 %files libEGL-devel
1666 %defattr(644,root,root,755)
1667 %if %{with glvnd}
1668 %attr(755,root,root) %{_libdir}/libEGL_mesa.so
1669 %else
1670 %attr(755,root,root) %{_libdir}/libEGL.so
1671 %dir %{_includedir}/EGL
1672 %{_includedir}/EGL/egl.h
1673 %{_includedir}/EGL/eglext.h
1674 %{_includedir}/EGL/eglplatform.h
1675 %{_pkgconfigdir}/egl.pc
1676 %endif
1677 %{_includedir}/EGL/eglextchromium.h
1678 %{_includedir}/EGL/eglmesaext.h
1679 %endif
1680
1681 %files libGL
1682 %defattr(644,root,root,755)
1683 %doc docs/{*.rst,README.UVD,features.txt,relnotes/*.rst}
1684 %if %{with glvnd}
1685 %attr(755,root,root) %{_libdir}/libGLX_mesa.so.*.*
1686 %attr(755,root,root) %ghost %{_libdir}/libGLX_mesa.so.0
1687 %attr(755,root,root) %{_libdir}/libGLX_mesa.so
1688 %else
1689 %attr(755,root,root) %{_libdir}/libGL.so.*.*
1690 %attr(755,root,root) %ghost %{_libdir}/libGL.so.1
1691 # symlink for binary apps which fail to conform Linux OpenGL ABI
1692 # (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
1693 %attr(755,root,root) %{_libdir}/libGL.so
1694 %endif
1695 %{_datadir}/drirc.d
1696
1697 %files libGL-devel
1698 %defattr(644,root,root,755)
1699 %doc docs/_extra/specs/*
1700 %if %{without glvnd}
1701 %dir %{_includedir}/GL
1702 %{_includedir}/GL/gl.h
1703 %{_includedir}/GL/glcorearb.h
1704 %{_includedir}/GL/glext.h
1705 %{_includedir}/GL/glx.h
1706 %{_includedir}/GL/glxext.h
1707 %{_pkgconfigdir}/gl.pc
1708 %endif
1709
1710 %files libGLES
1711 %defattr(644,root,root,755)
1712 %if %{without glvnd}
1713 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1714 %attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1715 %attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1716 %attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
1717 %endif
1718
1719 %files libGLES-devel
1720 %defattr(644,root,root,755)
1721 %if %{without glvnd}
1722 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1723 %attr(755,root,root) %{_libdir}/libGLESv2.so
1724 %{_includedir}/GLES
1725 %{_includedir}/GLES2
1726 %{_includedir}/GLES3
1727 %{_pkgconfigdir}/glesv1_cm.pc
1728 %{_pkgconfigdir}/glesv2.pc
1729 %endif
1730
1731 %files libOSMesa
1732 %defattr(644,root,root,755)
1733 %attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
1734 %attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
1735
1736 %files libOSMesa-devel
1737 %defattr(644,root,root,755)
1738 %attr(755,root,root) %{_libdir}/libOSMesa.so
1739 %{_includedir}/GL/osmesa.h
1740 %{_pkgconfigdir}/osmesa.pc
1741
1742 %if %{with opencl}
1743 %if %{with ocl_icd}
1744 %files OpenCL-icd
1745 %defattr(644,root,root,755)
1746 /etc/OpenCL/vendors/mesa.icd
1747 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1748 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1749 %attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
1750 # currently only OpenCL uses dynamic pipe loader
1751 %dir %{_libdir}/gallium-pipe
1752 %else
1753 %files libOpenCL
1754 %defattr(644,root,root,755)
1755 %attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1756 %attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
1757 # currently only OpenCL uses dynamic pipe loader
1758 %dir %{_libdir}/gallium-pipe
1759
1760 %files libOpenCL-devel
1761 %defattr(644,root,root,755)
1762 %attr(755,root,root) %{_libdir}/libOpenCL.so
1763 %{_includedir}/CL
1764 %endif
1765 %endif
1766
1767 %if %{with gbm}
1768 %files libgbm
1769 %defattr(644,root,root,755)
1770 %attr(755,root,root) %{_libdir}/libgbm.so.*.*
1771 %attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
1772 %dir %{_libdir}/gbm
1773
1774 %files libgbm-devel
1775 %defattr(644,root,root,755)
1776 %attr(755,root,root) %{_libdir}/libgbm.so
1777 %{_includedir}/gbm.h
1778 %{_pkgconfigdir}/gbm.pc
1779 %endif
1780
1781 %files libglapi
1782 %defattr(644,root,root,755)
1783 %attr(755,root,root) %{_libdir}/libglapi.so.*.*
1784 %attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1785 # libglapi-devel? nothing seems to need it atm.
1786 #%attr(755,root,root) %{_libdir}/libglapi.so
1787
1788 %if %{with xa}
1789 %files libxatracker
1790 %defattr(644,root,root,755)
1791 %attr(755,root,root) %{_libdir}/libxatracker.so.*.*
1792 %attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
1793
1794 %files libxatracker-devel
1795 %defattr(644,root,root,755)
1796 %attr(755,root,root) %{_libdir}/libxatracker.so
1797 %{_includedir}/xa_composite.h
1798 %{_includedir}/xa_context.h
1799 %{_includedir}/xa_tracker.h
1800 %{_pkgconfigdir}/xatracker.pc
1801 %endif
1802
1803 %if %{with egl} && %{without glvnd}
1804 %files khrplatform-devel
1805 %defattr(644,root,root,755)
1806 %dir %{_includedir}/KHR
1807 %{_includedir}/KHR/khrplatform.h
1808 %endif
1809
1810 %files dri-devel
1811 %defattr(644,root,root,755)
1812 %dir %{_includedir}/GL/internal
1813 %{_includedir}/GL/internal/dri_interface.h
1814 %{_pkgconfigdir}/dri.pc
1815
1816 ### drivers: XvMC
1817
1818 %if %{with gallium_nouveau}
1819 %files libXvMC-nouveau
1820 %defattr(644,root,root,755)
1821 %attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.*.*
1822 %attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
1823 %attr(755,root,root) %{_libdir}/libXvMCnouveau.so
1824 %endif
1825
1826 %if %{with gallium_radeon}
1827 %files libXvMC-r600
1828 %defattr(644,root,root,755)
1829 %attr(755,root,root) %{_libdir}/libXvMCr600.so.1.*.*
1830 %attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
1831 %attr(755,root,root) %{_libdir}/libXvMCr600.so
1832 %endif
1833
1834 ### drivers: d3d
1835
1836 %if %{with nine}
1837 %files d3d
1838 %defattr(644,root,root,755)
1839 %dir %{_libdir}/d3d
1840 %attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1841
1842 %files d3d-devel
1843 %defattr(644,root,root,755)
1844 %{_includedir}/d3dadapter
1845 %{_pkgconfigdir}/d3d.pc
1846 %endif
1847
1848 ### drivers: dri
1849
1850 %files dri-driver-ati-radeon-R100
1851 %defattr(644,root,root,755)
1852 %attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1853
1854 %files dri-driver-ati-radeon-R200
1855 %defattr(644,root,root,755)
1856 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1857
1858 %if %{with gallium_radeon}
1859 %files dri-driver-ati-radeon-R300
1860 %defattr(644,root,root,755)
1861 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1862
1863 %files dri-driver-ati-radeon-R600
1864 %defattr(644,root,root,755)
1865 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1866
1867 %files dri-driver-ati-radeon-SI
1868 %defattr(644,root,root,755)
1869 %attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
1870 %endif
1871
1872 %ifarch %{ix86} %{x8664} x32
1873 %files dri-driver-intel-i915
1874 %defattr(644,root,root,755)
1875 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i830_dri.so
1876 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
1877
1878 %files dri-driver-intel-i965
1879 %defattr(644,root,root,755)
1880 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1881
1882 %if %{with gallium}
1883 %files dri-driver-intel-crocus
1884 %defattr(644,root,root,755)
1885 %attr(755,root,root) %{_libdir}/xorg/modules/dri/crocus_dri.so
1886
1887 %files dri-driver-intel-iris
1888 %defattr(644,root,root,755)
1889 %attr(755,root,root) %{_libdir}/xorg/modules/dri/iris_dri.so
1890 %endif
1891 %endif
1892
1893 %files dri-driver-nouveau
1894 %defattr(644,root,root,755)
1895 %attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1896 %if %{with gallium_nouveau}
1897 %attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
1898 %endif
1899
1900 %files dri-driver-swrast
1901 %defattr(644,root,root,755)
1902 %if %{with gallium}
1903 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
1904 %endif
1905 %attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1906
1907 %if %{with gallium}
1908 %ifarch %{arm} aarch64
1909 %files dri-driver-etnaviv
1910 %defattr(644,root,root,755)
1911 %attr(755,root,root) %{_libdir}/xorg/modules/dri/etnaviv_dri.so
1912
1913 %files dri-driver-freedreno
1914 %defattr(644,root,root,755)
1915 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kgsl_dri.so
1916 %attr(755,root,root) %{_libdir}/xorg/modules/dri/msm_dri.so
1917
1918 %files dri-driver-kmsro
1919 %defattr(644,root,root,755)
1920 %attr(755,root,root) %{_libdir}/xorg/modules/dri/armada-drm_dri.so
1921 %attr(755,root,root) %{_libdir}/xorg/modules/dri/exynos_dri.so
1922 %attr(755,root,root) %{_libdir}/xorg/modules/dri/hx8357d_dri.so
1923 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9225_dri.so
1924 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9341_dri.so
1925 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-dcss_dri.so
1926 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-drm_dri.so
1927 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ingenic-drm_dri.so
1928 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kirin_dri.so
1929 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mali-dp_dri.so
1930 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mcde_dri.so
1931 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mediatek_dri.so
1932 %attr(755,root,root) %{_libdir}/xorg/modules/dri/meson_dri.so
1933 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mi0283qt_dri.so
1934 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mxsfb-drm_dri.so
1935 %attr(755,root,root) %{_libdir}/xorg/modules/dri/pl111_dri.so
1936 %attr(755,root,root) %{_libdir}/xorg/modules/dri/repaper_dri.so
1937 %attr(755,root,root) %{_libdir}/xorg/modules/dri/rockchip_dri.so
1938 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7586_dri.so
1939 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7735r_dri.so
1940 %attr(755,root,root) %{_libdir}/xorg/modules/dri/stm_dri.so
1941 %attr(755,root,root) %{_libdir}/xorg/modules/dri/sun4i-drm_dri.so
1942
1943 %files dri-driver-lima
1944 %defattr(644,root,root,755)
1945 %attr(755,root,root) %{_libdir}/xorg/modules/dri/lima_dri.so
1946
1947 %files dri-driver-panfrost
1948 %defattr(644,root,root,755)
1949 %attr(755,root,root) %{_libdir}/xorg/modules/dri/panfrost_dri.so
1950
1951 %if %{with gallium_nouveau}
1952 %files dri-driver-tegra
1953 %defattr(644,root,root,755)
1954 %attr(755,root,root) %{_libdir}/xorg/modules/dri/tegra_dri.so
1955 %endif
1956
1957 %files dri-driver-v3d
1958 %defattr(644,root,root,755)
1959 %attr(755,root,root) %{_libdir}/xorg/modules/dri/v3d_dri.so
1960
1961 %files dri-driver-vc4
1962 %defattr(644,root,root,755)
1963 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1964 %endif
1965
1966 %files dri-driver-virgl
1967 %defattr(644,root,root,755)
1968 %attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1969
1970 %ifarch %{ix86} %{x8664} x32
1971 %files dri-driver-vmwgfx
1972 %defattr(644,root,root,755)
1973 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
1974 %endif
1975
1976 %if %{with gallium_zink}
1977 %files dri-driver-zink
1978 %defattr(644,root,root,755)
1979 %attr(755,root,root) %{_libdir}/xorg/modules/dri/zink_dri.so
1980 %endif
1981 %endif
1982
1983 ### drivers: pipe
1984
1985 %if %{with gallium}
1986 %if %{with opencl}
1987 %ifarch %{ix86} %{x8664} x32
1988 %files pipe-driver-crocus
1989 %defattr(644,root,root,755)
1990 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_crocus.so
1991
1992 %if %{with gallium_i915}
1993 %files pipe-driver-i915
1994 %defattr(644,root,root,755)
1995 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1996 %endif
1997
1998 %files pipe-driver-iris
1999 %defattr(644,root,root,755)
2000 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_iris.so
2001 %endif
2002
2003 %ifarch %{arm} aarch64
2004 %files pipe-driver-kmsro
2005 %defattr(644,root,root,755)
2006 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_kmsro.so
2007
2008 %files pipe-driver-msm
2009 %defattr(644,root,root,755)
2010 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
2011 %endif
2012
2013 %if %{with gallium_nouveau}
2014 %files pipe-driver-nouveau
2015 %defattr(644,root,root,755)
2016 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
2017 %endif
2018
2019 %if %{with gallium_radeon}
2020 %files pipe-driver-r300
2021 %defattr(644,root,root,755)
2022 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
2023
2024 %files pipe-driver-r600
2025 %defattr(644,root,root,755)
2026 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
2027
2028 %files pipe-driver-radeonsi
2029 %defattr(644,root,root,755)
2030 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
2031 %endif
2032
2033 %files pipe-driver-swrast
2034 %defattr(644,root,root,755)
2035 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
2036
2037 %ifarch %{ix86} %{x8664} x32
2038 %files pipe-driver-vmwgfx
2039 %defattr(644,root,root,755)
2040 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
2041 %endif
2042 %endif
2043
2044 # currently disabled as cannot be built with swrast
2045 %if %{with swr}
2046 %files swr
2047 %defattr(644,root,root,755)
2048 %attr(755,root,root) %{_libdir}/libswrAVX.so*
2049 %attr(755,root,root) %{_libdir}/libswrAVX2.so*
2050 %endif
2051 %endif
2052
2053 ### drivers: va
2054
2055 %if %{with va}
2056 %files -n libva-driver-gallium
2057 %defattr(644,root,root,755)
2058
2059 %if %{with gallium_radeon}
2060 %files -n libva-driver-r600
2061 %defattr(644,root,root,755)
2062 %attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
2063
2064 %files -n libva-driver-radeonsi
2065 %defattr(644,root,root,755)
2066 %attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
2067 %endif
2068
2069 %if %{with gallium_nouveau}
2070 %files -n libva-driver-nouveau
2071 %defattr(644,root,root,755)
2072 %attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
2073 %endif
2074 %endif
2075
2076 ### drivers: vdpau
2077
2078 %if %{with vdpau}
2079 # ldconfig is not used in vdpau tree, so package all symlinks
2080 %if %{with gallium_nouveau}
2081 %files -n libvdpau-driver-mesa-nouveau
2082 %defattr(644,root,root,755)
2083 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
2084 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0
2085 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
2086 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
2087 %endif
2088
2089 %if %{with gallium_radeon}
2090 %files -n libvdpau-driver-mesa-r300
2091 %defattr(644,root,root,755)
2092 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
2093 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0
2094 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
2095 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
2096
2097 %files -n libvdpau-driver-mesa-r600
2098 %defattr(644,root,root,755)
2099 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
2100 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0
2101 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
2102 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
2103
2104 %files -n libvdpau-driver-mesa-radeonsi
2105 %defattr(644,root,root,755)
2106 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
2107 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0
2108 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
2109 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
2110 %endif
2111 %endif
2112
2113 ### drivers: omxil
2114
2115 %if %{with omx}
2116 %files -n omxil-mesa
2117 %defattr(644,root,root,755)
2118 %attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
2119 %endif
2120
2121 ### drivers: vulkan
2122
2123 %ifarch %{arm} aarch64
2124 %files vulkan-icd-broadcom
2125 %defattr(644,root,root,755)
2126 %attr(755,root,root) %{_libdir}/libvulkan_broadcom.so
2127 %{_datadir}/vulkan/icd.d/broadcom_icd.*.json
2128
2129 %files vulkan-icd-freedreno
2130 %defattr(644,root,root,755)
2131 %attr(755,root,root) %{_libdir}/libvulkan_freedreno.so
2132 %{_datadir}/vulkan/icd.d/freedreno_icd.*.json
2133
2134 %files vulkan-icd-panfrost
2135 %defattr(644,root,root,755)
2136 %attr(755,root,root) %{_libdir}/libvulkan_panfrost.so
2137 %{_datadir}/vulkan/icd.d/panfrost_icd.*.json
2138 %endif
2139
2140 %ifarch %{ix86} %{x8664} x32
2141 %files vulkan-icd-intel
2142 %defattr(644,root,root,755)
2143 %attr(755,root,root) %{_libdir}/libvulkan_intel.so
2144 %{_datadir}/vulkan/icd.d/intel_icd.*.json
2145 %endif
2146
2147 %files vulkan-icd-lavapipe
2148 %defattr(644,root,root,755)
2149 %attr(755,root,root) %{_libdir}/libvulkan_lvp.so
2150 %{_datadir}/vulkan/icd.d/lvp_icd.*.json
2151
2152 %if %{with radv}
2153 %files vulkan-icd-radeon
2154 %defattr(644,root,root,755)
2155 %attr(755,root,root) %{_libdir}/libvulkan_radeon.so
2156 %{_datadir}/vulkan/icd.d/radeon_icd.*.json
2157 %endif
This page took 0.165471 seconds and 4 git commands to generate.