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