]> git.pld-linux.org Git - packages/Mesa.git/blob - Mesa.spec
up to 21.1.6
[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.6
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:  3800fb2fb50deaa2526d5f339b580483
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}-khrplatform-devel = %{version}-%{release}
269 Requires:       %{name}-libGL = %{version}-%{release}
270 Requires:       libdrm-devel >= %{libdrm_ver}
271 Requires:       libxcb-devel >= 1.13
272 Requires:       pkgconfig(xcb-dri2) >= 1.8
273 Requires:       pkgconfig(xcb-glx) >= 1.8.1
274 Requires:       xorg-lib-libX11-devel
275 Requires:       xorg-lib-libXext-devel >= 1.0.5
276 Requires:       xorg-lib-libXfixes-devel >= 2.0
277 Requires:       xorg-lib-libXxf86vm-devel
278 %endif
279 Suggests:       OpenGL-doc-man
280 %if %{without glvnd}
281 Provides:       OpenGL-GLX-devel = 1.4
282 Provides:       OpenGL-devel = 4.6
283 %endif
284 Obsoletes:      Mesa-devel < 6.4-2
285 Obsoletes:      Mesa-libGL-static < 18.3
286 Obsoletes:      Mesa-static < 6.4-2
287 Obsoletes:      X11-OpenGL-devel < 1:7.0.0
288 Obsoletes:      X11-OpenGL-devel-base < 1:7.0.0
289 Obsoletes:      X11-OpenGL-static < 1:7.0.0
290 Obsoletes:      XFree86-OpenGL-devel < 1:7.0.0
291 Obsoletes:      XFree86-OpenGL-devel-base < 1:7.0.0
292 Obsoletes:      XFree86-OpenGL-static < 1:7.0.0
293
294 %description libGL-devel
295 Header files for Mesa3D libGL library.
296
297 %description libGL-devel -l pl.UTF-8
298 Pliki nagłówkowe biblioteki libGL z projektu Mesa3D.
299
300 %package libGLES
301 Summary:        Mesa implementation of GLES (OpenGL ES) libraries
302 Summary(pl.UTF-8):      Implementacja Mesa bibliotek GLES (OpenGL ES)
303 Group:          Libraries
304 Requires:       %{name}-libglapi = %{version}-%{release}
305 %if %{with glvnd}
306 Requires:       libglvnd-libGLES >= %{libglvnd_ver}
307 %endif
308 Provides:       OpenGLES
309 Provides:       OpenGLESv1 = 1.1
310 Provides:       OpenGLESv2 = 2.0
311 Provides:       OpenGLESv3 = 3.2
312
313 %description libGLES
314 This package contains shared libraries of Mesa implementation of GLES
315 (OpenGL ES) - cross-platform API for full-function 2D and 3D graphics
316 on embedded systems. OpenGL ES specification can be found on Khronos
317 Group site: <http://www.khronos.org/opengles/>. Mesa implements OpenGL
318 ES 1.1 and 2.0/3.2.
319
320 %description libGLES -l pl.UTF-8
321 Ten pakiet zawiera biblioteki współdzielone implementacji Mesa
322 standardu GLES (OpenGL ES) - wieloplatformowego API do w pełni
323 funkcjonalnej grafiki 2D i 3D na systemach wbudowanych. Specyfikację
324 OpenGL ES można znaleźć na stronie Khronos Group:
325 <http://www.khronos.org/opengles/>. Mesa zawiera implementacją OpenGL
326 ES 1.1 i 2.0/3.2.
327
328 %package libGLES-devel
329 Summary:        Header files for Mesa GLES libraries
330 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotek Mesa GLES
331 Group:          Development/Libraries
332 Requires:       %{name}-libGLES = %{version}-%{release}
333 %if %{with glvnd}
334 Requires:       libglvnd-libGLES-devel >= %{libglvnd_ver}
335 %else
336 Requires:       %{name}-khrplatform-devel = %{version}-%{release}
337 # <EGL/egl.h> for <GLES/egl.h>
338 Requires:       %{name}-libEGL-devel = %{version}-%{release}
339 %endif
340 %if %{without glvnd}
341 Provides:       OpenGLES-devel
342 Provides:       OpenGLESv1-devel = 1.1
343 Provides:       OpenGLESv2-devel = 2.0
344 Provides:       OpenGLESv3-devel = 3.2
345 %endif
346
347 %description libGLES-devel
348 Header files for Mesa GLES libraries.
349
350 %description libGLES-devel -l pl.UTF-8
351 Pliki nagłówkowe bibliotek Mesa GLES.
352
353 %package libOSMesa
354 Summary:        OSMesa (off-screen renderer) library
355 Summary(pl.UTF-8):      Biblioteka OSMesa (renderująca bitmapy w pamięci)
356 License:        MIT
357 Group:          Libraries
358 %{?with_swr:Requires:   cpuinfo(avx)}
359 Requires:       zlib >= %{zlib_ver}
360
361 %description libOSMesa
362 OSMesa (off-screen renderer) library.
363
364 %description libOSMesa -l pl.UTF-8
365 Biblioteka OSMesa (renderująca bitmapy w pamięci).
366
367 %package libOSMesa-devel
368 Summary:        Header file for OSMesa (off-screen renderer) library
369 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci)
370 License:        MIT
371 Group:          Development/Libraries
372 Requires:       %{name}-libOSMesa = %{version}-%{release}
373 # for <GL/gl.h> only
374 Requires:       OpenGL-devel
375 Requires:       libselinux-devel
376 Obsoletes:      Mesa-libOSMesa-static < 18.3
377
378 %description libOSMesa-devel
379 Header file for OSMesa (off-screen renderer) library.
380
381 %description libOSMesa-devel -l pl.UTF-8
382 Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci).
383
384 %package OpenCL-icd
385 Summary:        Mesa implementation of OpenCL (Compuing Language) API ICD
386 Summary(pl.UTF-8):      Implementacja Mesa API OpenCL (języka obliczeń) ICD
387 License:        MIT
388 Group:          Libraries
389 Requires:       filesystem >= 4.0-29
390 Requires:       libdrm >= %{libdrm_ver}
391 Requires:       llvm-libclc
392 Requires:       zlib >= %{zlib_ver}
393 Provides:       OpenCL = 1.1
394 Provides:       ocl-icd-driver
395
396 %description OpenCL-icd
397 This package contains Mesa implementation of OpenCL - standard for
398 cross-platform, parallel programming of modern processors found in
399 personal computers, servers and handheld/embedded devices. OpenCL
400 specification can be found on Khronos Group site:
401 <http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
402
403 The implementation is provided as an installable client driver (ICD)
404 for use with the ocl-icd loader.
405
406 %description OpenCL-icd -l pl.UTF-8
407 Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
408 wieloplatformowego, równoległego programowania nowoczesnych
409 procesorów, jakie znajdują się w komputerach osobistych, serwerach
410 oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
411 znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
412 Mesa zawiera implementację OpenCL w wersji 1.1.
413
414 Implementacja dostarczona jest w postaci instalowalnego sterownika
415 klienta (ICD), który może być użyty z loaderem ocl-icd.
416
417 %package libOpenCL
418 Summary:        Mesa implementation of OpenCL (Compuing Language) API
419 Summary(pl.UTF-8):      Implementacja Mesa API OpenCL (języka obliczeń)
420 License:        MIT
421 Group:          Libraries
422 Requires:       libdrm >= %{libdrm_ver}
423 Requires:       llvm-libclc
424 Provides:       OpenCL = 1.1
425
426 %description libOpenCL
427 This package contains Mesa implementation of OpenCL - standard for
428 cross-platform, parallel programming of modern processors found in
429 personal computers, servers and handheld/embedded devices. OpenCL
430 specification can be found on Khronos Group site:
431 <http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
432
433 %description libOpenCL -l pl.UTF-8
434 Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
435 wieloplatformowego, równoległego programowania nowoczesnych
436 procesorów, jakie znajdują się w komputerach osobistych, serwerach
437 oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
438 znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
439 Mesa zawiera implementację OpenCL w wersji 1.1.
440
441 %package libOpenCL-devel
442 Summary:        Header files for Mesa OpenCL library
443 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Mesa OpenCL
444 License:        MIT
445 Group:          Development/Libraries
446 Requires:       %{name}-libOpenCL = %{version}-%{release}
447 Provides:       OpenCL-devel = 1.2
448
449 %description libOpenCL-devel
450 Header files for Mesa OpenCL library.
451
452 %description libOpenCL-devel -l pl.UTF-8
453 Pliki nagłówkowe biblioteki Mesa OpenCL.
454
455 %package libgbm
456 Summary:        Mesa Graphics Buffer Manager library
457 Summary(pl.UTF-8):      Biblioteka Mesa Graphics Buffer Manager
458 Group:          Libraries
459 Requires:       %{name}-libglapi = %{version}-%{release}
460 Conflicts:      Mesa-libEGL < 8.0.1-2
461
462 %description libgbm
463 Mesa Graphics Buffer Manager library.
464
465 %description libgbm -l pl.UTF-8
466 Biblioteka Mesa Graphics Buffer Manager (zarządcy bufora graficznego).
467
468 %package libgbm-devel
469 Summary:        Header file for Mesa Graphics Buffer Manager library
470 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager
471 Group:          Development/Libraries
472 Requires:       %{name}-libgbm = %{version}-%{release}
473
474 %description libgbm-devel
475 Header file for Mesa Graphics Buffer Manager library.
476
477 %description libgbm-devel -l pl.UTF-8
478 Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager (zarządcy
479 bufora graficznego).
480
481 %package libglapi
482 Summary:        Mesa GL API shared library
483 Summary(pl.UTF-8):      Biblioteka współdzielona Mesa GL API
484 Group:          Libraries
485 Conflicts:      Mesa-libEGL < 8.0.1-2
486
487 %description libglapi
488 Mesa GL API shared library, common for various APIs (EGL, GL, GLES).
489
490 %description libglapi -l pl.UTF-8
491 Biblioteka współdzielona Mesa GL API, wspólna dla różnych API (EGL,
492 GL, GLES).
493
494 %package libxatracker
495 Summary:        Xorg Gallium3D accelleration library
496 Summary(pl.UTF-8):      Biblioteka akceleracji Gallium3D dla Xorg
497 Group:          X11/Libraries
498 Requires:       libdrm >= %{libdrm_ver}
499 Requires:       zlib >= %{zlib_ver}
500
501 %description libxatracker
502 Xorg Gallium3D accelleration library (used by new vmwgfx driver).
503
504 %description libxatracker -l pl.UTF-8
505 Biblioteka akceleracji Gallium3D dla Xorg (używana przez nowy
506 sterownik vmwgfx).
507
508 %package libxatracker-devel
509 Summary:        Header files for Xorg Gallium3D accelleration library
510 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg
511 Group:          X11/Development/Libraries
512 Requires:       %{name}-libxatracker = %{version}-%{release}
513 Requires:       libdrm-devel >= %{libdrm_ver}
514
515 %description libxatracker-devel
516 Header files for Xorg Gallium3D accelleration library.
517
518 %description libxatracker-devel -l pl.UTF-8
519 Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg.
520
521 %package khrplatform-devel
522 Summary:        Khronos platform header file
523 Summary(pl.UTF-8):      Plik nagłówkowy platformy Khronos
524 Group:          Development/Libraries
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:       xorg-driver-video-ati
617 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
618 Requires:       xorg-xserver-server >= %{xserver_ver}
619 Requires:       zlib >= %{zlib_ver}
620 Obsoletes:      X11-driver-radeon-dri < 1:7.0.0
621
622 %description dri-driver-ati-radeon-R100
623 X.org DRI driver for ATI R100 card family (Radeon 7000-7500). It
624 supports R100, RV100, RS100, RV200, RS200, RS250.
625
626 %description dri-driver-ati-radeon-R100 -l pl.UTF-8
627 Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500).
628 Obsługuje układy R100, RV100, RS100, RV200, RS200, RS250.
629
630 %package dri-driver-ati-radeon-R200
631 Summary:        X.org DRI driver for ATI R200 card family
632 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI R200
633 License:        MIT
634 Group:          X11/Libraries
635 Requires:       xorg-driver-video-ati
636 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
637 Requires:       xorg-xserver-server >= %{xserver_ver}
638 Requires:       zlib >= %{zlib_ver}
639 Obsoletes:      X11-driver-radeon-dri < 1:7.0.0
640
641 %description dri-driver-ati-radeon-R200
642 X.org DRI driver for ATI R200 card family (Radeon 8500-92xx). It
643 supports R200, RV250, RV280, RS300, RS350 chips.
644
645 %description dri-driver-ati-radeon-R200 -l pl.UTF-8
646 Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx).
647 Obsługuje układy R200, RV250, RV280, RS300, RS350.
648
649 %package dri-driver-ati-radeon-R300
650 Summary:        X.org DRI driver for ATI R300 card family
651 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI R300
652 License:        MIT
653 Group:          X11/Libraries
654 %{?with_swr:Requires:   cpuinfo(avx)}
655 Requires:       xorg-driver-video-ati
656 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
657 Requires:       xorg-xserver-server >= %{xserver_ver}
658 Requires:       zlib >= %{zlib_ver}
659 Obsoletes:      X11-driver-radeon-dri < 1:7.0.0
660
661 %description dri-driver-ati-radeon-R300
662 X.org Gallium DRI driver for ATI R300/R400/RS690/R500 card family
663 (Radeon 9600-9800, X300-X2300). It supports R300, R350, R360, RV350,
664 RV370, RV380, R420, R423, R430, R480, R481, RV410, RS400, RC410,
665 RS480, RS482, R520, RV515, RV530, RV560, RV570, R580, RS600, RS690,
666 RS740 chips.
667
668 %description dri-driver-ati-radeon-R300 -l pl.UTF-8
669 Sterownik X.org DRI Gallium dla rodziny kart ATI R300/R400/RS690/R500
670 (Radeon 9600-9800, X300-X2300). Obsługuje układy R300, R350, R360,
671 RV350, RV370, RV380, R420, R423, R430, R480, R481, RV410, RS400,
672 RC410, RS480, RS482, R520, RV515, RV530, RV560, RV570, R580, RS600,
673 RS690, RS740.
674
675 %package dri-driver-ati-radeon-R600
676 Summary:        X.org DRI driver for ATI R600 card family
677 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI R600
678 License:        MIT
679 Group:          X11/Libraries
680 %{?with_swr:Requires:   cpuinfo(avx)}
681 Requires:       radeon-ucode
682 Requires:       xorg-driver-video-ati
683 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
684 Requires:       xorg-xserver-server >= %{xserver_ver}
685 Requires:       zlib >= %{zlib_ver}
686
687 %description dri-driver-ati-radeon-R600
688 X.org Gallium DRI driver for ATI R600/R700 card family (Radeon HD
689 2400-7000). It supports R600, RV610, RV630, RV670, RV620, RV635,
690 RS780, RS880, RV770, RV730, RV710, RV740, CEDAR, REDWOOD, JUNIPER,
691 CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, CAYMAN, BARTS, TURKS, CAICOS,
692 ARUBA chips.
693
694 %description dri-driver-ati-radeon-R600 -l pl.UTF-8
695 Sterownik X.org DRI Gallium dla rodziny kart ATI R600/R700 (Radeon HD
696 2400-7000). Obsługuje układy R600, RV610, RV630, RV670, RV620, RV635,
697 RS780, RS880, RV770, RV730, RV710, RV740, CEDAR, REDWOOD, JUNIPER,
698 CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, CAYMAN, BARTS, TURKS, CAICOS,
699 ARUBA.
700
701 %package dri-driver-ati-radeon-SI
702 Summary:        X.org DRI driver for ATI Southern Islands card family
703 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart ATI Southern Islands
704 License:        MIT
705 Group:          X11/Libraries
706 %{?with_swr:Requires:   cpuinfo(avx)}
707 Requires:       radeon-ucode
708 Requires:       xorg-driver-video-ati
709 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
710 Requires:       xorg-xserver-server >= %{xserver_ver}
711 Requires:       zlib >= %{zlib_ver}
712
713 %description dri-driver-ati-radeon-SI
714 X.org Gallium DRI driver for ATI Southern Islands card family (Radeon
715 HD 7700-8000, R9, APU). It supports TAHITI, PITCAIRN, VERDE, OLAND,
716 HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII, ICELAND, TONGA,
717 CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN chips.
718
719 %description dri-driver-ati-radeon-SI -l pl.UTF-8
720 Sterownik X.org DRI Gallium dla rodziny kart ATI Southern Islands
721 (Radeon HD 7700-8000, R9, APU). Obsługuje układy TAHITI, PITCAIRN,
722 VERDE, OLAND, HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII,
723 ICELAND, TONGA, CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN.
724
725 %package dri-driver-etnaviv
726 Summary:        X.org DRI driver for Vivante 3D chips
727 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Vivante 3D
728 License:        MIT
729 Group:          X11/Libraries
730 %{?with_swr:Requires:   cpuinfo(avx)}
731 #Requires:      xorg-driver-video-?
732 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
733 Requires:       xorg-xserver-server >= %{xserver_ver}
734 Requires:       zlib >= %{zlib_ver}
735
736 %description dri-driver-etnaviv
737 X.org Gallium DRI driver for Vivante 3D chips.
738
739 %description dri-driver-etnaviv -l pl.UTF-8
740 Sterownik X.org DRI Gallium dla układów Vivante 3D.
741
742 %package dri-driver-freedreno
743 Summary:        X.org DRI driver for Adreno chips
744 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Adreno
745 License:        MIT
746 Group:          X11/Libraries
747 %{?with_swr:Requires:   cpuinfo(avx)}
748 Requires:       xorg-driver-video-freedreno
749 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
750 Requires:       xorg-xserver-server >= %{xserver_ver}
751 Requires:       zlib >= %{zlib_ver}
752
753 %description dri-driver-freedreno
754 X.org Gallium DRI driver for Adreno chips.
755
756 %description dri-driver-freedreno -l pl.UTF-8
757 Sterownik X.org DRI Gallium dla układów Adreno.
758
759 %package dri-driver-intel-i915
760 Summary:        X.org DRI driver for Intel i915 card family
761 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel i915
762 License:        MIT
763 Group:          X11/Libraries
764 %if %{with gallium_i915}
765 %{?with_swr:Requires:   cpuinfo(avx)}
766 %endif
767 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
768 Requires:       xorg-xserver-server >= %{xserver_ver}
769 Requires:       zlib >= %{zlib_ver}
770 Obsoletes:      Mesa-dri-driver-intel-i830 < 6.5
771 Obsoletes:      X11-driver-i810-dri < 1:7.0.0
772
773 %description dri-driver-intel-i915
774 X.org DRI driver for Intel i915 card family (830, 845, 852/855, 865,
775 915, 945, G33, Q33, Q35, Pineview).
776
777 %description dri-driver-intel-i915 -l pl.UTF-8
778 Sterownik X.org DRI dla rodziny kart Intel i915 (830, 845, 852/855,
779 865, 915, 945, G33, Q33, Q35, Pineview).
780
781 %package dri-driver-intel-i965
782 Summary:        X.org DRI driver for Intel i965 card family
783 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel i965
784 License:        MIT
785 Group:          X11/Libraries
786 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
787 Requires:       xorg-xserver-server >= %{xserver_ver}
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
792 %description dri-driver-intel-i965
793 X.org (non-Gallium) DRI driver for Intel i965 card family (946GZ,
794 965G, 965Q, 965GM, 965GME, GM45, G41, B43, Q45/Q43, G45/G43, Ironlake,
795 Sandybridge, Ivybridge, Haswell, Ray Trail, Broadwell, Cherrytrail,
796 Braswell, Cherryview, Skylake, Broxton, Kabylake, Coffeelake,
797 Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart
798 Lake).
799
800 %description dri-driver-intel-i965 -l pl.UTF-8
801 Sterownik X.org DRI (nie Gallium) dla rodziny kart Intel i965 (946GZ,
802 965G, 965Q, 965GM, 965GME, GM45, G41, B43, Q45/Q43, G45/G43, Ironlake,
803 Sandybridge, Ivybridge, Haswell, Ray Trail, Broadwell, Cherrytrail,
804 Braswell, Cherryview, Skylake, Broxton, Kabylake, Coffeelake,
805 Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart
806 Lake).
807
808 %package dri-driver-intel-iris
809 Summary:        X.org DRI driver for Intel Iris (Gen8+) card family
810 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart Intel Iris (Gen8+)
811 License:        MIT
812 Group:          X11/Libraries
813 %{?with_swr:Requires:   cpuinfo(avx)}
814 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
815 Requires:       xorg-xserver-server >= %{xserver_ver}
816 Requires:       zlib >= %{zlib_ver}
817
818 %description dri-driver-intel-iris
819 X.org Gallium DRI driver for Intel Iris (Gen8+) card family
820 (Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
821 Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
822
823 %description dri-driver-intel-iris -l pl.UTF-8
824 Sterownik X.org DRI Gallium dla rodziny kart Intel Iris (Gen8+:
825 Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
826 Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
827
828 %package dri-driver-kmsro
829 Summary:        X.org Gallium DRI driver using KMS Render-Only architecture
830 Summary(pl.UTF-8):      Sterownik X.org DRI Gallium wykorzystujący architekturę KMS Render-Only
831 License:        MIT
832 Group:          X11/Libraries
833 %{?with_swr:Requires:   cpuinfo(avx)}
834 #Requires:      xorg-driver-video-?
835 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
836 Requires:       xorg-xserver-server >= %{xserver_ver}
837 Requires:       zlib >= %{zlib_ver}
838
839 %description dri-driver-kmsro
840 X.org Gallium DRI driver using KMS Render-Only architecture.
841
842 %description dri-driver-kmsro -l pl.UTF-8
843 Sterownik X.org DRI Gallium wykorzystujący architekturę KMS
844 Render-Only.
845
846 %package dri-driver-lima
847 Summary:        X.org DRI driver for Mali Utgard chips
848 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Mali Utgard
849 License:        MIT
850 Group:          X11/Libraries
851 %{?with_swr:Requires:   cpuinfo(avx)}
852 #Requires:      xorg-driver-video-???
853 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
854 Requires:       xorg-xserver-server >= %{xserver_ver}
855 Requires:       zlib >= %{zlib_ver}
856
857 %description dri-driver-lima
858 X.org Gallium DRI driver for Mali Utgard chips.
859
860 %description dri-driver-lima -l pl.UTF-8
861 Sterownik X.org DRI Gallium dla układów Mali Utgard.
862
863 %package dri-driver-nouveau
864 Summary:        X.org DRI driver for NVIDIA card family
865 Summary(pl.UTF-8):      Sterownik X.org DRI dla rodziny kart NVIDIA
866 License:        MIT
867 Group:          X11/Libraries
868 %if %{with gallium_nouveau}
869 %{?with_swr:Requires:   cpuinfo(avx)}
870 %endif
871 Requires:       xorg-driver-video-nouveau
872 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
873 Requires:       xorg-xserver-server >= %{xserver_ver}
874 Requires:       zlib >= %{zlib_ver}
875
876 %description dri-driver-nouveau
877 X.org DRI drivers for NVIDIA card family.
878
879 %description dri-driver-nouveau -l pl.UTF-8
880 Sterowniki X.org DRI dla rodziny kart NVIDIA.
881
882 %package dri-driver-panfrost
883 Summary:        X.org DRI driver for Mali Midgard/Bifrost chips
884 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Mali Midgard/Bifrost
885 License:        MIT
886 Group:          X11/Libraries
887 %{?with_swr:Requires:   cpuinfo(avx)}
888 #Requires:      xorg-driver-video-???
889 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
890 Requires:       xorg-xserver-server >= %{xserver_ver}
891 Requires:       zlib >= %{zlib_ver}
892
893 %description dri-driver-panfrost
894 X.org Gallium DRI driver for Mali Midgard/Bifrost chips.
895
896 %description dri-driver-panfrost -l pl.UTF-8
897 Sterownik X.org DRI Gallium dla układów Mali Midgard/Bifrost.
898
899 %package dri-driver-swrast
900 Summary:        X.org DRI software rasterizer driver
901 Summary(pl.UTF-8):      Sterownik X.org DRI obsługujący rysowanie programowe
902 License:        MIT
903 Group:          X11/Libraries
904 %{?with_swr:Requires:   cpuinfo(avx)}
905 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
906 Requires:       xorg-xserver-server >= %{xserver_ver}
907 Requires:       zlib >= %{zlib_ver}
908
909 %description dri-driver-swrast
910 X.org DRI software rasterizer driver.
911
912 %description dri-driver-swrast -l pl.UTF-8
913 Sterownik X.org DRI obsługujący rysowanie programowe.
914
915 %package dri-driver-tegra
916 Summary:        X.org DRI driver for Tegra SoC chips
917 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów SoC Tegra
918 License:        MIT
919 Group:          X11/Libraries
920 %{?with_swr:Requires:   cpuinfo(avx)}
921 #Requires:      xorg-driver-video-???
922 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
923 Requires:       xorg-xserver-server >= %{xserver_ver}
924 Requires:       zlib >= %{zlib_ver}
925
926 %description dri-driver-tegra
927 X.org Gallium DRI driver for Tegra SoC chips.
928
929 %description dri-driver-tegra -l pl.UTF-8
930 Sterownik X.org DRI Gallium dla układów Tegra SoC.
931
932 %package dri-driver-v3d
933 Summary:        X.org DRI driver for Broadcom VC5 chips
934 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Broadcom VC5
935 License:        MIT
936 Group:          X11/Libraries
937 %{?with_swr:Requires:   cpuinfo(avx)}
938 Requires:       xorg-driver-video-modesetting
939 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
940 Requires:       xorg-xserver-server >= %{xserver_ver}
941 Requires:       zlib >= %{zlib_ver}
942
943 %description dri-driver-v3d
944 X.org Gallium DRI driver for Broadcom VC5 chips.
945
946 %description dri-driver-v3d -l pl.UTF-8
947 Sterownik X.org DRI Gallium dla układów Broadcom VC5.
948
949 %package dri-driver-vc4
950 Summary:        X.org DRI driver for Broadcom VC4 chips
951 Summary(pl.UTF-8):      Sterownik X.org DRI dla układów Broadcom VC4
952 License:        MIT
953 Group:          X11/Libraries
954 %{?with_swr:Requires:   cpuinfo(avx)}
955 Requires:       xorg-driver-video-modesetting
956 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
957 Requires:       xorg-xserver-server >= %{xserver_ver}
958 Requires:       zlib >= %{zlib_ver}
959
960 %description dri-driver-vc4
961 X.org Gallium DRI driver for Broadcom VC4 chips.
962
963 %description dri-driver-vc4 -l pl.UTF-8
964 Sterownik X.org DRI Gallium dla układów Broadcom VC4.
965
966 %package dri-driver-virgl
967 Summary:        X.org DRI driver for QEMU VirGL
968 Summary(pl.UTF-8):      Sterownik X.org DRI dla QEMU VirGL
969 License:        MIT
970 Group:          X11/Libraries
971 %{?with_swr:Requires:   cpuinfo(avx)}
972 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
973 Requires:       xorg-xserver-server >= %{xserver_ver}
974 Requires:       zlib >= %{zlib_ver}
975
976 %description dri-driver-virgl
977 X.org Gallium DRI driver for QEMU VirGL.
978
979 %description dri-driver-virgl -l pl.UTF-8
980 Sterownik X.org DRI Gallium dla QEMU VirGL.
981
982 %package dri-driver-vmwgfx
983 Summary:        X.org DRI driver for VMware
984 Summary(pl.UTF-8):      Sterownik X.org DRI dla VMware
985 License:        MIT
986 Group:          X11/Libraries
987 %{?with_swr:Requires:   cpuinfo(avx)}
988 Requires:       xorg-driver-video-vmware
989 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
990 Requires:       xorg-xserver-server >= %{xserver_ver}
991 Requires:       zlib >= %{zlib_ver}
992
993 %description dri-driver-vmwgfx
994 X.org Gallium DRI driver for VMWare.
995
996 %description dri-driver-vmwgfx -l pl.UTF-8
997 Sterownik X.org DRI Gallium dla VMware.
998
999 %package dri-driver-zink
1000 Summary:        X.org DRI driver based on Vulkan
1001 Summary(pl.UTF-8):      Sterownik X.org DRI oparty na Vulkanie
1002 License:        MIT
1003 Group:          X11/Libraries
1004 Requires:       xorg-xserver-libglx(glapi) = %{glapi_ver}
1005 Requires:       xorg-xserver-server >= %{xserver_ver}
1006 Requires:       zlib >= %{zlib_ver}
1007
1008 %description dri-driver-zink
1009 X.org Gallium DRI driver based on Vulkan.
1010
1011 %description dri-driver-zink -l pl.UTF-8
1012 Sterownik X.org DRI Gallium oparty na Vulkanie.
1013
1014 %package pipe-driver-i915
1015 Summary:        i915 driver for Mesa Gallium dynamic pipe loader
1016 Summary(pl.UTF-8):      Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1017 Group:          Libraries
1018 Requires:       zlib >= %{zlib_ver}
1019 Obsoletes:      Mesa-gbm-driver-i915 < 11.1.1
1020 Obsoletes:      Mesa-opencl-driver-i915 < 9.1
1021
1022 %description pipe-driver-i915
1023 i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
1024 915/945/G33/Q33/Q35/Pineview chips.
1025
1026 %description pipe-driver-i915 -l pl.UTF-8
1027 Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
1028 Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
1029
1030 %package pipe-driver-iris
1031 Summary:        iris driver for Mesa Gallium dynamic pipe loader
1032 Summary(pl.UTF-8):      Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa Gallium
1033 Group:          Libraries
1034 Requires:       zlib >= %{zlib_ver}
1035
1036 %description pipe-driver-iris
1037 iris driver for Mesa Gallium dynamic pipe loader. It supports Intel
1038 Iris (Gen8+) card family (Broadwell, Skylake, Broxton, Kabylake,
1039 Coffeelake, Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice
1040 Lake, Elkhart Lake).
1041
1042 %description pipe-driver-iris -l pl.UTF-8
1043 Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa
1044 Gallium. Obsługuje układy Intela z rodziny kart Intel Iris (Gen8+:
1045 Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake, Whiskey
1046 Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
1047
1048 %package pipe-driver-kmsro
1049 Summary:        kmsro driver for Mesa Gallium dynamic pipe loader
1050 Summary(pl.UTF-8):      Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa Gallium
1051 Group:          Libraries
1052 Requires:       zlib >= %{zlib_ver}
1053
1054 %description pipe-driver-kmsro
1055 kmsro driver for Mesa Gallium dynamic pipe loader.
1056
1057 %description pipe-driver-kmsro -l pl.UTF-8
1058 Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa
1059 Gallium.
1060
1061 %package pipe-driver-msm
1062 Summary:        msm (freedreno) driver for Mesa Gallium dynamic pipe loader
1063 Summary(pl.UTF-8):      Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1064 Group:          Libraries
1065 Requires:       zlib >= %{zlib_ver}
1066
1067 %description pipe-driver-msm
1068 msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
1069 supports Adreno chips.
1070
1071 %description pipe-driver-msm -l pl.UTF-8
1072 Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
1073 Mesa Gallium. Obsługuje układy Adreno.
1074
1075 %package pipe-driver-nouveau
1076 Summary:        nouveau driver for Mesa Gallium dynamic pipe loader
1077 Summary(pl.UTF-8):      Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
1078 Group:          Libraries
1079 Requires:       zlib >= %{zlib_ver}
1080 Obsoletes:      Mesa-gbm-driver-nouveau < 11.1.1
1081 Obsoletes:      Mesa-opencl-driver-nouveau < 9.1
1082
1083 %description pipe-driver-nouveau
1084 nouveau driver for Mesa Gallium dynamic pipe loader. It supports
1085 NVidia adapters.
1086
1087 %description pipe-driver-nouveau -l pl.UTF-8
1088 Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
1089 Gallium. Obsługuje karty graficzne firmy NVidia.
1090
1091 %package pipe-driver-r300
1092 Summary:        r300 driver for Mesa Gallium dynamic pipe loader
1093 Summary(pl.UTF-8):      Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1094 Group:          Libraries
1095 Requires:       zlib >= %{zlib_ver}
1096 Obsoletes:      Mesa-gbm-driver-r300 < 11.1.1
1097 Obsoletes:      Mesa-opencl-driver-r300 < 9.1
1098
1099 %description pipe-driver-r300
1100 r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1101 Radeon adapters based on R300/R400/RS690/R500 chips.
1102
1103 %description pipe-driver-r300 -l pl.UTF-8
1104 Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
1105 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1106 R300/R400/RS690/R500.
1107
1108 %package pipe-driver-r600
1109 Summary:        r600 driver for Mesa Gallium dynamic pipe loader
1110 Summary(pl.UTF-8):      Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1111 Group:          Libraries
1112 Requires:       zlib >= %{zlib_ver}
1113 Obsoletes:      Mesa-gbm-driver-r600 < 11.1.1
1114 Obsoletes:      Mesa-libllvmradeon < 9.2
1115 Obsoletes:      Mesa-opencl-driver-r600 < 9.1
1116
1117 %description pipe-driver-r600
1118 r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1119 Radeon adapters based on R600/R700 chips.
1120
1121 %description pipe-driver-r600 -l pl.UTF-8
1122 Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
1123 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1124 R600/R700.
1125
1126 %package pipe-driver-radeonsi
1127 Summary:        radeonsi driver for Mesa Gallium dynamic pipe loader
1128 Summary(pl.UTF-8):      Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
1129 Group:          Libraries
1130 Requires:       zlib >= %{zlib_ver}
1131 Obsoletes:      Mesa-gbm-driver-radeonsi < 11.1.1
1132 Obsoletes:      Mesa-libllvmradeon < 9.2
1133 Obsoletes:      Mesa-opencl-driver-radeonsi < 9.1
1134
1135 %description pipe-driver-radeonsi
1136 radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
1137 Radeon adapters based on Southern Islands chips.
1138
1139 %description pipe-driver-radeonsi -l pl.UTF-8
1140 Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
1141 Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1142 Southern Islands.
1143
1144 %package pipe-driver-swrast
1145 Summary:        Software (swrast) driver for Mesa Gallium dynamic pipe loader
1146 Summary(pl.UTF-8):      Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1147 Group:          Libraries
1148 %{?with_swr:Requires:   cpuinfo(avx)}
1149 Requires:       zlib >= %{zlib_ver}
1150 Obsoletes:      Mesa-gbm-driver-swrast < 11.1.1
1151 Obsoletes:      Mesa-opencl-driver-swrast < 9.1
1152
1153 %description pipe-driver-swrast
1154 Software (swrast) driver for Mesa Gallium dynamic pipe loader.
1155
1156 %description pipe-driver-swrast -l pl.UTF-8
1157 Sterownik programowy (swrast) dla dynamicznego systemu potoków
1158 szkieletu Mesa Gallium.
1159
1160 %package pipe-driver-vmwgfx
1161 Summary:        vmwgfx driver for Mesa Gallium dynamic pipe loader
1162 Summary(pl.UTF-8):      Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
1163 Group:          Libraries
1164 Requires:       zlib >= %{zlib_ver}
1165 Obsoletes:      Mesa-gbm-driver-vmwgfx < 11.1.1
1166 Obsoletes:      Mesa-opencl-driver-vmwgfx < 9.1
1167
1168 %description pipe-driver-vmwgfx
1169 vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
1170 virtual video adapter.
1171
1172 %description pipe-driver-vmwgfx -l pl.UTF-8
1173 Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
1174 Gallium. Obsługuje wirtualną kartę graficzną VMware.
1175
1176 %package swr
1177 Summary:        OpenSWR software rasterizer modules for Mesa
1178 Summary(pl.UTF-8):      Moduły programowego rasteryzera OpenSWR dla Mesy
1179 Group:          Libraries
1180 Requires:       cpuinfo(avx)
1181 Requires:       zlib >= %{zlib_ver}
1182
1183 %description swr
1184 OpenSWR software rasterizer modules for Mesa, utilizing x86 AVX or
1185 VX2 instruction sets. They can be loaded by swrast pipe driver or
1186 OSMesa library.
1187
1188 %description swr -l pl.UTF-8
1189 Moduły programowego rasteryzera OpenSWR dla Mesy, wykorzystujące
1190 zestawy instrukcji x86 AVX lub AVX2. Mogą być wczytywane przez
1191 sterownik potoków swrast lub bibliotekę OSMesa.
1192
1193 %package -n libva-driver-gallium
1194 Summary:        VA driver for Gallium State Tracker
1195 Summary(pl.UTF-8):      Sterowniki VA do Gallium
1196 Group:          Libraries
1197 %if %{with gallium_radeon}
1198 Requires:       libva-driver-r600 = %{version}-%{release}
1199 Requires:       libva-driver-radeonsi = %{version}-%{release}
1200 %endif
1201 %if %{with gallium_nouveau}
1202 Requires:       libva-driver-nouveau = %{version}-%{release}
1203 %endif
1204
1205 %description -n libva-driver-gallium
1206 VA drivers for Gallium State Tracker (r600, radeonsi & nouveau).
1207
1208 %description -n libva-driver-gallium -l pl.UTF-8
1209 Sterowniki VA do Gallium (r600, radeonsi & nouveau).
1210
1211 %package -n libva-driver-r600
1212 Summary:        VA driver for ATI Radeon R600 series adapters
1213 Summary(pl.UTF-8):      Sterownik VA dla kart ATI Radeon z serii R600
1214 Group:          Libraries
1215 Requires:       libva >= 1.6.0
1216 Requires:       zlib >= %{zlib_ver}
1217
1218 %description -n libva-driver-r600
1219 VA driver for ATI Radeon R600 series adapters.
1220
1221 %description -n libva-driver-r600 -l pl.UTF-8
1222 Sterownik VA dla kart ATI Radeon z serii R600.
1223
1224 %package -n libva-driver-radeonsi
1225 Summary:        VA driver for ATI Radeon SI adapters
1226 Summary(pl.UTF-8):      Sterownik VA dla kart ATI Radeon SI
1227 Group:          Libraries
1228 Requires:       libva >= 1.6.0
1229 Requires:       zlib >= %{zlib_ver}
1230
1231 %description -n libva-driver-radeonsi
1232 VA driver for ATI Radeon adapters based on Southern Islands chips.
1233
1234 %description -n libva-driver-radeonsi -l pl.UTF-8
1235 Sterownik VA dla kart ATI Radeon opartych na układach Southern
1236 Islands.
1237
1238 %package -n libva-driver-nouveau
1239 Summary:        VA driver for NVidia adapters
1240 Summary(pl.UTF-8):      Sterownik VA dla kart NVidia
1241 Group:          Libraries
1242 Requires:       libva >= 1.6.0
1243 Requires:       zlib >= %{zlib_ver}
1244
1245 %description -n libva-driver-nouveau
1246 VA driver for NVidia adapters.
1247
1248 %description -n libva-driver-nouveau -l pl.UTF-8
1249 Sterownik VA dla kart NVidia.
1250
1251 %package -n libvdpau-driver-mesa-nouveau
1252 Summary:        Mesa nouveau driver for the vdpau API
1253 Summary(pl.UTF-8):      Sterownik Mesa nouveau dla API vdpau
1254 License:        MIT
1255 Group:          X11/Libraries
1256 Requires:       libdrm >= %{libdrm_ver}
1257 Requires:       libvdpau >= 1.1
1258 Requires:       zlib >= %{zlib_ver}
1259 Conflicts:      libvdpau-driver-mesa
1260
1261 %description -n libvdpau-driver-mesa-nouveau
1262 Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1263 (NV40-NV96, NVa0).
1264
1265 %description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1266 Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1267 (NV40-NV96, NVa0).
1268
1269 %package -n libvdpau-driver-mesa-r300
1270 Summary:        Mesa r300 driver for the vdpau API
1271 Summary(pl.UTF-8):      Sterownik Mesa r300 dla API vdpau
1272 License:        MIT
1273 Group:          X11/Libraries
1274 Requires:       libdrm >= %{libdrm_ver}
1275 Requires:       libvdpau >= 1.1
1276 Requires:       zlib >= %{zlib_ver}
1277 Conflicts:      libvdpau-driver-mesa
1278
1279 %description -n libvdpau-driver-mesa-r300
1280 Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
1281 based on R300 chips.
1282
1283 %description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
1284 Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
1285 na układach R300.
1286
1287 %package -n libvdpau-driver-mesa-r600
1288 Summary:        Mesa r600 driver for the vdpau API
1289 Summary(pl.UTF-8):      Sterownik Mesa r600 dla API vdpau
1290 License:        MIT
1291 Group:          X11/Libraries
1292 Requires:       libdrm >= %{libdrm_ver}
1293 Requires:       libvdpau >= 1.1
1294 Requires:       zlib >= %{zlib_ver}
1295 Conflicts:      libvdpau-driver-mesa
1296
1297 %description -n libvdpau-driver-mesa-r600
1298 Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1299 based on R600/R700 chips.
1300
1301 %description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1302 Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1303 na układach R600/R700.
1304
1305 %package -n libvdpau-driver-mesa-radeonsi
1306 Summary:        Mesa radeonsi driver for the vdpau API
1307 Summary(pl.UTF-8):      Sterownik Mesa radeonsi dla API vdpau
1308 License:        MIT
1309 Group:          X11/Libraries
1310 Requires:       libdrm >= %{libdrm_ver}
1311 Requires:       libvdpau >= 1.1
1312 Requires:       zlib >= %{zlib_ver}
1313 Conflicts:      libvdpau-driver-mesa
1314 Obsoletes:      Mesa-libllvmradeon < 9.2
1315
1316 %description -n libvdpau-driver-mesa-radeonsi
1317 Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1318 adapters based on Southern Islands chips.
1319
1320 %description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
1321 Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1322 oparte na układach Southern Islands.
1323
1324 %package -n omxil-mesa
1325 Summary:        Mesa driver for Bellagio OpenMAX IL API
1326 Summary(pl.UTF-8):      Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1327 License:        MIT
1328 Group:          X11/Libraries
1329 Requires:       libdrm >= %{libdrm_ver}
1330 Requires:       libxcb >= 1.13
1331 Requires:       libomxil-bellagio
1332 Requires:       zlib >= %{zlib_ver}
1333 Obsoletes:      omxil-mesa-nouveau < 10.3
1334 Obsoletes:      omxil-mesa-r600 < 10.3
1335 Obsoletes:      omxil-mesa-radeonsi < 10.3
1336
1337 %description -n omxil-mesa
1338 Mesa driver for Bellagio OpenMAX IL API.
1339
1340 %description -n omxil-mesa -l pl.UTF-8
1341 Sterownik Mesa dla API Bellagio OpenMAX IL.
1342
1343 %package vulkan-icd-broadcom
1344 Summary:        v3dv - Mesa Vulkan driver for Raspberry Pi 4
1345 Summary(pl.UTF-8):      v3dv - sterownik Vulkan dla Raspberry Pi 4
1346 License:        MIT
1347 Group:          Libraries
1348 Requires:       libdrm >= %{libdrm_ver}
1349 Requires:       libxcb >= 1.13
1350 Requires:       xorg-lib-libXrandr >= 1.3
1351 Requires:       xorg-lib-libxshmfence >= 1.1
1352 # wayland-client
1353 Requires:       wayland >= %{wayland_ver}
1354 Requires:       zlib >= %{zlib_ver}
1355 Suggests:       vulkan(loader)
1356 Provides:       vulkan(icd) = 1.0.3
1357
1358 %description vulkan-icd-broadcom
1359 v3dv - Mesa Vulkan driver for Raspberry Pi 4.
1360
1361 %description vulkan-icd-broadcom -l pl.UTF-8
1362 v3dv - sterownik Vulkan dla Raspberry Pi 4.
1363
1364 %package vulkan-icd-freedreno
1365 Summary:        turnip - Mesa Vulkan driver for Adreno chips
1366 Summary(pl.UTF-8):      turnip - sterownik Vulkan dla układów Adreno
1367 License:        MIT
1368 Group:          Libraries
1369 Requires:       libdrm >= %{libdrm_ver}
1370 Requires:       libxcb >= 1.13
1371 Requires:       xorg-lib-libXrandr >= 1.3
1372 Requires:       xorg-lib-libxshmfence >= 1.1
1373 # wayland-client
1374 Requires:       wayland >= %{wayland_ver}
1375 Requires:       zlib >= %{zlib_ver}
1376 Suggests:       vulkan(loader)
1377 Provides:       vulkan(icd) = 1.0.3
1378
1379 %description vulkan-icd-freedreno
1380 turnip - Mesa Vulkan driver for Adreno chips.
1381
1382 %description vulkan-icd-freedreno -l pl.UTF-8
1383 turnip - sterownik Vulkan dla układów Adreno.
1384
1385 %package vulkan-icd-intel
1386 Summary:        Mesa Vulkan driver for Intel GPUs
1387 Summary(pl.UTF-8):      Sterownik Vulkan dla GPU firmy Intel
1388 License:        MIT
1389 Group:          Libraries
1390 Requires:       libdrm >= %{libdrm_ver}
1391 Requires:       libxcb >= 1.13
1392 Requires:       xorg-lib-libXrandr >= 1.3
1393 Requires:       xorg-lib-libxshmfence >= 1.1
1394 # wayland-client
1395 Requires:       wayland >= %{wayland_ver}
1396 Requires:       zlib >= %{zlib_ver}
1397 Suggests:       vulkan(loader)
1398 Provides:       vulkan(icd) = 1.0.3
1399 Obsoletes:      Mesa-vulkan-icd-intel-devel < 21.1.0
1400
1401 %description vulkan-icd-intel
1402 Mesa Vulkan driver for Intel GPUs.
1403
1404 %description vulkan-icd-intel -l pl.UTF-8
1405 Sterownik Vulkan dla GPU Intela.
1406
1407 %package vulkan-icd-lavapipe
1408 Summary:        lavapipe - Mesa software Vulkan driver
1409 Summary(pl.UTF-8):      lavapipe - programowy sterownik Vulkan
1410 License:        MIT
1411 Group:          Libraries
1412 Requires:       libdrm >= %{libdrm_ver}
1413 Requires:       libxcb >= 1.13
1414 Requires:       xorg-lib-libXrandr >= 1.3
1415 Requires:       xorg-lib-libxshmfence >= 1.1
1416 # wayland-client
1417 Requires:       wayland >= %{wayland_ver}
1418 Requires:       zlib >= %{zlib_ver}
1419 Suggests:       vulkan(loader)
1420 Provides:       vulkan(icd) = 1.0.3
1421
1422 %description vulkan-icd-lavapipe
1423 lavapipe - Mesa software Vulkan driver.
1424
1425 %description vulkan-icd-lavapipe -l pl.UTF-8
1426 lavapipe - programowy sterownik Vulkan.
1427
1428 %package vulkan-icd-radeon
1429 Summary:        radv - experimental Mesa Vulkan driver for AMD Radeon GPUs
1430 Summary(pl.UTF-8):      radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD
1431 License:        MIT
1432 Group:          Libraries
1433 Requires:       libdrm >= %{libdrm_ver}
1434 Requires:       libxcb >= 1.13
1435 Requires:       xorg-lib-libXrandr >= 1.3
1436 Requires:       xorg-lib-libxshmfence >= 1.1
1437 # wayland-client
1438 Requires:       wayland >= %{wayland_ver}
1439 Requires:       zlib >= %{zlib_ver}
1440 Suggests:       vulkan(loader)
1441 Provides:       vulkan(icd) = 1.0.3
1442
1443 %description vulkan-icd-radeon
1444 radv - experimental Mesa Vulkan driver for AMD Radeon GPUs.
1445
1446 %description vulkan-icd-radeon -l pl.UTF-8
1447 radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
1448
1449 %prep
1450 %setup -q -n mesa-mesa-%{version}
1451 %patch0 -p1
1452 %patch1 -p1
1453
1454 %build
1455 %if %{with opencl}
1456 if [ "$(llvm-config --has-rtti)" != "YES" ] ; then
1457         echo "Clover (gallium OpenCL) requires LLVM with RTTI!"
1458         exit 1
1459 fi
1460 %endif
1461
1462 dri_drivers="nouveau r100 r200 \
1463 %if %{without gallium}
1464 swrast
1465 %endif
1466 %ifarch %{ix86} %{x8664} x32
1467 i965 %{!?with_gallium_i915:i915} \
1468 %endif
1469 "
1470
1471 dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1472
1473 gallium_drivers="virgl swrast %{?with_gallium_zink:zink} \
1474 %ifarch %{ix86} %{x8664} x32
1475 svga iris %{?with_swr:swr} %{?with_gallium_i915:i915} \
1476 %endif
1477 %if %{with gallium_radeon}
1478 r300 r600 radeonsi \
1479 %endif
1480 %if %{with gallium_nouveau}
1481 nouveau
1482 %endif
1483 %ifarch %{arm} aarch64
1484 etnaviv \
1485 freedreno \
1486 lima \
1487 panfrost \
1488 %{?with_gallium_nouveau:tegra} \
1489 v3d \
1490 vc4 \
1491 %endif
1492 "
1493
1494 gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1495
1496 vulkan_drivers="swrast %{?with_radv:amd} \
1497 %ifarch %{ix86} %{x8664} x32
1498 intel \
1499 %endif
1500 %ifarch %{arm} aarch64
1501 freedreno broadcom \
1502 %endif
1503 "
1504
1505 vulkan_drivers=$(echo $vulkan_drivers | xargs | tr ' ' ',')
1506
1507 %meson build \
1508         -Dplatforms=x11%{?with_wayland:,wayland} \
1509         -Ddri3=enabled \
1510         -Ddri-drivers=${dri_drivers} \
1511         -Ddri-drivers-path=%{_libdir}/xorg/modules/dri \
1512         -Degl=%{?with_egl:enabled}%{!?with_egl:disabled} \
1513         -Dgallium-drivers=${gallium_drivers} \
1514         %{?with_hud_extra:-Dgallium-extra-hud=true} \
1515         -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
1516         -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
1517 %if %{with opencl}
1518 %if %{with ocl_icd}
1519         -Dgallium-opencl=icd \
1520 %else
1521         -Dgallium-opencl=standalone \
1522 %endif
1523 %else
1524         -Dgallium-opencl=disabled \
1525 %endif
1526         -Dgallium-va=%{?with_va:enabled}%{!?with_va:disabled} \
1527         %{?with_vdpau:-Dgallium-vdpau=enabled} \
1528         %{?with_xvmc:-Dgallium-xvmc=enabled} \
1529         -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
1530         -Dgbm=%{?with_gbm:enabled}%{!?with_gbm:disabled} \
1531         -Dglvnd=%{?with_glvnd:true}%{!?with_glvnd:false} \
1532         -Dlibunwind=enabled \
1533         -Dlmsensors=%{?with_lm_sensors:enabled}%{!?with_lm_sensors:disabled} \
1534         %{?with_opencl_spirv:-Dopencl-spirv=true} \
1535         -Dosmesa=true \
1536         -Dselinux=true \
1537         -Dva-libs-path=%{_libdir}/libva/dri \
1538         -Dvulkan-drivers=${vulkan_drivers} \
1539         -Dvulkan-icd-dir=/usr/share/vulkan/icd.d
1540
1541 %ninja_build -C build
1542
1543 %{?with_tests:%ninja_test -C build}
1544
1545 %install
1546 rm -rf $RPM_BUILD_ROOT
1547
1548 %ninja_install -C build
1549
1550 # not used externally
1551 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1552
1553 %if %{without glvnd}
1554 # remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1555 # set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1556 strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1557 %endif
1558
1559 %clean
1560 rm -rf $RPM_BUILD_ROOT
1561
1562 %post   libEGL -p /sbin/ldconfig
1563 %postun libEGL -p /sbin/ldconfig
1564
1565 %post   libGL -p /sbin/ldconfig
1566 %postun libGL -p /sbin/ldconfig
1567
1568 %post   libGLES -p /sbin/ldconfig
1569 %postun libGLES -p /sbin/ldconfig
1570
1571 %post   libOSMesa -p /sbin/ldconfig
1572 %postun libOSMesa -p /sbin/ldconfig
1573
1574 %post   OpenCL-icd -p /sbin/ldconfig
1575 %postun OpenCL-icd -p /sbin/ldconfig
1576
1577 %post   libOpenCL -p /sbin/ldconfig
1578 %postun libOpenCL -p /sbin/ldconfig
1579
1580 %post   libgbm -p /sbin/ldconfig
1581 %postun libgbm -p /sbin/ldconfig
1582
1583 %post   libglapi -p /sbin/ldconfig
1584 %postun libglapi -p /sbin/ldconfig
1585
1586 %post   libxatracker -p /sbin/ldconfig
1587 %postun libxatracker -p /sbin/ldconfig
1588
1589 %post   libXvMC-nouveau -p /sbin/ldconfig
1590 %postun libXvMC-nouveau -p /sbin/ldconfig
1591 %post   libXvMC-r600 -p /sbin/ldconfig
1592 %postun libXvMC-r600 -p /sbin/ldconfig
1593
1594 ### libraries
1595
1596 %if %{with egl}
1597 %files libEGL
1598 %defattr(644,root,root,755)
1599 %if %{with glvnd}
1600 %attr(755,root,root) %{_libdir}/libEGL_mesa.so.*.*
1601 %attr(755,root,root) %ghost %{_libdir}/libEGL_mesa.so.0
1602 %{_datadir}/glvnd/egl_vendor.d/50_mesa.json
1603 %else
1604 %attr(755,root,root) %{_libdir}/libEGL.so.*.*
1605 %attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
1606 %endif
1607
1608 %files libEGL-devel
1609 %defattr(644,root,root,755)
1610 %if %{with glvnd}
1611 %attr(755,root,root) %{_libdir}/libEGL_mesa.so
1612 %else
1613 %attr(755,root,root) %{_libdir}/libEGL.so
1614 %dir %{_includedir}/EGL
1615 %{_includedir}/EGL/egl.h
1616 %{_includedir}/EGL/eglext.h
1617 %{_includedir}/EGL/eglplatform.h
1618 %{_pkgconfigdir}/egl.pc
1619 %endif
1620 %{_includedir}/EGL/eglextchromium.h
1621 %{_includedir}/EGL/eglmesaext.h
1622 %endif
1623
1624 %files libGL
1625 %defattr(644,root,root,755)
1626 %doc docs/{*.rst,README.UVD,features.txt,relnotes/*.rst}
1627 %if %{with glvnd}
1628 %attr(755,root,root) %{_libdir}/libGLX_mesa.so.*.*
1629 %attr(755,root,root) %ghost %{_libdir}/libGLX_mesa.so.0
1630 %attr(755,root,root) %{_libdir}/libGLX_mesa.so
1631 %else
1632 %attr(755,root,root) %{_libdir}/libGL.so.*.*
1633 %attr(755,root,root) %ghost %{_libdir}/libGL.so.1
1634 # symlink for binary apps which fail to conform Linux OpenGL ABI
1635 # (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
1636 %attr(755,root,root) %{_libdir}/libGL.so
1637 %endif
1638 %{_datadir}/drirc.d
1639
1640 %files libGL-devel
1641 %defattr(644,root,root,755)
1642 %doc docs/_extra/specs/*
1643 %if %{without glvnd}
1644 %dir %{_includedir}/GL
1645 %{_includedir}/GL/gl.h
1646 %{_includedir}/GL/glcorearb.h
1647 %{_includedir}/GL/glext.h
1648 %{_includedir}/GL/glx.h
1649 %{_includedir}/GL/glxext.h
1650 %{_pkgconfigdir}/gl.pc
1651 %endif
1652
1653 %files libGLES
1654 %defattr(644,root,root,755)
1655 %if %{without glvnd}
1656 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1657 %attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1658 %attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1659 %attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
1660 %endif
1661
1662 %files libGLES-devel
1663 %defattr(644,root,root,755)
1664 %if %{without glvnd}
1665 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1666 %attr(755,root,root) %{_libdir}/libGLESv2.so
1667 %{_includedir}/GLES
1668 %{_includedir}/GLES2
1669 %{_includedir}/GLES3
1670 %{_pkgconfigdir}/glesv1_cm.pc
1671 %{_pkgconfigdir}/glesv2.pc
1672 %endif
1673
1674 %files libOSMesa
1675 %defattr(644,root,root,755)
1676 %attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
1677 %attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
1678
1679 %files libOSMesa-devel
1680 %defattr(644,root,root,755)
1681 %attr(755,root,root) %{_libdir}/libOSMesa.so
1682 %{_includedir}/GL/osmesa.h
1683 %{_pkgconfigdir}/osmesa.pc
1684
1685 %if %{with opencl}
1686 %if %{with ocl_icd}
1687 %files OpenCL-icd
1688 %defattr(644,root,root,755)
1689 /etc/OpenCL/vendors/mesa.icd
1690 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1691 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1692 %attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
1693 # currently only OpenCL uses dynamic pipe loader
1694 %dir %{_libdir}/gallium-pipe
1695 %else
1696 %files libOpenCL
1697 %defattr(644,root,root,755)
1698 %attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1699 %attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
1700 # currently only OpenCL uses dynamic pipe loader
1701 %dir %{_libdir}/gallium-pipe
1702
1703 %files libOpenCL-devel
1704 %defattr(644,root,root,755)
1705 %attr(755,root,root) %{_libdir}/libOpenCL.so
1706 %{_includedir}/CL
1707 %endif
1708 %endif
1709
1710 %if %{with gbm}
1711 %files libgbm
1712 %defattr(644,root,root,755)
1713 %attr(755,root,root) %{_libdir}/libgbm.so.*.*
1714 %attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
1715
1716 %files libgbm-devel
1717 %defattr(644,root,root,755)
1718 %attr(755,root,root) %{_libdir}/libgbm.so
1719 %{_includedir}/gbm.h
1720 %{_pkgconfigdir}/gbm.pc
1721 %endif
1722
1723 %files libglapi
1724 %defattr(644,root,root,755)
1725 %attr(755,root,root) %{_libdir}/libglapi.so.*.*
1726 %attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1727 # libglapi-devel? nothing seems to need it atm.
1728 #%attr(755,root,root) %{_libdir}/libglapi.so
1729
1730 %if %{with xa}
1731 %files libxatracker
1732 %defattr(644,root,root,755)
1733 %attr(755,root,root) %{_libdir}/libxatracker.so.*.*
1734 %attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
1735
1736 %files libxatracker-devel
1737 %defattr(644,root,root,755)
1738 %attr(755,root,root) %{_libdir}/libxatracker.so
1739 %{_includedir}/xa_composite.h
1740 %{_includedir}/xa_context.h
1741 %{_includedir}/xa_tracker.h
1742 %{_pkgconfigdir}/xatracker.pc
1743 %endif
1744
1745 %if %{with egl} && %{without glvnd}
1746 %files khrplatform-devel
1747 %defattr(644,root,root,755)
1748 %dir %{_includedir}/KHR
1749 %{_includedir}/KHR/khrplatform.h
1750 %endif
1751
1752 %files dri-devel
1753 %defattr(644,root,root,755)
1754 %dir %{_includedir}/GL/internal
1755 %{_includedir}/GL/internal/dri_interface.h
1756 %{_pkgconfigdir}/dri.pc
1757
1758 ### drivers: XvMC
1759
1760 %if %{with gallium_nouveau}
1761 %files libXvMC-nouveau
1762 %defattr(644,root,root,755)
1763 %attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.*.*
1764 %attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
1765 %attr(755,root,root) %{_libdir}/libXvMCnouveau.so
1766 %endif
1767
1768 %if %{with gallium_radeon}
1769 %files libXvMC-r600
1770 %defattr(644,root,root,755)
1771 %attr(755,root,root) %{_libdir}/libXvMCr600.so.1.*.*
1772 %attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
1773 %attr(755,root,root) %{_libdir}/libXvMCr600.so
1774 %endif
1775
1776 ### drivers: d3d
1777
1778 %if %{with nine}
1779 %files d3d
1780 %defattr(644,root,root,755)
1781 %dir %{_libdir}/d3d
1782 %attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1783
1784 %files d3d-devel
1785 %defattr(644,root,root,755)
1786 %{_includedir}/d3dadapter
1787 %{_pkgconfigdir}/d3d.pc
1788 %endif
1789
1790 ### drivers: dri
1791
1792 %files dri-driver-ati-radeon-R100
1793 %defattr(644,root,root,755)
1794 %attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1795
1796 %files dri-driver-ati-radeon-R200
1797 %defattr(644,root,root,755)
1798 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1799
1800 %if %{with gallium_radeon}
1801 %files dri-driver-ati-radeon-R300
1802 %defattr(644,root,root,755)
1803 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1804
1805 %files dri-driver-ati-radeon-R600
1806 %defattr(644,root,root,755)
1807 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1808
1809 %files dri-driver-ati-radeon-SI
1810 %defattr(644,root,root,755)
1811 %attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
1812 %endif
1813
1814 %ifarch %{ix86} %{x8664} x32
1815 %files dri-driver-intel-i915
1816 %defattr(644,root,root,755)
1817 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
1818
1819 %files dri-driver-intel-i965
1820 %defattr(644,root,root,755)
1821 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1822
1823 %if %{with gallium}
1824 %files dri-driver-intel-iris
1825 %defattr(644,root,root,755)
1826 %attr(755,root,root) %{_libdir}/xorg/modules/dri/iris_dri.so
1827 %endif
1828 %endif
1829
1830 %files dri-driver-nouveau
1831 %defattr(644,root,root,755)
1832 %attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1833 %if %{with gallium_nouveau}
1834 %attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
1835 %endif
1836
1837 %files dri-driver-swrast
1838 %defattr(644,root,root,755)
1839 %if %{with gallium}
1840 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
1841 %endif
1842 %attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1843
1844 %if %{with gallium}
1845 %ifarch %{arm} aarch64
1846 %files dri-driver-etnaviv
1847 %defattr(644,root,root,755)
1848 %attr(755,root,root) %{_libdir}/xorg/modules/dri/etnaviv_dri.so
1849
1850 %files dri-driver-freedreno
1851 %defattr(644,root,root,755)
1852 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kgsl_dri.so
1853 %attr(755,root,root) %{_libdir}/xorg/modules/dri/msm_dri.so
1854
1855 %files dri-driver-kmsro
1856 %defattr(644,root,root,755)
1857 %attr(755,root,root) %{_libdir}/xorg/modules/dri/armada-drm_dri.so
1858 %attr(755,root,root) %{_libdir}/xorg/modules/dri/exynos_dri.so
1859 %attr(755,root,root) %{_libdir}/xorg/modules/dri/hx8357d_dri.so
1860 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9225_dri.so
1861 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9341_dri.so
1862 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-dcss_dri.so
1863 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-drm_dri.so
1864 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ingenic-drm_dri.so
1865 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mcde_dri.so
1866 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mediatek_dri.so
1867 %attr(755,root,root) %{_libdir}/xorg/modules/dri/meson_dri.so
1868 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mi0283qt_dri.so
1869 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mxsfb-drm_dri.so
1870 %attr(755,root,root) %{_libdir}/xorg/modules/dri/pl111_dri.so
1871 %attr(755,root,root) %{_libdir}/xorg/modules/dri/repaper_dri.so
1872 %attr(755,root,root) %{_libdir}/xorg/modules/dri/rockchip_dri.so
1873 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7586_dri.so
1874 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7735r_dri.so
1875 %attr(755,root,root) %{_libdir}/xorg/modules/dri/stm_dri.so
1876 %attr(755,root,root) %{_libdir}/xorg/modules/dri/sun4i-drm_dri.so
1877
1878 %files dri-driver-lima
1879 %defattr(644,root,root,755)
1880 %attr(755,root,root) %{_libdir}/xorg/modules/dri/lima_dri.so
1881
1882 %files dri-driver-panfrost
1883 %defattr(644,root,root,755)
1884 %attr(755,root,root) %{_libdir}/xorg/modules/dri/panfrost_dri.so
1885
1886 %if %{with gallium_nouveau}
1887 %files dri-driver-tegra
1888 %defattr(644,root,root,755)
1889 %attr(755,root,root) %{_libdir}/xorg/modules/dri/tegra_dri.so
1890 %endif
1891
1892 %files dri-driver-v3d
1893 %defattr(644,root,root,755)
1894 %attr(755,root,root) %{_libdir}/xorg/modules/dri/v3d_dri.so
1895
1896 %files dri-driver-vc4
1897 %defattr(644,root,root,755)
1898 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1899 %endif
1900
1901 %files dri-driver-virgl
1902 %defattr(644,root,root,755)
1903 %attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1904
1905 %ifarch %{ix86} %{x8664} x32
1906 %files dri-driver-vmwgfx
1907 %defattr(644,root,root,755)
1908 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
1909 %endif
1910
1911 %if %{with gallium_zink}
1912 %files dri-driver-zink
1913 %defattr(644,root,root,755)
1914 %attr(755,root,root) %{_libdir}/xorg/modules/dri/zink_dri.so
1915 %endif
1916 %endif
1917
1918 ### drivers: pipe
1919
1920 %if %{with gallium}
1921 %if %{with opencl}
1922 %ifarch %{ix86} %{x8664} x32
1923 %if %{with gallium_i915}
1924 %files pipe-driver-i915
1925 %defattr(644,root,root,755)
1926 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1927 %endif
1928
1929 %files pipe-driver-iris
1930 %defattr(644,root,root,755)
1931 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_iris.so
1932 %endif
1933
1934 %ifarch %{arm} aarch64
1935 %files pipe-driver-kmsro
1936 %defattr(644,root,root,755)
1937 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_kmsro.so
1938
1939 %files pipe-driver-msm
1940 %defattr(644,root,root,755)
1941 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1942 %endif
1943
1944 %if %{with gallium_nouveau}
1945 %files pipe-driver-nouveau
1946 %defattr(644,root,root,755)
1947 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1948 %endif
1949
1950 %if %{with gallium_radeon}
1951 %files pipe-driver-r300
1952 %defattr(644,root,root,755)
1953 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1954
1955 %files pipe-driver-r600
1956 %defattr(644,root,root,755)
1957 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1958
1959 %files pipe-driver-radeonsi
1960 %defattr(644,root,root,755)
1961 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1962 %endif
1963
1964 %files pipe-driver-swrast
1965 %defattr(644,root,root,755)
1966 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1967
1968 %ifarch %{ix86} %{x8664} x32
1969 %files pipe-driver-vmwgfx
1970 %defattr(644,root,root,755)
1971 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1972 %endif
1973 %endif
1974
1975 # currently disabled as cannot be built with swrast
1976 %if %{with swr}
1977 %files swr
1978 %defattr(644,root,root,755)
1979 %attr(755,root,root) %{_libdir}/libswrAVX.so*
1980 %attr(755,root,root) %{_libdir}/libswrAVX2.so*
1981 %endif
1982 %endif
1983
1984 ### drivers: va
1985
1986 %if %{with va}
1987 %files -n libva-driver-gallium
1988 %defattr(644,root,root,755)
1989
1990 %if %{with gallium_radeon}
1991 %files -n libva-driver-r600
1992 %defattr(644,root,root,755)
1993 %attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
1994
1995 %files -n libva-driver-radeonsi
1996 %defattr(644,root,root,755)
1997 %attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
1998 %endif
1999
2000 %if %{with gallium_nouveau}
2001 %files -n libva-driver-nouveau
2002 %defattr(644,root,root,755)
2003 %attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
2004 %endif
2005 %endif
2006
2007 ### drivers: vdpau
2008
2009 %if %{with vdpau}
2010 # ldconfig is not used in vdpau tree, so package all symlinks
2011 %if %{with gallium_nouveau}
2012 %files -n libvdpau-driver-mesa-nouveau
2013 %defattr(644,root,root,755)
2014 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
2015 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0
2016 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
2017 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
2018 %endif
2019
2020 %if %{with gallium_radeon}
2021 %files -n libvdpau-driver-mesa-r300
2022 %defattr(644,root,root,755)
2023 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
2024 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0
2025 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
2026 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
2027
2028 %files -n libvdpau-driver-mesa-r600
2029 %defattr(644,root,root,755)
2030 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
2031 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0
2032 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
2033 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
2034
2035 %files -n libvdpau-driver-mesa-radeonsi
2036 %defattr(644,root,root,755)
2037 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
2038 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0
2039 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
2040 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
2041 %endif
2042 %endif
2043
2044 ### drivers: omxil
2045
2046 %if %{with omx}
2047 %files -n omxil-mesa
2048 %defattr(644,root,root,755)
2049 %attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
2050 %endif
2051
2052 ### drivers: vulkan
2053
2054 %ifarch %{arm} aarch64
2055 %files vulkan-icd-broadcom
2056 %defattr(644,root,root,755)
2057 %attr(755,root,root) %{_libdir}/libvulkan_broadcom.so
2058 %{_datadir}/vulkan/icd.d/broadcom_icd.*.json
2059
2060 %files vulkan-icd-freedreno
2061 %defattr(644,root,root,755)
2062 %attr(755,root,root) %{_libdir}/libvulkan_freedreno.so
2063 %{_datadir}/vulkan/icd.d/freedreno_icd.*.json
2064 %endif
2065
2066 %ifarch %{ix86} %{x8664} x32
2067 %files vulkan-icd-intel
2068 %defattr(644,root,root,755)
2069 %attr(755,root,root) %{_libdir}/libvulkan_intel.so
2070 %{_datadir}/vulkan/icd.d/intel_icd.*.json
2071 %endif
2072
2073 %files vulkan-icd-lavapipe
2074 %defattr(644,root,root,755)
2075 %attr(755,root,root) %{_libdir}/libvulkan_lvp.so
2076 %{_datadir}/vulkan/icd.d/lvp_icd.*.json
2077
2078 %if %{with radv}
2079 %files vulkan-icd-radeon
2080 %defattr(644,root,root,755)
2081 %attr(755,root,root) %{_libdir}/libvulkan_radeon.so
2082 %{_datadir}/vulkan/icd.d/radeon_icd.*.json
2083 %endif
This page took 0.218136 seconds and 3 git commands to generate.