]> git.pld-linux.org Git - packages/Mesa.git/blob - Mesa.spec
30b16d8ab96ed89ae7927ad37287d55eddb21c03
[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.105
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                8.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.1.3
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:  8c351de7ec2423d2ca21783fb19744a5
82 Patch0:         nouveau_no_rtti.patch
83 Patch1:         zink_x32.patch
84 URL:            https://www.mesa3d.org/
85 %{?with_opencl_spirv:BuildRequires:     SPIRV-LLVM-Translator-devel >= 8.0.1.3}
86 %{?with_gallium_zink:BuildRequires:     Vulkan-Loader-devel}
87 BuildRequires:  bison > 2.3
88 %{?with_opencl:BuildRequires:   clang-devel >= %{llvm_ver}}
89 BuildRequires:  elfutils-devel
90 BuildRequires:  expat-devel >= 1.95
91 BuildRequires:  flex
92 BuildRequires:  gcc >= %{gcc_ver}
93 BuildRequires:  libdrm-devel >= %{libdrm_ver}
94 %{?with_glvnd:BuildRequires:    libglvnd-devel >= %{libglvnd_ver}}
95 BuildRequires:  libselinux-devel
96 BuildRequires:  libstdc++-devel >= %{gcc_ver}
97 BuildRequires:  libunwind-devel
98 %{?with_va:BuildRequires:       libva-devel}
99 %{?with_va:BuildRequires:       pkgconfig(libva) >= 0.39.0}
100 %{?with_vdpau:BuildRequires:    libvdpau-devel >= 1.1}
101 BuildRequires:  libxcb-devel >= 1.13
102 %{?with_gallium:BuildRequires:  llvm-devel >= %{llvm_ver}}
103 %{?with_radv:BuildRequires:     llvm-devel >= %{llvm_ver}}
104 %{?with_opencl:BuildRequires:   llvm-libclc}
105 %{?with_omx:BuildRequires:      libomxil-bellagio-devel}
106 BuildRequires:  meson >= 0.52
107 BuildRequires:  ninja >= 1.5
108 BuildRequires:  pkgconfig
109 BuildRequires:  pkgconfig(talloc) >= 2.0.1
110 BuildRequires:  pkgconfig(xcb-dri2) >= 1.8
111 BuildRequires:  pkgconfig(xcb-dri3) >= 1.13
112 BuildRequires:  pkgconfig(xcb-glx) >= 1.8.1
113 BuildRequires:  pkgconfig(xcb-present) >= 1.13
114 BuildRequires:  pkgconfig(xcb-randr) >= 1.12
115 BuildRequires:  python3 >= 1:3.2
116 BuildRequires:  python3-Mako >= 0.8.0
117 BuildRequires:  rpmbuild(macros) >= 1.736
118 BuildRequires:  sed >= 4.0
119 %{?with_opencl_spirv:BuildRequires:     spirv-tools-devel >= 2018.0}
120 # wayland-{client,server}
121 %{?with_wayland:BuildRequires:  wayland-devel >= %{wayland_ver}}
122 %{?with_wayland:BuildRequires:  wayland-protocols >= 1.8}
123 %{?with_wayland:BuildRequires:  wayland-egl-devel >= %{wayland_ver}}
124 BuildRequires:  xorg-lib-libX11-devel
125 BuildRequires:  xorg-lib-libXext-devel >= 1.0.5
126 BuildRequires:  xorg-lib-libXfixes-devel >= 2.0
127 BuildRequires:  xorg-lib-libXrandr-devel >= 1.3
128 BuildRequires:  xorg-lib-libXv-devel
129 %{?with_xvmc:BuildRequires:     xorg-lib-libXvMC-devel >= 1.0.6}
130 BuildRequires:  xorg-lib-libXxf86vm-devel
131 BuildRequires:  xorg-lib-libxshmfence-devel >= 1.1
132 BuildRequires:  xorg-proto-dri2proto-devel >= %{dri2proto_ver}
133 BuildRequires:  xorg-proto-glproto-devel >= %{glproto_ver}
134 %if %{with gallium}
135 %{?with_lm_sensors:BuildRequires:       lm_sensors-devel}
136 %endif
137 BuildRequires:  zlib-devel >= %{zlib_ver}
138 BuildRequires:  zstd-devel
139 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
140
141 # libGLESv1_CM, libGLESv2, libGL, libOSMesa:
142 #  _glapi_tls_Dispatch is defined in libglapi, but it's some kind of symbol ldd -r doesn't notice(?)
143 %define         skip_post_check_so      libGLESv1_CM.so.1.* libGLESv2.so.2.* libGL.so.1.* libOSMesa.so.* libGLX_mesa.so.0.*
144
145 %description
146 Mesa is a 3-D graphics library with an API which is very similar to
147 that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
148 syntax or state machine, it is being used with authorization from
149 Silicon Graphics, Inc. However, the author does not possess an OpenGL
150 license from SGI, and makes no claim that Mesa is in any way a
151 compatible replacement for OpenGL or associated with SGI.
152
153 %description -l pl.UTF-8
154 Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do
155 tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z
156 autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji
157 OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem
158 OpenGL ani powiązana z SGI.
159
160 %package libEGL
161 Summary:        Mesa implementation of EGL Native Platform Graphics Interface library
162 Summary(pl.UTF-8):      Implementacja Mesa biblioteki interfejsu EGL
163 License:        MIT
164 Group:          Libraries
165 Requires:       %{name}-libglapi = %{version}-%{release}
166 # glx driver in libEGL dlopens libGL.so
167 Requires:       OpenGL >= 1.2
168 Requires:       libdrm >= %{libdrm_ver}
169 Requires:       libxcb >= 1.13
170 %{?with_wayland:Requires:       wayland >= %{wayland_ver}}
171 %if %{with gbm}
172 Requires:       %{name}-libgbm = %{version}-%{release}
173 %endif
174 %if %{with glvnd}
175 Requires:       libglvnd-libEGL >= %{libglvnd_ver}
176 %endif
177 Provides:       EGL = 1.5
178
179 %description libEGL
180 This package contains shared libEGL - Mesa implementation of EGL
181 Native Platform Graphics Interface as specified by Khronos Group:
182 <http://www.khronos.org/egl/>.
183
184 %description libEGL -l pl.UTF-8
185 Ten pakiet zawiera bibliotekę współdzieloną libEGL - implementację
186 Mesa standardu EGL Native Platform Graphics Interface (interfejsu
187 graficznego platformy natywnej) wg specyfikacji Khronos Group:
188 <http://www.khronos.org/egl/>.
189
190 %package libEGL-devel
191 Summary:        Header files for Mesa implementation of EGL library
192 Summary(pl.UTF-8):      Pliki nagłówkowe implementacji Mesa biblioteki EGL
193 License:        MIT
194 Group:          Development/Libraries
195 Requires:       %{name}-libEGL = %{version}-%{release}
196 Requires:       xorg-lib-libX11-devel
197 %if %{with glvnd}
198 Requires:       libglvnd-libEGL-devel >= %{libglvnd_ver}
199 %else
200 Requires:       %{name}-khrplatform-devel = %{version}-%{release}
201 Requires:       libdrm-devel >= %{libdrm_ver}
202 Requires:       libxcb-devel >= 1.13
203 Requires:       pkgconfig(xcb-dri2) >= 1.8
204 Requires:       pkgconfig(xcb-glx) >= 1.8.1
205 Requires:       xorg-lib-libXext-devel >= 1.0.5
206 Requires:       xorg-lib-libXfixes-devel >= 2.0
207 Requires:       xorg-lib-libXxf86vm-devel
208 %endif
209 %if %{without glvnd}
210 Provides:       EGL-devel = 1.5
211 %endif
212 Obsoletes:      Mesa-libEGL-static < 18.3
213
214 %description libEGL-devel
215 Header files for Mesa implementation of EGL library.
216
217 %description libEGL-devel -l pl.UTF-8
218 Pliki nagłówkowe implementacji Mesa biblioteki EGL.
219
220 %package libGL
221 Summary:        Free Mesa3D implementation of libGL OpenGL library
222 Summary(pl.UTF-8):      Wolnodostępna implementacja Mesa3D biblioteki libGL ze standardu OpenGL
223 License:        MIT
224 Group:          X11/Libraries
225 Requires:       %{name}-libglapi = %{version}-%{release}
226 Requires:       libdrm >= %{libdrm_ver}
227 Requires:       libxcb >= 1.13
228 %if %{with glvnd}
229 Requires:       libglvnd-libGL >= %{libglvnd_ver}
230 %endif
231 Provides:       OpenGL = 4.6
232 Provides:       OpenGL-GLX = 1.4
233 Obsoletes:      Mesa < 6.4-2
234 Obsoletes:      Mesa-dri < 6.4.1-3
235 Obsoletes:      Mesa-dri-core < 10.0.0
236 Obsoletes:      X11-OpenGL-libGL < 1:7.0.0
237 Obsoletes:      XFree86-OpenGL-libGL < 1:7.0.0
238
239 %description libGL
240 Mesa is a 3-D graphics library with an API which is very similar to
241 that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
242 syntax or state machine, it is being used with authorization from
243 Silicon Graphics, Inc. However, the author does not possess an OpenGL
244 license from SGI, and makes no claim that Mesa is in any way a
245 compatible replacement for OpenGL or associated with SGI.
246
247 This package contains libGL which implements OpenGL 4.6 and GLX 1.4
248 specifications. It uses DRI for rendering.
249
250 %description libGL -l pl.UTF-8
251 Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do
252 tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z
253 autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji
254 OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem
255 OpenGL ani powiązana z SGI.
256
257 Ten pakiet zawiera libGL implementującą specyfikacje OpenGL 4.6 oraz
258 GLX 1.4. Używa DRI do renderowania.
259
260 %package libGL-devel
261 Summary:        Header files for Mesa3D libGL library
262 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libGL z projektu Mesa3D
263 License:        MIT
264 Group:          X11/Development/Libraries
265 %if %{with glvnd}
266 Requires:       libglvnd-libGL-devel >= %{libglvnd_ver}
267 %else
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-i915
759 Summary:        X.org DRI driver for Intel i915 card family
760 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel i915
761 License:        MIT
762 Group:          X11/Libraries
763 %if %{with gallium_i915}
764 %{?with_swr:Requires:   cpuinfo(avx)}
765 %endif
766 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
767 Requires:       xorg-xserver-server >= %{xserver_ver}
768 Requires:       zlib >= %{zlib_ver}
769 Obsoletes:      Mesa-dri-driver-intel-i830 < 6.5
770 Obsoletes:      X11-driver-i810-dri < 1:7.0.0
771
772 %description dri-driver-intel-i915
773 X.org DRI driver for Intel i915 card family (830, 845, 852/855, 865,
774 915, 945, G33, Q33, Q35, Pineview).
775
776 %description dri-driver-intel-i915 -l pl.UTF-8
777 Sterownik X.org DRI dla rodziny kart Intel i915 (830, 845, 852/855,
778 865, 915, 945, G33, Q33, Q35, Pineview).
779
780 %package dri-driver-intel-i965
781 Summary:        X.org DRI driver for Intel i965 card family
782 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel i965
783 License:        MIT
784 Group:          X11/Libraries
785 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
786 Requires:       xorg-xserver-server >= %{xserver_ver}
787 Requires:       zlib >= %{zlib_ver}
788 Obsoletes:      Mesa-dri-driver-intel-i830 < 6.5
789 Obsoletes:      X11-driver-i810-dri < 1:7.0.0
790
791 %description dri-driver-intel-i965
792 X.org (non-Gallium) DRI driver for Intel i965 card family (946GZ,
793 965G, 965Q, 965GM, 965GME, GM45, G41, B43, Q45/Q43, G45/G43, Ironlake,
794 Sandybridge, Ivybridge, Haswell, Ray Trail, Broadwell, Cherrytrail,
795 Braswell, Cherryview, Skylake, Broxton, Kabylake, Coffeelake,
796 Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart
797 Lake).
798
799 %description dri-driver-intel-i965 -l pl.UTF-8
800 Sterownik X.org DRI (nie Gallium) dla rodziny kart Intel i965 (946GZ,
801 965G, 965Q, 965GM, 965GME, GM45, G41, B43, Q45/Q43, G45/G43, Ironlake,
802 Sandybridge, Ivybridge, Haswell, Ray Trail, Broadwell, Cherrytrail,
803 Braswell, Cherryview, Skylake, Broxton, Kabylake, Coffeelake,
804 Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart
805 Lake).
806
807 %package dri-driver-intel-iris
808 Summary:        X.org DRI driver for Intel Iris (Gen8+) card family
809 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel Iris (Gen8+)
810 License:        MIT
811 Group:          X11/Libraries
812 %{?with_swr:Requires:   cpuinfo(avx)}
813 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
814 Requires:       xorg-xserver-server >= %{xserver_ver}
815 Requires:       zlib >= %{zlib_ver}
816
817 %description dri-driver-intel-iris
818 X.org Gallium DRI driver for Intel Iris (Gen8+) card family
819 (Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
820 Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
821
822 %description dri-driver-intel-iris -l pl.UTF-8
823 Sterownik X.org DRI Gallium dla rodziny kart Intel Iris (Gen8+:
824 Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
825 Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
826
827 %package dri-driver-kmsro
828 Summary:        X.org Gallium DRI driver using KMS Render-Only architecture
829 Summary(pl.UTF-8):      Sterownik X.org DRI Gallium wykorzystujący architekturę KMS Render-Only
830 License:        MIT
831 Group:          X11/Libraries
832 %{?with_swr:Requires:   cpuinfo(avx)}
833 #Requires:      xorg-driver-video-?
834 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
835 Requires:       xorg-xserver-server >= %{xserver_ver}
836 Requires:       zlib >= %{zlib_ver}
837
838 %description dri-driver-kmsro
839 X.org Gallium DRI driver using KMS Render-Only architecture.
840
841 %description dri-driver-kmsro -l pl.UTF-8
842 Sterownik X.org DRI Gallium wykorzystujący architekturę KMS
843 Render-Only.
844
845 %package dri-driver-lima
846 Summary:        X.org DRI driver for Mali Utgard chips
847 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Mali Utgard
848 License:        MIT
849 Group:          X11/Libraries
850 %{?with_swr:Requires:   cpuinfo(avx)}
851 #Requires:      xorg-driver-video-???
852 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
853 Requires:       xorg-xserver-server >= %{xserver_ver}
854 Requires:       zlib >= %{zlib_ver}
855
856 %description dri-driver-lima
857 X.org Gallium DRI driver for Mali Utgard chips.
858
859 %description dri-driver-lima -l pl.UTF-8
860 Sterownik X.org DRI Gallium dla układów Mali Utgard.
861
862 %package dri-driver-nouveau
863 Summary:        X.org DRI driver for NVIDIA card family
864 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart NVIDIA
865 License:        MIT
866 Group:          X11/Libraries
867 %if %{with gallium_nouveau}
868 %{?with_swr:Requires:   cpuinfo(avx)}
869 %endif
870 Requires:       xorg-driver-video-nouveau
871 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
872 Requires:       xorg-xserver-server >= %{xserver_ver}
873 Requires:       zlib >= %{zlib_ver}
874
875 %description dri-driver-nouveau
876 X.org DRI drivers for NVIDIA card family.
877
878 %description dri-driver-nouveau -l pl.UTF-8
879 Sterowniki X.org DRI dla rodziny kart NVIDIA.
880
881 %package dri-driver-panfrost
882 Summary:        X.org DRI driver for Mali Midgard/Bifrost chips
883 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Mali Midgard/Bifrost
884 License:        MIT
885 Group:          X11/Libraries
886 %{?with_swr:Requires:   cpuinfo(avx)}
887 #Requires:      xorg-driver-video-???
888 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
889 Requires:       xorg-xserver-server >= %{xserver_ver}
890 Requires:       zlib >= %{zlib_ver}
891
892 %description dri-driver-panfrost
893 X.org Gallium DRI driver for Mali Midgard/Bifrost chips.
894
895 %description dri-driver-panfrost -l pl.UTF-8
896 Sterownik X.org DRI Gallium dla układów Mali Midgard/Bifrost.
897
898 %package dri-driver-swrast
899 Summary:        X.org DRI software rasterizer driver
900 Summary(pl.UTF-8):      Sterownik X.org DRI obsługujący rysowanie programowe
901 License:        MIT
902 Group:          X11/Libraries
903 %{?with_swr:Requires:   cpuinfo(avx)}
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-swrast
909 X.org DRI software rasterizer driver.
910
911 %description dri-driver-swrast -l pl.UTF-8
912 Sterownik X.org DRI obsługujący rysowanie programowe.
913
914 %package dri-driver-tegra
915 Summary:        X.org DRI driver for Tegra SoC chips
916 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów SoC Tegra
917 License:        MIT
918 Group:          X11/Libraries
919 %{?with_swr:Requires:   cpuinfo(avx)}
920 #Requires:      xorg-driver-video-???
921 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
922 Requires:       xorg-xserver-server >= %{xserver_ver}
923 Requires:       zlib >= %{zlib_ver}
924
925 %description dri-driver-tegra
926 X.org Gallium DRI driver for Tegra SoC chips.
927
928 %description dri-driver-tegra -l pl.UTF-8
929 Sterownik X.org DRI Gallium dla układów Tegra SoC.
930
931 %package dri-driver-v3d
932 Summary:        X.org DRI driver for Broadcom VC5 chips
933 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Broadcom VC5
934 License:        MIT
935 Group:          X11/Libraries
936 %{?with_swr:Requires:   cpuinfo(avx)}
937 Requires:       xorg-driver-video-modesetting
938 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
939 Requires:       xorg-xserver-server >= %{xserver_ver}
940 Requires:       zlib >= %{zlib_ver}
941
942 %description dri-driver-v3d
943 X.org Gallium DRI driver for Broadcom VC5 chips.
944
945 %description dri-driver-v3d -l pl.UTF-8
946 Sterownik X.org DRI Gallium dla układów Broadcom VC5.
947
948 %package dri-driver-vc4
949 Summary:        X.org DRI driver for Broadcom VC4 chips
950 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Broadcom VC4
951 License:        MIT
952 Group:          X11/Libraries
953 %{?with_swr:Requires:   cpuinfo(avx)}
954 Requires:       xorg-driver-video-modesetting
955 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
956 Requires:       xorg-xserver-server >= %{xserver_ver}
957 Requires:       zlib >= %{zlib_ver}
958
959 %description dri-driver-vc4
960 X.org Gallium DRI driver for Broadcom VC4 chips.
961
962 %description dri-driver-vc4 -l pl.UTF-8
963 Sterownik X.org DRI Gallium dla układów Broadcom VC4.
964
965 %package dri-driver-virgl
966 Summary:        X.org DRI driver for QEMU VirGL
967 Summary(pl.UTF-8):      Sterownik X.org DRI dla QEMU VirGL
968 License:        MIT
969 Group:          X11/Libraries
970 %{?with_swr:Requires:   cpuinfo(avx)}
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-virgl
976 X.org Gallium DRI driver for QEMU VirGL.
977
978 %description dri-driver-virgl -l pl.UTF-8
979 Sterownik X.org DRI Gallium dla QEMU VirGL.
980
981 %package dri-driver-vmwgfx
982 Summary:        X.org DRI driver for VMware
983 Summary(pl.UTF-8):      Sterownik X.org DRI dla VMware
984 License:        MIT
985 Group:          X11/Libraries
986 %{?with_swr:Requires:   cpuinfo(avx)}
987 Requires:       xorg-driver-video-vmware
988 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
989 Requires:       xorg-xserver-server >= %{xserver_ver}
990 Requires:       zlib >= %{zlib_ver}
991
992 %description dri-driver-vmwgfx
993 X.org Gallium DRI driver for VMWare.
994
995 %description dri-driver-vmwgfx -l pl.UTF-8
996 Sterownik X.org DRI Gallium dla VMware.
997
998 %package dri-driver-zink
999 Summary:        X.org DRI driver based on Vulkan
1000 Summary(pl.UTF-8):      Sterownik X.org DRI oparty na Vulkanie
1001 License:        MIT
1002 Group:          X11/Libraries
1003 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
1004 Requires:       xorg-xserver-server >= %{xserver_ver}
1005 Requires:       zlib >= %{zlib_ver}
1006
1007 %description dri-driver-zink
1008 X.org Gallium DRI driver based on Vulkan.
1009
1010 %description dri-driver-zink -l pl.UTF-8
1011 Sterownik X.org DRI Gallium oparty na Vulkanie.
1012
1013 %package pipe-driver-i915
1014 Summary:        i915 driver for Mesa Gallium dynamic pipe loader
1015 Summary(pl.UTF-8):      Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1016 Group:          Libraries
1017 Requires:       zlib >= %{zlib_ver}
1018 Obsoletes:      Mesa-gbm-driver-i915 < 11.1.1
1019 Obsoletes:      Mesa-opencl-driver-i915 < 9.1
1020
1021 %description pipe-driver-i915
1022 i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
1023 915/945/G33/Q33/Q35/Pineview chips.
1024
1025 %description pipe-driver-i915 -l pl.UTF-8
1026 Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
1027 Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
1028
1029 %package pipe-driver-iris
1030 Summary:        iris driver for Mesa Gallium dynamic pipe loader
1031 Summary(pl.UTF-8):      Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa Gallium
1032 Group:          Libraries
1033 Requires:       zlib >= %{zlib_ver}
1034
1035 %description pipe-driver-iris
1036 iris driver for Mesa Gallium dynamic pipe loader. It supports Intel
1037 Iris (Gen8+) card family (Broadwell, Skylake, Broxton, Kabylake,
1038 Coffeelake, Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice
1039 Lake, Elkhart Lake).
1040
1041 %description pipe-driver-iris -l pl.UTF-8
1042 Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa
1043 Gallium. Obsługuje układy Intela z rodziny kart Intel Iris (Gen8+:
1044 Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake, Whiskey
1045 Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
1046
1047 %package pipe-driver-kmsro
1048 Summary:        kmsro driver for Mesa Gallium dynamic pipe loader
1049 Summary(pl.UTF-8):      Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa Gallium
1050 Group:          Libraries
1051 Requires:       zlib >= %{zlib_ver}
1052
1053 %description pipe-driver-kmsro
1054 kmsro driver for Mesa Gallium dynamic pipe loader.
1055
1056 %description pipe-driver-kmsro -l pl.UTF-8
1057 Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa
1058 Gallium.
1059
1060 %package pipe-driver-msm
1061 Summary:        msm (freedreno) driver for Mesa Gallium dynamic pipe loader
1062 Summary(pl.UTF-8):      Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1063 Group:          Libraries
1064 Requires:       zlib >= %{zlib_ver}
1065
1066 %description pipe-driver-msm
1067 msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
1068 supports Adreno chips.
1069
1070 %description pipe-driver-msm -l pl.UTF-8
1071 Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
1072 Mesa Gallium. Obsługuje układy Adreno.
1073
1074 %package pipe-driver-nouveau
1075 Summary:        nouveau driver for Mesa Gallium dynamic pipe loader
1076 Summary(pl.UTF-8):      Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
1077 Group:          Libraries
1078 Requires:       zlib >= %{zlib_ver}
1079 Obsoletes:      Mesa-gbm-driver-nouveau < 11.1.1
1080 Obsoletes:      Mesa-opencl-driver-nouveau < 9.1
1081
1082 %description pipe-driver-nouveau
1083 nouveau driver for Mesa Gallium dynamic pipe loader. It supports
1084 NVidia adapters.
1085
1086 %description pipe-driver-nouveau -l pl.UTF-8
1087 Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
1088 Gallium. Obsługuje karty graficzne firmy NVidia.
1089
1090 %package pipe-driver-r300
1091 Summary:        r300 driver for Mesa Gallium dynamic pipe loader
1092 Summary(pl.UTF-8):      Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1093 Group:          Libraries
1094 Requires:       zlib >= %{zlib_ver}
1095 Obsoletes:      Mesa-gbm-driver-r300 < 11.1.1
1096 Obsoletes:      Mesa-opencl-driver-r300 < 9.1
1097
1098 %description pipe-driver-r300
1099 r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1100 Radeon adapters based on R300/R400/RS690/R500 chips.
1101
1102 %description pipe-driver-r300 -l pl.UTF-8
1103 Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
1104 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1105 R300/R400/RS690/R500.
1106
1107 %package pipe-driver-r600
1108 Summary:        r600 driver for Mesa Gallium dynamic pipe loader
1109 Summary(pl.UTF-8):      Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1110 Group:          Libraries
1111 Requires:       zlib >= %{zlib_ver}
1112 Obsoletes:      Mesa-gbm-driver-r600 < 11.1.1
1113 Obsoletes:      Mesa-libllvmradeon < 9.2
1114 Obsoletes:      Mesa-opencl-driver-r600 < 9.1
1115
1116 %description pipe-driver-r600
1117 r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1118 Radeon adapters based on R600/R700 chips.
1119
1120 %description pipe-driver-r600 -l pl.UTF-8
1121 Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
1122 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1123 R600/R700.
1124
1125 %package pipe-driver-radeonsi
1126 Summary:        radeonsi driver for Mesa Gallium dynamic pipe loader
1127 Summary(pl.UTF-8):      Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
1128 Group:          Libraries
1129 Requires:       zlib >= %{zlib_ver}
1130 Obsoletes:      Mesa-gbm-driver-radeonsi < 11.1.1
1131 Obsoletes:      Mesa-libllvmradeon < 9.2
1132 Obsoletes:      Mesa-opencl-driver-radeonsi < 9.1
1133
1134 %description pipe-driver-radeonsi
1135 radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
1136 Radeon adapters based on Southern Islands chips.
1137
1138 %description pipe-driver-radeonsi -l pl.UTF-8
1139 Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
1140 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1141 Southern Islands.
1142
1143 %package pipe-driver-swrast
1144 Summary:        Software (swrast) driver for Mesa Gallium dynamic pipe loader
1145 Summary(pl.UTF-8):      Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1146 Group:          Libraries
1147 %{?with_swr:Requires:   cpuinfo(avx)}
1148 Requires:       zlib >= %{zlib_ver}
1149 Obsoletes:      Mesa-gbm-driver-swrast < 11.1.1
1150 Obsoletes:      Mesa-opencl-driver-swrast < 9.1
1151
1152 %description pipe-driver-swrast
1153 Software (swrast) driver for Mesa Gallium dynamic pipe loader.
1154
1155 %description pipe-driver-swrast -l pl.UTF-8
1156 Sterownik programowy (swrast) dla dynamicznego systemu potoków
1157 szkieletu Mesa Gallium.
1158
1159 %package pipe-driver-vmwgfx
1160 Summary:        vmwgfx driver for Mesa Gallium dynamic pipe loader
1161 Summary(pl.UTF-8):      Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
1162 Group:          Libraries
1163 Requires:       zlib >= %{zlib_ver}
1164 Obsoletes:      Mesa-gbm-driver-vmwgfx < 11.1.1
1165 Obsoletes:      Mesa-opencl-driver-vmwgfx < 9.1
1166
1167 %description pipe-driver-vmwgfx
1168 vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
1169 virtual video adapter.
1170
1171 %description pipe-driver-vmwgfx -l pl.UTF-8
1172 Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
1173 Gallium. Obsługuje wirtualną kartę graficzną VMware.
1174
1175 %package swr
1176 Summary:        OpenSWR software rasterizer modules for Mesa
1177 Summary(pl.UTF-8):      Moduły programowego rasteryzera OpenSWR dla Mesy
1178 Group:          Libraries
1179 Requires:       cpuinfo(avx)
1180 Requires:       zlib >= %{zlib_ver}
1181
1182 %description swr
1183 OpenSWR software rasterizer modules for Mesa, utilizing x86 AVX or
1184 VX2 instruction sets. They can be loaded by swrast pipe driver or
1185 OSMesa library.
1186
1187 %description swr -l pl.UTF-8
1188 Moduły programowego rasteryzera OpenSWR dla Mesy, wykorzystujące
1189 zestawy instrukcji x86 AVX lub AVX2. Mogą być wczytywane przez
1190 sterownik potoków swrast lub bibliotekę OSMesa.
1191
1192 %package -n libva-driver-gallium
1193 Summary:        VA driver for Gallium State Tracker
1194 Summary(pl.UTF-8):      Sterowniki VA do Gallium
1195 Group:          Libraries
1196 %if %{with gallium_radeon}
1197 Requires:       libva-driver-r600 = %{version}-%{release}
1198 Requires:       libva-driver-radeonsi = %{version}-%{release}
1199 %endif
1200 %if %{with gallium_nouveau}
1201 Requires:       libva-driver-nouveau = %{version}-%{release}
1202 %endif
1203
1204 %description -n libva-driver-gallium
1205 VA drivers for Gallium State Tracker (r600, radeonsi & nouveau).
1206
1207 %description -n libva-driver-gallium -l pl.UTF-8
1208 Sterowniki VA do Gallium (r600, radeonsi & nouveau).
1209
1210 %package -n libva-driver-r600
1211 Summary:        VA driver for ATI Radeon R600 series adapters
1212 Summary(pl.UTF-8):      Sterownik VA dla kart ATI Radeon z serii R600
1213 Group:          Libraries
1214 Requires:       libva >= 1.6.0
1215 Requires:       zlib >= %{zlib_ver}
1216
1217 %description -n libva-driver-r600
1218 VA driver for ATI Radeon R600 series adapters.
1219
1220 %description -n libva-driver-r600 -l pl.UTF-8
1221 Sterownik VA dla kart ATI Radeon z serii R600.
1222
1223 %package -n libva-driver-radeonsi
1224 Summary:        VA driver for ATI Radeon SI adapters
1225 Summary(pl.UTF-8):      Sterownik VA dla kart ATI Radeon SI
1226 Group:          Libraries
1227 Requires:       libva >= 1.6.0
1228 Requires:       zlib >= %{zlib_ver}
1229
1230 %description -n libva-driver-radeonsi
1231 VA driver for ATI Radeon adapters based on Southern Islands chips.
1232
1233 %description -n libva-driver-radeonsi -l pl.UTF-8
1234 Sterownik VA dla kart ATI Radeon opartych na układach Southern
1235 Islands.
1236
1237 %package -n libva-driver-nouveau
1238 Summary:        VA driver for NVidia adapters
1239 Summary(pl.UTF-8):      Sterownik VA dla kart NVidia
1240 Group:          Libraries
1241 Requires:       libva >= 1.6.0
1242 Requires:       zlib >= %{zlib_ver}
1243
1244 %description -n libva-driver-nouveau
1245 VA driver for NVidia adapters.
1246
1247 %description -n libva-driver-nouveau -l pl.UTF-8
1248 Sterownik VA dla kart NVidia.
1249
1250 %package -n libvdpau-driver-mesa-nouveau
1251 Summary:        Mesa nouveau driver for the vdpau API
1252 Summary(pl.UTF-8):      Sterownik Mesa nouveau dla API vdpau
1253 License:        MIT
1254 Group:          X11/Libraries
1255 Requires:       libdrm >= %{libdrm_ver}
1256 Requires:       libvdpau >= 1.1
1257 Requires:       zlib >= %{zlib_ver}
1258 Conflicts:      libvdpau-driver-mesa
1259
1260 %description -n libvdpau-driver-mesa-nouveau
1261 Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1262 (NV40-NV96, NVa0).
1263
1264 %description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1265 Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1266 (NV40-NV96, NVa0).
1267
1268 %package -n libvdpau-driver-mesa-r300
1269 Summary:        Mesa r300 driver for the vdpau API
1270 Summary(pl.UTF-8):      Sterownik Mesa r300 dla API vdpau
1271 License:        MIT
1272 Group:          X11/Libraries
1273 Requires:       libdrm >= %{libdrm_ver}
1274 Requires:       libvdpau >= 1.1
1275 Requires:       zlib >= %{zlib_ver}
1276 Conflicts:      libvdpau-driver-mesa
1277
1278 %description -n libvdpau-driver-mesa-r300
1279 Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
1280 based on R300 chips.
1281
1282 %description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
1283 Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
1284 na układach R300.
1285
1286 %package -n libvdpau-driver-mesa-r600
1287 Summary:        Mesa r600 driver for the vdpau API
1288 Summary(pl.UTF-8):      Sterownik Mesa r600 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-r600
1297 Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1298 based on R600/R700 chips.
1299
1300 %description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1301 Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1302 na układach R600/R700.
1303
1304 %package -n libvdpau-driver-mesa-radeonsi
1305 Summary:        Mesa radeonsi driver for the vdpau API
1306 Summary(pl.UTF-8):      Sterownik Mesa radeonsi 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 Obsoletes:      Mesa-libllvmradeon < 9.2
1314
1315 %description -n libvdpau-driver-mesa-radeonsi
1316 Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1317 adapters based on Southern Islands chips.
1318
1319 %description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
1320 Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1321 oparte na układach Southern Islands.
1322
1323 %package -n omxil-mesa
1324 Summary:        Mesa driver for Bellagio OpenMAX IL API
1325 Summary(pl.UTF-8):      Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1326 License:        MIT
1327 Group:          X11/Libraries
1328 Requires:       libdrm >= %{libdrm_ver}
1329 Requires:       libxcb >= 1.13
1330 Requires:       libomxil-bellagio
1331 Requires:       zlib >= %{zlib_ver}
1332 Obsoletes:      omxil-mesa-nouveau < 10.3
1333 Obsoletes:      omxil-mesa-r600 < 10.3
1334 Obsoletes:      omxil-mesa-radeonsi < 10.3
1335
1336 %description -n omxil-mesa
1337 Mesa driver for Bellagio OpenMAX IL API.
1338
1339 %description -n omxil-mesa -l pl.UTF-8
1340 Sterownik Mesa dla API Bellagio OpenMAX IL.
1341
1342 %package vulkan-icd-broadcom
1343 Summary:        v3dv - Mesa Vulkan driver for Raspberry Pi 4
1344 Summary(pl.UTF-8):      v3dv - sterownik Vulkan dla Raspberry Pi 4
1345 License:        MIT
1346 Group:          Libraries
1347 Requires:       libdrm >= %{libdrm_ver}
1348 Requires:       libxcb >= 1.13
1349 Requires:       xorg-lib-libXrandr >= 1.3
1350 Requires:       xorg-lib-libxshmfence >= 1.1
1351 # wayland-client
1352 Requires:       wayland >= %{wayland_ver}
1353 Requires:       zlib >= %{zlib_ver}
1354 Suggests:       vulkan(loader)
1355 Provides:       vulkan(icd) = 1.0.3
1356
1357 %description vulkan-icd-broadcom
1358 v3dv - Mesa Vulkan driver for Raspberry Pi 4.
1359
1360 %description vulkan-icd-broadcom -l pl.UTF-8
1361 v3dv - sterownik Vulkan dla Raspberry Pi 4.
1362
1363 %package vulkan-icd-freedreno
1364 Summary:        turnip - Mesa Vulkan driver for Adreno chips
1365 Summary(pl.UTF-8):      turnip - sterownik Vulkan dla układów Adreno
1366 License:        MIT
1367 Group:          Libraries
1368 Requires:       libdrm >= %{libdrm_ver}
1369 Requires:       libxcb >= 1.13
1370 Requires:       xorg-lib-libXrandr >= 1.3
1371 Requires:       xorg-lib-libxshmfence >= 1.1
1372 # wayland-client
1373 Requires:       wayland >= %{wayland_ver}
1374 Requires:       zlib >= %{zlib_ver}
1375 Suggests:       vulkan(loader)
1376 Provides:       vulkan(icd) = 1.0.3
1377
1378 %description vulkan-icd-freedreno
1379 turnip - Mesa Vulkan driver for Adreno chips.
1380
1381 %description vulkan-icd-freedreno -l pl.UTF-8
1382 turnip - sterownik Vulkan dla układów Adreno.
1383
1384 %package vulkan-icd-intel
1385 Summary:        Mesa Vulkan driver for Intel GPUs
1386 Summary(pl.UTF-8):      Sterownik Vulkan dla GPU firmy Intel
1387 License:        MIT
1388 Group:          Libraries
1389 Requires:       libdrm >= %{libdrm_ver}
1390 Requires:       libxcb >= 1.13
1391 Requires:       xorg-lib-libXrandr >= 1.3
1392 Requires:       xorg-lib-libxshmfence >= 1.1
1393 # wayland-client
1394 Requires:       wayland >= %{wayland_ver}
1395 Requires:       zlib >= %{zlib_ver}
1396 Suggests:       vulkan(loader)
1397 Provides:       vulkan(icd) = 1.0.3
1398 Obsoletes:      Mesa-vulkan-icd-intel-devel < 21.1.0
1399
1400 %description vulkan-icd-intel
1401 Mesa Vulkan driver for Intel GPUs.
1402
1403 %description vulkan-icd-intel -l pl.UTF-8
1404 Sterownik Vulkan dla GPU Intela.
1405
1406 %package vulkan-icd-lavapipe
1407 Summary:        lavapipe - Mesa software Vulkan driver
1408 Summary(pl.UTF-8):      lavapipe - programowy sterownik Vulkan
1409 License:        MIT
1410 Group:          Libraries
1411 Requires:       libdrm >= %{libdrm_ver}
1412 Requires:       libxcb >= 1.13
1413 Requires:       xorg-lib-libXrandr >= 1.3
1414 Requires:       xorg-lib-libxshmfence >= 1.1
1415 # wayland-client
1416 Requires:       wayland >= %{wayland_ver}
1417 Requires:       zlib >= %{zlib_ver}
1418 Suggests:       vulkan(loader)
1419 Provides:       vulkan(icd) = 1.0.3
1420
1421 %description vulkan-icd-lavapipe
1422 lavapipe - Mesa software Vulkan driver.
1423
1424 %description vulkan-icd-lavapipe -l pl.UTF-8
1425 lavapipe - programowy sterownik Vulkan.
1426
1427 %package vulkan-icd-radeon
1428 Summary:        radv - experimental Mesa Vulkan driver for AMD Radeon GPUs
1429 Summary(pl.UTF-8):      radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD
1430 License:        MIT
1431 Group:          Libraries
1432 Requires:       libdrm >= %{libdrm_ver}
1433 Requires:       libxcb >= 1.13
1434 Requires:       xorg-lib-libXrandr >= 1.3
1435 Requires:       xorg-lib-libxshmfence >= 1.1
1436 # wayland-client
1437 Requires:       wayland >= %{wayland_ver}
1438 Requires:       zlib >= %{zlib_ver}
1439 Suggests:       vulkan(loader)
1440 Provides:       vulkan(icd) = 1.0.3
1441
1442 %description vulkan-icd-radeon
1443 radv - experimental Mesa Vulkan driver for AMD Radeon GPUs.
1444
1445 %description vulkan-icd-radeon -l pl.UTF-8
1446 radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
1447
1448 %prep
1449 %setup -q -n mesa-mesa-%{version}
1450 %patch0 -p1
1451 %patch1 -p1
1452
1453 %build
1454 %if %{with opencl}
1455 if [ "$(llvm-config --has-rtti)" != "YES" ] ; then
1456         echo "Clover (gallium OpenCL) requires LLVM with RTTI!"
1457         exit 1
1458 fi
1459 %endif
1460
1461 dri_drivers="nouveau r100 r200 \
1462 %if %{without gallium}
1463 swrast
1464 %endif
1465 %ifarch %{ix86} %{x8664} x32
1466 i965 %{!?with_gallium_i915:i915} \
1467 %endif
1468 "
1469
1470 dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1471
1472 gallium_drivers="virgl swrast %{?with_gallium_zink:zink} \
1473 %ifarch %{ix86} %{x8664} x32
1474 svga iris %{?with_swr:swr} %{?with_gallium_i915:i915} \
1475 %endif
1476 %if %{with gallium_radeon}
1477 r300 r600 radeonsi \
1478 %endif
1479 %if %{with gallium_nouveau}
1480 nouveau
1481 %endif
1482 %ifarch %{arm} aarch64
1483 etnaviv \
1484 freedreno \
1485 lima \
1486 panfrost \
1487 %{?with_gallium_nouveau:tegra} \
1488 v3d \
1489 vc4 \
1490 %endif
1491 "
1492
1493 gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1494
1495 vulkan_drivers="swrast %{?with_radv:amd} \
1496 %ifarch %{ix86} %{x8664} x32
1497 intel \
1498 %endif
1499 %ifarch %{arm} aarch64
1500 freedreno broadcom \
1501 %endif
1502 "
1503
1504 vulkan_drivers=$(echo $vulkan_drivers | xargs | tr ' ' ',')
1505
1506 %meson build \
1507         -Dplatforms=x11%{?with_wayland:,wayland} \
1508         -Ddri3=enabled \
1509         -Ddri-drivers=${dri_drivers} \
1510         -Ddri-drivers-path=%{_libdir}/xorg/modules/dri \
1511         -Degl=%{?with_egl:enabled}%{!?with_egl:disabled} \
1512         -Dgallium-drivers=${gallium_drivers} \
1513         %{?with_hud_extra:-Dgallium-extra-hud=true} \
1514         -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
1515         -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
1516 %if %{with opencl}
1517 %if %{with ocl_icd}
1518         -Dgallium-opencl=icd \
1519 %else
1520         -Dgallium-opencl=standalone \
1521 %endif
1522 %else
1523         -Dgallium-opencl=disabled \
1524 %endif
1525         -Dgallium-va=%{?with_va:enabled}%{!?with_va:disabled} \
1526         %{?with_vdpau:-Dgallium-vdpau=enabled} \
1527         %{?with_xvmc:-Dgallium-xvmc=enabled} \
1528         -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
1529         -Dgbm=%{?with_gbm:enabled}%{!?with_gbm:disabled} \
1530         -Dglvnd=%{?with_glvnd:true}%{!?with_glvnd:false} \
1531         -Dlibunwind=enabled \
1532         -Dlmsensors=%{?with_lm_sensors:enabled}%{!?with_lm_sensors:disabled} \
1533         %{?with_opencl_spirv:-Dopencl-spirv=true} \
1534         -Dosmesa=true \
1535         -Dselinux=true \
1536         -Dva-libs-path=%{_libdir}/libva/dri \
1537         -Dvulkan-drivers=${vulkan_drivers} \
1538         -Dvulkan-icd-dir=/usr/share/vulkan/icd.d
1539
1540 %ninja_build -C build
1541
1542 %{?with_tests:%ninja_test -C build}
1543
1544 %install
1545 rm -rf $RPM_BUILD_ROOT
1546
1547 %ninja_install -C build
1548
1549 # not used externally
1550 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1551
1552 %if %{without glvnd}
1553 # remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1554 # set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1555 strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1556 %endif
1557
1558 %clean
1559 rm -rf $RPM_BUILD_ROOT
1560
1561 %post   libEGL -p /sbin/ldconfig
1562 %postun libEGL -p /sbin/ldconfig
1563
1564 %post   libGL -p /sbin/ldconfig
1565 %postun libGL -p /sbin/ldconfig
1566
1567 %post   libGLES -p /sbin/ldconfig
1568 %postun libGLES -p /sbin/ldconfig
1569
1570 %post   libOSMesa -p /sbin/ldconfig
1571 %postun libOSMesa -p /sbin/ldconfig
1572
1573 %post   OpenCL-icd -p /sbin/ldconfig
1574 %postun OpenCL-icd -p /sbin/ldconfig
1575
1576 %post   libOpenCL -p /sbin/ldconfig
1577 %postun libOpenCL -p /sbin/ldconfig
1578
1579 %post   libgbm -p /sbin/ldconfig
1580 %postun libgbm -p /sbin/ldconfig
1581
1582 %post   libglapi -p /sbin/ldconfig
1583 %postun libglapi -p /sbin/ldconfig
1584
1585 %post   libxatracker -p /sbin/ldconfig
1586 %postun libxatracker -p /sbin/ldconfig
1587
1588 %post   libXvMC-nouveau -p /sbin/ldconfig
1589 %postun libXvMC-nouveau -p /sbin/ldconfig
1590 %post   libXvMC-r600 -p /sbin/ldconfig
1591 %postun libXvMC-r600 -p /sbin/ldconfig
1592
1593 ### libraries
1594
1595 %if %{with egl}
1596 %files libEGL
1597 %defattr(644,root,root,755)
1598 %if %{with glvnd}
1599 %attr(755,root,root) %{_libdir}/libEGL_mesa.so.*.*
1600 %attr(755,root,root) %ghost %{_libdir}/libEGL_mesa.so.0
1601 %{_datadir}/glvnd/egl_vendor.d/50_mesa.json
1602 %else
1603 %attr(755,root,root) %{_libdir}/libEGL.so.*.*
1604 %attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
1605 %endif
1606
1607 %files libEGL-devel
1608 %defattr(644,root,root,755)
1609 %if %{with glvnd}
1610 %attr(755,root,root) %{_libdir}/libEGL_mesa.so
1611 %else
1612 %attr(755,root,root) %{_libdir}/libEGL.so
1613 %dir %{_includedir}/EGL
1614 %{_includedir}/EGL/egl.h
1615 %{_includedir}/EGL/eglext.h
1616 %{_includedir}/EGL/eglplatform.h
1617 %{_pkgconfigdir}/egl.pc
1618 %endif
1619 %{_includedir}/EGL/eglextchromium.h
1620 %{_includedir}/EGL/eglmesaext.h
1621 %endif
1622
1623 %files libGL
1624 %defattr(644,root,root,755)
1625 %doc docs/{*.rst,README.UVD,features.txt,relnotes/*.rst}
1626 %if %{with glvnd}
1627 %attr(755,root,root) %{_libdir}/libGLX_mesa.so.*.*
1628 %attr(755,root,root) %ghost %{_libdir}/libGLX_mesa.so.0
1629 %attr(755,root,root) %{_libdir}/libGLX_mesa.so
1630 %else
1631 %attr(755,root,root) %{_libdir}/libGL.so.*.*
1632 %attr(755,root,root) %ghost %{_libdir}/libGL.so.1
1633 # symlink for binary apps which fail to conform Linux OpenGL ABI
1634 # (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
1635 %attr(755,root,root) %{_libdir}/libGL.so
1636 %endif
1637 %{_datadir}/drirc.d
1638
1639 %files libGL-devel
1640 %defattr(644,root,root,755)
1641 %doc docs/_extra/specs/*
1642 %if %{without glvnd}
1643 %dir %{_includedir}/GL
1644 %{_includedir}/GL/gl.h
1645 %{_includedir}/GL/glcorearb.h
1646 %{_includedir}/GL/glext.h
1647 %{_includedir}/GL/glx.h
1648 %{_includedir}/GL/glxext.h
1649 %{_pkgconfigdir}/gl.pc
1650 %endif
1651
1652 %files libGLES
1653 %defattr(644,root,root,755)
1654 %if %{without glvnd}
1655 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1656 %attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1657 %attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1658 %attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
1659 %endif
1660
1661 %files libGLES-devel
1662 %defattr(644,root,root,755)
1663 %if %{without glvnd}
1664 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1665 %attr(755,root,root) %{_libdir}/libGLESv2.so
1666 %{_includedir}/GLES
1667 %{_includedir}/GLES2
1668 %{_includedir}/GLES3
1669 %{_pkgconfigdir}/glesv1_cm.pc
1670 %{_pkgconfigdir}/glesv2.pc
1671 %endif
1672
1673 %files libOSMesa
1674 %defattr(644,root,root,755)
1675 %attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
1676 %attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
1677
1678 %files libOSMesa-devel
1679 %defattr(644,root,root,755)
1680 %attr(755,root,root) %{_libdir}/libOSMesa.so
1681 %{_includedir}/GL/osmesa.h
1682 %{_pkgconfigdir}/osmesa.pc
1683
1684 %if %{with opencl}
1685 %if %{with ocl_icd}
1686 %files OpenCL-icd
1687 %defattr(644,root,root,755)
1688 /etc/OpenCL/vendors/mesa.icd
1689 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1690 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1691 %attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
1692 # currently only OpenCL uses dynamic pipe loader
1693 %dir %{_libdir}/gallium-pipe
1694 %else
1695 %files libOpenCL
1696 %defattr(644,root,root,755)
1697 %attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1698 %attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
1699 # currently only OpenCL uses dynamic pipe loader
1700 %dir %{_libdir}/gallium-pipe
1701
1702 %files libOpenCL-devel
1703 %defattr(644,root,root,755)
1704 %attr(755,root,root) %{_libdir}/libOpenCL.so
1705 %{_includedir}/CL
1706 %endif
1707 %endif
1708
1709 %if %{with gbm}
1710 %files libgbm
1711 %defattr(644,root,root,755)
1712 %attr(755,root,root) %{_libdir}/libgbm.so.*.*
1713 %attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
1714
1715 %files libgbm-devel
1716 %defattr(644,root,root,755)
1717 %attr(755,root,root) %{_libdir}/libgbm.so
1718 %{_includedir}/gbm.h
1719 %{_pkgconfigdir}/gbm.pc
1720 %endif
1721
1722 %files libglapi
1723 %defattr(644,root,root,755)
1724 %attr(755,root,root) %{_libdir}/libglapi.so.*.*
1725 %attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1726 # libglapi-devel? nothing seems to need it atm.
1727 #%attr(755,root,root) %{_libdir}/libglapi.so
1728
1729 %if %{with xa}
1730 %files libxatracker
1731 %defattr(644,root,root,755)
1732 %attr(755,root,root) %{_libdir}/libxatracker.so.*.*
1733 %attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
1734
1735 %files libxatracker-devel
1736 %defattr(644,root,root,755)
1737 %attr(755,root,root) %{_libdir}/libxatracker.so
1738 %{_includedir}/xa_composite.h
1739 %{_includedir}/xa_context.h
1740 %{_includedir}/xa_tracker.h
1741 %{_pkgconfigdir}/xatracker.pc
1742 %endif
1743
1744 %if %{with egl} && %{without glvnd}
1745 %files khrplatform-devel
1746 %defattr(644,root,root,755)
1747 %dir %{_includedir}/KHR
1748 %{_includedir}/KHR/khrplatform.h
1749 %endif
1750
1751 %files dri-devel
1752 %defattr(644,root,root,755)
1753 %dir %{_includedir}/GL/internal
1754 %{_includedir}/GL/internal/dri_interface.h
1755 %{_pkgconfigdir}/dri.pc
1756
1757 ### drivers: XvMC
1758
1759 %if %{with gallium_nouveau}
1760 %files libXvMC-nouveau
1761 %defattr(644,root,root,755)
1762 %attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.*.*
1763 %attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
1764 %attr(755,root,root) %{_libdir}/libXvMCnouveau.so
1765 %endif
1766
1767 %if %{with gallium_radeon}
1768 %files libXvMC-r600
1769 %defattr(644,root,root,755)
1770 %attr(755,root,root) %{_libdir}/libXvMCr600.so.1.*.*
1771 %attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
1772 %attr(755,root,root) %{_libdir}/libXvMCr600.so
1773 %endif
1774
1775 ### drivers: d3d
1776
1777 %if %{with nine}
1778 %files d3d
1779 %defattr(644,root,root,755)
1780 %dir %{_libdir}/d3d
1781 %attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1782
1783 %files d3d-devel
1784 %defattr(644,root,root,755)
1785 %{_includedir}/d3dadapter
1786 %{_pkgconfigdir}/d3d.pc
1787 %endif
1788
1789 ### drivers: dri
1790
1791 %files dri-driver-ati-radeon-R100
1792 %defattr(644,root,root,755)
1793 %attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1794
1795 %files dri-driver-ati-radeon-R200
1796 %defattr(644,root,root,755)
1797 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1798
1799 %if %{with gallium_radeon}
1800 %files dri-driver-ati-radeon-R300
1801 %defattr(644,root,root,755)
1802 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1803
1804 %files dri-driver-ati-radeon-R600
1805 %defattr(644,root,root,755)
1806 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1807
1808 %files dri-driver-ati-radeon-SI
1809 %defattr(644,root,root,755)
1810 %attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
1811 %endif
1812
1813 %ifarch %{ix86} %{x8664} x32
1814 %files dri-driver-intel-i915
1815 %defattr(644,root,root,755)
1816 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
1817
1818 %files dri-driver-intel-i965
1819 %defattr(644,root,root,755)
1820 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1821
1822 %if %{with gallium}
1823 %files dri-driver-intel-iris
1824 %defattr(644,root,root,755)
1825 %attr(755,root,root) %{_libdir}/xorg/modules/dri/iris_dri.so
1826 %endif
1827 %endif
1828
1829 %files dri-driver-nouveau
1830 %defattr(644,root,root,755)
1831 %attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1832 %if %{with gallium_nouveau}
1833 %attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
1834 %endif
1835
1836 %files dri-driver-swrast
1837 %defattr(644,root,root,755)
1838 %if %{with gallium}
1839 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
1840 %endif
1841 %attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1842
1843 %if %{with gallium}
1844 %ifarch %{arm} aarch64
1845 %files dri-driver-etnaviv
1846 %defattr(644,root,root,755)
1847 %attr(755,root,root) %{_libdir}/xorg/modules/dri/etnaviv_dri.so
1848
1849 %files dri-driver-freedreno
1850 %defattr(644,root,root,755)
1851 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kgsl_dri.so
1852 %attr(755,root,root) %{_libdir}/xorg/modules/dri/msm_dri.so
1853
1854 %files dri-driver-kmsro
1855 %defattr(644,root,root,755)
1856 %attr(755,root,root) %{_libdir}/xorg/modules/dri/armada-drm_dri.so
1857 %attr(755,root,root) %{_libdir}/xorg/modules/dri/exynos_dri.so
1858 %attr(755,root,root) %{_libdir}/xorg/modules/dri/hx8357d_dri.so
1859 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9225_dri.so
1860 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9341_dri.so
1861 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-dcss_dri.so
1862 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-drm_dri.so
1863 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ingenic-drm_dri.so
1864 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mcde_dri.so
1865 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mediatek_dri.so
1866 %attr(755,root,root) %{_libdir}/xorg/modules/dri/meson_dri.so
1867 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mi0283qt_dri.so
1868 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mxsfb-drm_dri.so
1869 %attr(755,root,root) %{_libdir}/xorg/modules/dri/pl111_dri.so
1870 %attr(755,root,root) %{_libdir}/xorg/modules/dri/repaper_dri.so
1871 %attr(755,root,root) %{_libdir}/xorg/modules/dri/rockchip_dri.so
1872 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7586_dri.so
1873 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7735r_dri.so
1874 %attr(755,root,root) %{_libdir}/xorg/modules/dri/stm_dri.so
1875 %attr(755,root,root) %{_libdir}/xorg/modules/dri/sun4i-drm_dri.so
1876
1877 %files dri-driver-lima
1878 %defattr(644,root,root,755)
1879 %attr(755,root,root) %{_libdir}/xorg/modules/dri/lima_dri.so
1880
1881 %files dri-driver-panfrost
1882 %defattr(644,root,root,755)
1883 %attr(755,root,root) %{_libdir}/xorg/modules/dri/panfrost_dri.so
1884
1885 %if %{with gallium_nouveau}
1886 %files dri-driver-tegra
1887 %defattr(644,root,root,755)
1888 %attr(755,root,root) %{_libdir}/xorg/modules/dri/tegra_dri.so
1889 %endif
1890
1891 %files dri-driver-v3d
1892 %defattr(644,root,root,755)
1893 %attr(755,root,root) %{_libdir}/xorg/modules/dri/v3d_dri.so
1894
1895 %files dri-driver-vc4
1896 %defattr(644,root,root,755)
1897 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1898 %endif
1899
1900 %files dri-driver-virgl
1901 %defattr(644,root,root,755)
1902 %attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1903
1904 %ifarch %{ix86} %{x8664} x32
1905 %files dri-driver-vmwgfx
1906 %defattr(644,root,root,755)
1907 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
1908 %endif
1909
1910 %if %{with gallium_zink}
1911 %files dri-driver-zink
1912 %defattr(644,root,root,755)
1913 %attr(755,root,root) %{_libdir}/xorg/modules/dri/zink_dri.so
1914 %endif
1915 %endif
1916
1917 ### drivers: pipe
1918
1919 %if %{with gallium}
1920 %if %{with opencl}
1921 %ifarch %{ix86} %{x8664} x32
1922 %if %{with gallium_i915}
1923 %files pipe-driver-i915
1924 %defattr(644,root,root,755)
1925 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1926 %endif
1927
1928 %files pipe-driver-iris
1929 %defattr(644,root,root,755)
1930 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_iris.so
1931 %endif
1932
1933 %ifarch %{arm} aarch64
1934 %files pipe-driver-kmsro
1935 %defattr(644,root,root,755)
1936 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_kmsro.so
1937
1938 %files pipe-driver-msm
1939 %defattr(644,root,root,755)
1940 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1941 %endif
1942
1943 %if %{with gallium_nouveau}
1944 %files pipe-driver-nouveau
1945 %defattr(644,root,root,755)
1946 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1947 %endif
1948
1949 %if %{with gallium_radeon}
1950 %files pipe-driver-r300
1951 %defattr(644,root,root,755)
1952 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1953
1954 %files pipe-driver-r600
1955 %defattr(644,root,root,755)
1956 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1957
1958 %files pipe-driver-radeonsi
1959 %defattr(644,root,root,755)
1960 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1961 %endif
1962
1963 %files pipe-driver-swrast
1964 %defattr(644,root,root,755)
1965 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1966
1967 %ifarch %{ix86} %{x8664} x32
1968 %files pipe-driver-vmwgfx
1969 %defattr(644,root,root,755)
1970 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1971 %endif
1972 %endif
1973
1974 # currently disabled as cannot be built with swrast
1975 %if %{with swr}
1976 %files swr
1977 %defattr(644,root,root,755)
1978 %attr(755,root,root) %{_libdir}/libswrAVX.so*
1979 %attr(755,root,root) %{_libdir}/libswrAVX2.so*
1980 %endif
1981 %endif
1982
1983 ### drivers: va
1984
1985 %if %{with va}
1986 %files -n libva-driver-gallium
1987 %defattr(644,root,root,755)
1988
1989 %if %{with gallium_radeon}
1990 %files -n libva-driver-r600
1991 %defattr(644,root,root,755)
1992 %attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
1993
1994 %files -n libva-driver-radeonsi
1995 %defattr(644,root,root,755)
1996 %attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
1997 %endif
1998
1999 %if %{with gallium_nouveau}
2000 %files -n libva-driver-nouveau
2001 %defattr(644,root,root,755)
2002 %attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
2003 %endif
2004 %endif
2005
2006 ### drivers: vdpau
2007
2008 %if %{with vdpau}
2009 # ldconfig is not used in vdpau tree, so package all symlinks
2010 %if %{with gallium_nouveau}
2011 %files -n libvdpau-driver-mesa-nouveau
2012 %defattr(644,root,root,755)
2013 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
2014 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0
2015 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
2016 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
2017 %endif
2018
2019 %if %{with gallium_radeon}
2020 %files -n libvdpau-driver-mesa-r300
2021 %defattr(644,root,root,755)
2022 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
2023 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0
2024 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
2025 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
2026
2027 %files -n libvdpau-driver-mesa-r600
2028 %defattr(644,root,root,755)
2029 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
2030 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0
2031 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
2032 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
2033
2034 %files -n libvdpau-driver-mesa-radeonsi
2035 %defattr(644,root,root,755)
2036 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
2037 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0
2038 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
2039 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
2040 %endif
2041 %endif
2042
2043 ### drivers: omxil
2044
2045 %if %{with omx}
2046 %files -n omxil-mesa
2047 %defattr(644,root,root,755)
2048 %attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
2049 %endif
2050
2051 ### drivers: vulkan
2052
2053 %ifarch %{arm} aarch64
2054 %files vulkan-icd-broadcom
2055 %defattr(644,root,root,755)
2056 %attr(755,root,root) %{_libdir}/libvulkan_broadcom.so
2057 %{_datadir}/vulkan/icd.d/broadcom_icd.*.json
2058
2059 %files vulkan-icd-freedreno
2060 %defattr(644,root,root,755)
2061 %attr(755,root,root) %{_libdir}/libvulkan_freedreno.so
2062 %{_datadir}/vulkan/icd.d/freedreno_icd.*.json
2063 %endif
2064
2065 %ifarch %{ix86} %{x8664} x32
2066 %files vulkan-icd-intel
2067 %defattr(644,root,root,755)
2068 %attr(755,root,root) %{_libdir}/libvulkan_intel.so
2069 %{_datadir}/vulkan/icd.d/intel_icd.*.json
2070 %endif
2071
2072 %files vulkan-icd-lavapipe
2073 %defattr(644,root,root,755)
2074 %attr(755,root,root) %{_libdir}/libvulkan_lvp.so
2075 %{_datadir}/vulkan/icd.d/lvp_icd.*.json
2076
2077 %if %{with radv}
2078 %files vulkan-icd-radeon
2079 %defattr(644,root,root,755)
2080 %attr(755,root,root) %{_libdir}/libvulkan_radeon.so
2081 %{_datadir}/vulkan/icd.d/radeon_icd.*.json
2082 %endif
This page took 4.807244 seconds and 2 git commands to generate.