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