]> git.pld-linux.org Git - packages/Mesa.git/blob - Mesa.spec
b7190282f99e6811a32c2ad37271ee90576ee403
[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:        23.1.2
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:  0e9859110df4425e83186e0645452daa
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 >= 1.0.0
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 Rusticl-icd
468 Summary:        Rusticl implementation of OpenCL (Compuing Language) API ICD
469 Summary(pl.UTF-8):      Implementacja Rusticl API OpenCL (języka obliczeń) ICD
470 License:        MIT
471 Group:          Libraries
472 Requires:       filesystem >= 4.0-29
473 Requires:       libdrm >= %{libdrm_ver}
474 Requires:       llvm-libclc
475 Requires:       zlib >= %{zlib_ver}
476 Provides:       OpenCL = 3.0
477 Provides:       ocl-icd-driver
478
479 %description Rusticl-icd
480 This package contains Rusticl implementation of OpenCL - standard for
481 cross-platform, parallel programming of modern processors found in
482 personal computers, servers and handheld/embedded devices. OpenCL
483 specification can be found on Khronos Group site:
484 <http://www.khronos.org/opencl/>. Rusticl implements OpenCL 3.0.
485
486 The implementation is provided as an installable client driver (ICD)
487 for use with the ocl-icd loader.
488
489 %description Rusticl-icd -l pl.UTF-8
490 Ten pakiet zawiera implementację Rusticl standardu OpenCL - standardu
491 wieloplatformowego, równoległego programowania nowoczesnych
492 procesorów, jakie znajdują się w komputerach osobistych, serwerach
493 oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
494 znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
495 Rusticl zawiera implementację OpenCL w wersji 3.0.
496
497 Implementacja dostarczona jest w postaci instalowalnego sterownika
498 klienta (ICD), który może być użyty z loaderem ocl-icd.
499
500 %package libgbm
501 Summary:        Mesa Graphics Buffer Manager library
502 Summary(pl.UTF-8):      Biblioteka Mesa Graphics Buffer Manager
503 Group:          Libraries
504 Requires:       %{name}-libglapi = %{version}-%{release}
505 Conflicts:      Mesa-libEGL < 8.0.1-2
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-r600
1224 Summary:        Mesa r600 driver for the vdpau API
1225 Summary(pl.UTF-8):      Sterownik Mesa r600 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-r600
1234 Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1235 based on R600/R700 chips.
1236
1237 %description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1238 Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1239 na układach R600/R700.
1240
1241 %package -n libvdpau-driver-mesa-radeonsi
1242 Summary:        Mesa radeonsi driver for the vdpau API
1243 Summary(pl.UTF-8):      Sterownik Mesa radeonsi 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 Obsoletes:      Mesa-libllvmradeon < 9.2
1250 Conflicts:      libvdpau-driver-mesa
1251
1252 %description -n libvdpau-driver-mesa-radeonsi
1253 Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1254 adapters based on Southern Islands chips.
1255
1256 %description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
1257 Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1258 oparte na układach Southern Islands.
1259
1260 %package -n libvdpau-driver-mesa-virtio
1261 Summary:        Mesa virtio driver for the vdpau API
1262 Summary(pl.UTF-8):      Sterownik Mesa virtio dla API vdpau
1263 License:        MIT
1264 Group:          X11/Libraries
1265 Requires:       libdrm >= %{libdrm_ver}
1266 Requires:       libvdpau >= 1.1
1267 Requires:       zlib >= %{zlib_ver}
1268
1269 %description -n libvdpau-driver-mesa-virtio
1270 Mesa virtio driver for the vdpau API.
1271
1272 %description -n libvdpau-driver-mesa-virtio -l pl.UTF-8
1273 Sterownik Mesa virtio dla API vdpau.
1274
1275 %package -n omxil-mesa
1276 Summary:        Mesa driver for Bellagio OpenMAX IL API
1277 Summary(pl.UTF-8):      Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1278 License:        MIT
1279 Group:          X11/Libraries
1280 Requires:       libdrm >= %{libdrm_ver}
1281 Requires:       libomxil-bellagio
1282 Requires:       libxcb >= 1.13
1283 Requires:       zlib >= %{zlib_ver}
1284 Obsoletes:      omxil-mesa-nouveau < 10.3
1285 Obsoletes:      omxil-mesa-r600 < 10.3
1286 Obsoletes:      omxil-mesa-radeonsi < 10.3
1287
1288 %description -n omxil-mesa
1289 Mesa driver for Bellagio OpenMAX IL API.
1290
1291 %description -n omxil-mesa -l pl.UTF-8
1292 Sterownik Mesa dla API Bellagio OpenMAX IL.
1293
1294 %package vulkan-icd-broadcom
1295 Summary:        v3dv - Mesa Vulkan driver for Raspberry Pi 4
1296 Summary(pl.UTF-8):      v3dv - sterownik Vulkan dla Raspberry Pi 4
1297 License:        MIT
1298 Group:          Libraries
1299 Requires:       libdrm >= %{libdrm_ver}
1300 Requires:       libxcb >= 1.13
1301 Requires:       xorg-lib-libXrandr >= 1.3
1302 Requires:       xorg-lib-libxshmfence >= 1.1
1303 # wayland-client
1304 Requires:       wayland >= %{wayland_ver}
1305 Requires:       zlib >= %{zlib_ver}
1306 Suggests:       vulkan(loader)
1307 Provides:       vulkan(icd) = 1.1.204
1308
1309 %description vulkan-icd-broadcom
1310 v3dv - Mesa Vulkan driver for Raspberry Pi 4.
1311
1312 %description vulkan-icd-broadcom -l pl.UTF-8
1313 v3dv - sterownik Vulkan dla Raspberry Pi 4.
1314
1315 %package vulkan-icd-freedreno
1316 Summary:        turnip - Mesa Vulkan driver for Adreno chips
1317 Summary(pl.UTF-8):      turnip - sterownik Vulkan dla układów Adreno
1318 License:        MIT
1319 Group:          Libraries
1320 Requires:       libdrm >= %{libdrm_ver}
1321 Requires:       libxcb >= 1.13
1322 Requires:       xorg-lib-libXrandr >= 1.3
1323 Requires:       xorg-lib-libxshmfence >= 1.1
1324 # wayland-client
1325 Requires:       wayland >= %{wayland_ver}
1326 Requires:       zlib >= %{zlib_ver}
1327 Suggests:       vulkan(loader)
1328 Provides:       vulkan(icd) = 1.1.204
1329
1330 %description vulkan-icd-freedreno
1331 turnip - Mesa Vulkan driver for Adreno chips.
1332
1333 %description vulkan-icd-freedreno -l pl.UTF-8
1334 turnip - sterownik Vulkan dla układów Adreno.
1335
1336 %package vulkan-icd-powervr
1337 Summary:        powervr - Mesa Vulkan driver for Imagination Technologies Rogue GPUs
1338 Summary(pl.UTF-8):      powervr - sterownik Vulkan dla układów Imagination Technologies Rogue
1339 License:        MIT
1340 Group:          Libraries
1341 Requires:       libdrm >= %{libdrm_ver}
1342 Requires:       libxcb >= 1.13
1343 Requires:       xorg-lib-libXrandr >= 1.3
1344 Requires:       xorg-lib-libxshmfence >= 1.1
1345 # wayland-client
1346 Requires:       wayland >= %{wayland_ver}
1347 Requires:       zlib >= %{zlib_ver}
1348 Suggests:       vulkan(loader)
1349 Provides:       vulkan(icd) = 1.1.204
1350
1351 %description vulkan-icd-powervr
1352 powervr - Mesa Vulkan driver for Imagination Technologies Rogue GPUs.
1353
1354 %description vulkan-icd-powervr -l pl.UTF-8
1355 powervr - sterownik Vulkan dla układów Imagination Technologies Rogue.
1356
1357 %package vulkan-icd-intel
1358 Summary:        Mesa Vulkan driver for Intel GPUs
1359 Summary(pl.UTF-8):      Sterownik Vulkan dla GPU firmy Intel
1360 License:        MIT
1361 Group:          Libraries
1362 Requires:       libdrm >= %{libdrm_ver}
1363 Requires:       libxcb >= 1.13
1364 Requires:       xorg-lib-libXrandr >= 1.3
1365 Requires:       xorg-lib-libxshmfence >= 1.1
1366 # wayland-client
1367 Requires:       wayland >= %{wayland_ver}
1368 Requires:       zlib >= %{zlib_ver}
1369 Suggests:       vulkan(loader)
1370 Provides:       vulkan(icd) = 1.3.204
1371 Obsoletes:      Mesa-vulkan-icd-intel-devel < 21.1.0
1372
1373 %description vulkan-icd-intel
1374 Mesa Vulkan driver for Intel GPUs.
1375
1376 %description vulkan-icd-intel -l pl.UTF-8
1377 Sterownik Vulkan dla GPU Intela.
1378
1379 %package vulkan-icd-lavapipe
1380 Summary:        lavapipe - Mesa software Vulkan driver
1381 Summary(pl.UTF-8):      lavapipe - programowy sterownik Vulkan
1382 License:        MIT
1383 Group:          Libraries
1384 Requires:       libdrm >= %{libdrm_ver}
1385 Requires:       libxcb >= 1.13
1386 Requires:       xorg-lib-libXrandr >= 1.3
1387 Requires:       xorg-lib-libxshmfence >= 1.1
1388 # wayland-client
1389 Requires:       wayland >= %{wayland_ver}
1390 Requires:       zlib >= %{zlib_ver}
1391 Suggests:       vulkan(loader)
1392 Provides:       vulkan(icd) = 1.1.204
1393
1394 %description vulkan-icd-lavapipe
1395 lavapipe - Mesa software Vulkan driver.
1396
1397 %description vulkan-icd-lavapipe -l pl.UTF-8
1398 lavapipe - programowy sterownik Vulkan.
1399
1400 %package vulkan-icd-panfrost
1401 Summary:        panfrost - Mesa Vulkan driver for Mali Midgard and Bifrost GPUs
1402 Summary(pl.UTF-8):      panfrost - sterownik Vulkan dla układów Mali Midgard i Bifrost
1403 License:        MIT
1404 Group:          Libraries
1405 Requires:       libdrm >= %{libdrm_ver}
1406 Requires:       libxcb >= 1.13
1407 Requires:       xorg-lib-libXrandr >= 1.3
1408 Requires:       xorg-lib-libxshmfence >= 1.1
1409 # wayland-client
1410 Requires:       wayland >= %{wayland_ver}
1411 Requires:       zlib >= %{zlib_ver}
1412 Suggests:       vulkan(loader)
1413 Provides:       vulkan(icd) = 1.1.204
1414
1415 %description vulkan-icd-panfrost
1416 panfrost - Mesa Vulkan driver for Mali Midgard and Bifrost GPUs.
1417
1418 %description vulkan-icd-panfrost -l pl.UTF-8
1419 panfrost - sterownik Vulkan dla układów Mali Midgard i Bifrost.
1420
1421 %package vulkan-icd-radeon
1422 Summary:        radv - experimental Mesa Vulkan driver for AMD Radeon GPUs
1423 Summary(pl.UTF-8):      radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD
1424 License:        MIT
1425 Group:          Libraries
1426 Requires:       libdrm >= %{libdrm_ver}
1427 Requires:       libxcb >= 1.13
1428 Requires:       xorg-lib-libXrandr >= 1.3
1429 Requires:       xorg-lib-libxshmfence >= 1.1
1430 # wayland-client
1431 Requires:       wayland >= %{wayland_ver}
1432 Requires:       zlib >= %{zlib_ver}
1433 Suggests:       vulkan(loader)
1434 Provides:       vulkan(icd) = 1.3.204
1435
1436 %description vulkan-icd-radeon
1437 radv - experimental Mesa Vulkan driver for AMD Radeon GPUs.
1438
1439 %description vulkan-icd-radeon -l pl.UTF-8
1440 radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
1441
1442 %prep
1443 %setup -q -n mesa-%{version}
1444
1445 %build
1446 %if %{with opencl}
1447 if [ "$(llvm-config --has-rtti)" != "YES" ] ; then
1448         echo "Clover (gallium OpenCL) requires LLVM with RTTI!"
1449         exit 1
1450 fi
1451 %endif
1452
1453
1454 gallium_drivers="virgl swrast %{?with_gallium_zink:zink} \
1455 %ifarch %{ix86} %{x8664} x32
1456 svga iris %{?with_gallium_i915:i915} crocus \
1457 %endif
1458 %if %{with gallium_radeon}
1459 r300 r600 radeonsi \
1460 %endif
1461 %if %{with gallium_nouveau}
1462 nouveau
1463 %endif
1464 %ifarch %{arm} aarch64
1465 etnaviv \
1466 freedreno \
1467 lima \
1468 panfrost \
1469 %{?with_gallium_nouveau:tegra} \
1470 v3d \
1471 vc4 \
1472 %endif
1473 "
1474 # TODO: asahi (Apple Silicon) - arm/aarch64?
1475
1476 gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1477
1478 vulkan_drivers="swrast %{?with_radv:amd} \
1479 %ifarch %{ix86} %{x8664} x32
1480 intel \
1481 %endif
1482 %ifarch %{arm} aarch64
1483 freedreno broadcom imagination-experimental panfrost \
1484 %endif
1485 "
1486
1487 vulkan_drivers=$(echo $vulkan_drivers | xargs | tr ' ' ',')
1488
1489 %if %{with gallium_rusticl}
1490 %ifarch %{arm32_with_hf}
1491 export BINDGEN_EXTRA_CLANG_ARGS="-mfloat-abi=hard"
1492 %endif
1493 %endif
1494
1495 %meson build \
1496         -Dplatforms=x11%{?with_wayland:,wayland} \
1497         -Ddri3=enabled \
1498         -Ddri-drivers-path=%{_libdir}/xorg/modules/dri \
1499         -Degl=%{?with_egl:enabled}%{!?with_egl:disabled} \
1500         -Dgallium-drivers=${gallium_drivers} \
1501         %{?with_hud_extra:-Dgallium-extra-hud=true} \
1502         -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
1503         -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
1504 %if %{with opencl}
1505 %if %{with ocl_icd}
1506         -Dgallium-opencl=icd \
1507 %else
1508         -Dgallium-opencl=standalone \
1509 %endif
1510         %{?with_gallium_rusticl:-Dgallium-rusticl=true -Drust_std=2021} \
1511 %else
1512         -Dgallium-opencl=disabled \
1513 %endif
1514         -Dgallium-va=%{?with_va:enabled}%{!?with_va:disabled} \
1515         %{?with_vdpau:-Dgallium-vdpau=enabled} \
1516         -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
1517         -Dgbm=%{?with_gbm:enabled}%{!?with_gbm:disabled} \
1518         -Dglvnd=%{?with_glvnd:true}%{!?with_glvnd:false} \
1519         -Dlibunwind=enabled \
1520         -Dlmsensors=%{?with_lm_sensors:enabled}%{!?with_lm_sensors:disabled} \
1521         %{?with_opencl_spirv:-Dopencl-spirv=true} \
1522         -Dosmesa=true \
1523         -Dselinux=true \
1524         -Dsse2=%{__true_false sse2} \
1525         -Dva-libs-path=%{_libdir}/libva/dri \
1526         -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
1527         -Dvulkan-drivers=${vulkan_drivers} \
1528         -Dvulkan-icd-dir=/usr/share/vulkan/icd.d \
1529 %ifarch %{arm} aarch64
1530         -Dfreedreno-kmds=msm,virtio \
1531         -Dimagination-srv=true
1532 %endif
1533
1534 %ninja_build -C build
1535
1536 %{?with_tests:%ninja_test -C build}
1537
1538 %install
1539 rm -rf $RPM_BUILD_ROOT
1540
1541 %ninja_install -C build
1542
1543 install -d $RPM_BUILD_ROOT%{_libdir}/gbm
1544
1545 # not used externally
1546 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1547
1548 %if %{without glvnd}
1549 # remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1550 # set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1551 strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1552 %endif
1553
1554 %clean
1555 rm -rf $RPM_BUILD_ROOT
1556
1557 %post   libEGL -p /sbin/ldconfig
1558 %postun libEGL -p /sbin/ldconfig
1559
1560 %post   libGL -p /sbin/ldconfig
1561 %postun libGL -p /sbin/ldconfig
1562
1563 %post   libGLES -p /sbin/ldconfig
1564 %postun libGLES -p /sbin/ldconfig
1565
1566 %post   libOSMesa -p /sbin/ldconfig
1567 %postun libOSMesa -p /sbin/ldconfig
1568
1569 %post   OpenCL-icd -p /sbin/ldconfig
1570 %postun OpenCL-icd -p /sbin/ldconfig
1571
1572 %post   Rusticl-icd -p /sbin/ldconfig
1573 %postun Rusticl-icd -p /sbin/ldconfig
1574
1575 %post   libOpenCL -p /sbin/ldconfig
1576 %postun libOpenCL -p /sbin/ldconfig
1577
1578 %post   libgbm -p /sbin/ldconfig
1579 %postun libgbm -p /sbin/ldconfig
1580
1581 %post   libglapi -p /sbin/ldconfig
1582 %postun libglapi -p /sbin/ldconfig
1583
1584 %post   libxatracker -p /sbin/ldconfig
1585 %postun libxatracker -p /sbin/ldconfig
1586
1587 %if %{with egl}
1588 %files libEGL
1589 %defattr(644,root,root,755)
1590 %if %{with glvnd}
1591 %attr(755,root,root) %{_libdir}/libEGL_mesa.so.*.*
1592 %attr(755,root,root) %ghost %{_libdir}/libEGL_mesa.so.0
1593 %{_datadir}/glvnd/egl_vendor.d/50_mesa.json
1594 %else
1595 %attr(755,root,root) %{_libdir}/libEGL.so.*.*
1596 %attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
1597 %endif
1598
1599 %files libEGL-devel
1600 %defattr(644,root,root,755)
1601 %if %{with glvnd}
1602 %attr(755,root,root) %{_libdir}/libEGL_mesa.so
1603 %else
1604 %attr(755,root,root) %{_libdir}/libEGL.so
1605 %dir %{_includedir}/EGL
1606 %{_includedir}/EGL/egl.h
1607 %{_includedir}/EGL/eglext.h
1608 %{_includedir}/EGL/eglplatform.h
1609 %{_pkgconfigdir}/egl.pc
1610 %endif
1611 %{_includedir}/EGL/eglext_angle.h
1612 %{_includedir}/EGL/eglmesaext.h
1613 %endif
1614
1615 %files libGL
1616 %defattr(644,root,root,755)
1617 %doc docs/{*.rst,README.UVD,features.txt,relnotes/*.rst}
1618 %if %{with glvnd}
1619 %attr(755,root,root) %{_libdir}/libGLX_mesa.so.*.*
1620 %attr(755,root,root) %ghost %{_libdir}/libGLX_mesa.so.0
1621 %attr(755,root,root) %{_libdir}/libGLX_mesa.so
1622 %else
1623 %attr(755,root,root) %{_libdir}/libGL.so.*.*
1624 %attr(755,root,root) %ghost %{_libdir}/libGL.so.1
1625 # symlink for binary apps which fail to conform Linux OpenGL ABI
1626 # (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
1627 %attr(755,root,root) %{_libdir}/libGL.so
1628 %endif
1629 %{_datadir}/drirc.d
1630
1631 %files libGL-devel
1632 %defattr(644,root,root,755)
1633 %doc docs/_extra/specs/*
1634 %if %{without glvnd}
1635 %dir %{_includedir}/GL
1636 %{_includedir}/GL/gl.h
1637 %{_includedir}/GL/glcorearb.h
1638 %{_includedir}/GL/glext.h
1639 %{_includedir}/GL/glx.h
1640 %{_includedir}/GL/glxext.h
1641 %{_pkgconfigdir}/gl.pc
1642 %endif
1643
1644 %files libGLES
1645 %defattr(644,root,root,755)
1646 %if %{without glvnd}
1647 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1648 %attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1649 %attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1650 %attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
1651 %endif
1652
1653 %files libGLES-devel
1654 %defattr(644,root,root,755)
1655 %if %{without glvnd}
1656 %attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1657 %attr(755,root,root) %{_libdir}/libGLESv2.so
1658 %{_includedir}/GLES
1659 %{_includedir}/GLES2
1660 %{_includedir}/GLES3
1661 %{_pkgconfigdir}/glesv1_cm.pc
1662 %{_pkgconfigdir}/glesv2.pc
1663 %endif
1664
1665 %files libOSMesa
1666 %defattr(644,root,root,755)
1667 %attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
1668 %attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
1669
1670 %files libOSMesa-devel
1671 %defattr(644,root,root,755)
1672 %attr(755,root,root) %{_libdir}/libOSMesa.so
1673 %{_includedir}/GL/osmesa.h
1674 %{_pkgconfigdir}/osmesa.pc
1675
1676 %if %{with opencl}
1677 %if %{with gallium_rusticl}
1678 %files Rusticl-icd
1679 %defattr(644,root,root,755)
1680 /etc/OpenCL/vendors/rusticl.icd
1681 %attr(755,root,root) %{_libdir}/libRusticlOpenCL.so
1682 %attr(755,root,root) %{_libdir}/libRusticlOpenCL.so.*.*.*
1683 %attr(755,root,root) %ghost %{_libdir}/libRusticlOpenCL.so.1
1684 %endif
1685 %if %{with ocl_icd}
1686 %files OpenCL-icd
1687 %defattr(644,root,root,755)
1688 /etc/OpenCL/vendors/mesa.icd
1689 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1690 %attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1691 %attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
1692 # currently only OpenCL uses dynamic pipe loader
1693 %dir %{_libdir}/gallium-pipe
1694 %else
1695 %files libOpenCL
1696 %defattr(644,root,root,755)
1697 %attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1698 %attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
1699 # currently only OpenCL uses dynamic pipe loader
1700 %dir %{_libdir}/gallium-pipe
1701
1702 %files libOpenCL-devel
1703 %defattr(644,root,root,755)
1704 %attr(755,root,root) %{_libdir}/libOpenCL.so
1705 %{_includedir}/CL
1706 %endif
1707 %endif
1708
1709 %if %{with gbm}
1710 %files libgbm
1711 %defattr(644,root,root,755)
1712 %attr(755,root,root) %{_libdir}/libgbm.so.*.*
1713 %attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
1714 %dir %{_libdir}/gbm
1715
1716 %files libgbm-devel
1717 %defattr(644,root,root,755)
1718 %attr(755,root,root) %{_libdir}/libgbm.so
1719 %{_includedir}/gbm.h
1720 %{_pkgconfigdir}/gbm.pc
1721 %endif
1722
1723 %files libglapi
1724 %defattr(644,root,root,755)
1725 %attr(755,root,root) %{_libdir}/libglapi.so.*.*
1726 %attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1727 # libglapi-devel? nothing seems to need it atm.
1728 #%attr(755,root,root) %{_libdir}/libglapi.so
1729
1730 %if %{with xa}
1731 %files libxatracker
1732 %defattr(644,root,root,755)
1733 %attr(755,root,root) %{_libdir}/libxatracker.so.*.*
1734 %attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
1735
1736 %files libxatracker-devel
1737 %defattr(644,root,root,755)
1738 %attr(755,root,root) %{_libdir}/libxatracker.so
1739 %{_includedir}/xa_composite.h
1740 %{_includedir}/xa_context.h
1741 %{_includedir}/xa_tracker.h
1742 %{_pkgconfigdir}/xatracker.pc
1743 %endif
1744
1745 %if %{with egl} && %{without glvnd}
1746 %files khrplatform-devel
1747 %defattr(644,root,root,755)
1748 %dir %{_includedir}/KHR
1749 %{_includedir}/KHR/khrplatform.h
1750 %endif
1751
1752 %files dri-devel
1753 %defattr(644,root,root,755)
1754 %dir %{_includedir}/GL/internal
1755 %{_includedir}/GL/internal/dri_interface.h
1756 %{_pkgconfigdir}/dri.pc
1757
1758 ### drivers: d3d
1759
1760 %if %{with nine}
1761 %files d3d
1762 %defattr(644,root,root,755)
1763 %dir %{_libdir}/d3d
1764 %attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1765
1766 %files d3d-devel
1767 %defattr(644,root,root,755)
1768 %{_includedir}/d3dadapter
1769 %{_pkgconfigdir}/d3d.pc
1770 %endif
1771
1772 ### drivers: dri
1773
1774 %if %{with gallium_radeon}
1775 %files dri-driver-ati-radeon-R300
1776 %defattr(644,root,root,755)
1777 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1778
1779 %files dri-driver-ati-radeon-R600
1780 %defattr(644,root,root,755)
1781 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1782
1783 %files dri-driver-ati-radeon-SI
1784 %defattr(644,root,root,755)
1785 %attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
1786 %endif
1787
1788 %ifarch %{ix86} %{x8664} x32
1789 %files dri-driver-intel-i915
1790 %defattr(644,root,root,755)
1791 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
1792
1793 %if %{with gallium}
1794 %files dri-driver-intel-crocus
1795 %defattr(644,root,root,755)
1796 %attr(755,root,root) %{_libdir}/xorg/modules/dri/crocus_dri.so
1797
1798 %files dri-driver-intel-iris
1799 %defattr(644,root,root,755)
1800 %attr(755,root,root) %{_libdir}/xorg/modules/dri/iris_dri.so
1801 %endif
1802 %endif
1803
1804 %files dri-driver-nouveau
1805 %defattr(644,root,root,755)
1806 %if %{with gallium_nouveau}
1807 %attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
1808 %endif
1809
1810 %files dri-driver-swrast
1811 %defattr(644,root,root,755)
1812 %if %{with gallium}
1813 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
1814 %endif
1815 %attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1816
1817 %if %{with gallium}
1818 %ifarch %{arm} aarch64
1819 %files dri-driver-etnaviv
1820 %defattr(644,root,root,755)
1821 %attr(755,root,root) %{_libdir}/xorg/modules/dri/etnaviv_dri.so
1822
1823 %files dri-driver-freedreno
1824 %defattr(644,root,root,755)
1825 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kgsl_dri.so
1826 %attr(755,root,root) %{_libdir}/xorg/modules/dri/msm_dri.so
1827
1828 %files dri-driver-kmsro
1829 %defattr(644,root,root,755)
1830 %attr(755,root,root) %{_libdir}/xorg/modules/dri/armada-drm_dri.so
1831 %attr(755,root,root) %{_libdir}/xorg/modules/dri/exynos_dri.so
1832 %attr(755,root,root) %{_libdir}/xorg/modules/dri/hx8357d_dri.so
1833 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9225_dri.so
1834 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9341_dri.so
1835 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-dcss_dri.so
1836 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-drm_dri.so
1837 %attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-lcdif_dri.so
1838 %attr(755,root,root) %{_libdir}/xorg/modules/dri/ingenic-drm_dri.so
1839 %attr(755,root,root) %{_libdir}/xorg/modules/dri/kirin_dri.so
1840 %attr(755,root,root) %{_libdir}/xorg/modules/dri/komeda_dri.so
1841 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mali-dp_dri.so
1842 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mcde_dri.so
1843 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mediatek_dri.so
1844 %attr(755,root,root) %{_libdir}/xorg/modules/dri/meson_dri.so
1845 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mi0283qt_dri.so
1846 %attr(755,root,root) %{_libdir}/xorg/modules/dri/mxsfb-drm_dri.so
1847 %attr(755,root,root) %{_libdir}/xorg/modules/dri/pl111_dri.so
1848 %attr(755,root,root) %{_libdir}/xorg/modules/dri/rcar-du_dri.so
1849 %attr(755,root,root) %{_libdir}/xorg/modules/dri/repaper_dri.so
1850 %attr(755,root,root) %{_libdir}/xorg/modules/dri/rockchip_dri.so
1851 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7586_dri.so
1852 %attr(755,root,root) %{_libdir}/xorg/modules/dri/st7735r_dri.so
1853 %attr(755,root,root) %{_libdir}/xorg/modules/dri/stm_dri.so
1854 %attr(755,root,root) %{_libdir}/xorg/modules/dri/sun4i-drm_dri.so
1855
1856 %files dri-driver-lima
1857 %defattr(644,root,root,755)
1858 %attr(755,root,root) %{_libdir}/xorg/modules/dri/lima_dri.so
1859
1860 %files dri-driver-panfrost
1861 %defattr(644,root,root,755)
1862 %attr(755,root,root) %{_libdir}/xorg/modules/dri/panfrost_dri.so
1863
1864 %if %{with gallium_nouveau}
1865 %files dri-driver-tegra
1866 %defattr(644,root,root,755)
1867 %attr(755,root,root) %{_libdir}/xorg/modules/dri/tegra_dri.so
1868 %endif
1869
1870 %files dri-driver-v3d
1871 %defattr(644,root,root,755)
1872 %attr(755,root,root) %{_libdir}/xorg/modules/dri/v3d_dri.so
1873
1874 %files dri-driver-vc4
1875 %defattr(644,root,root,755)
1876 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1877 %endif
1878
1879 %files dri-driver-virgl
1880 %defattr(644,root,root,755)
1881 %attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1882
1883 %ifarch %{ix86} %{x8664} x32
1884 %files dri-driver-vmwgfx
1885 %defattr(644,root,root,755)
1886 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
1887 %endif
1888
1889 %if %{with gallium_zink}
1890 %files dri-driver-zink
1891 %defattr(644,root,root,755)
1892 %attr(755,root,root) %{_libdir}/xorg/modules/dri/zink_dri.so
1893 %endif
1894 %endif
1895
1896 ### drivers: pipe
1897
1898 %if %{with gallium}
1899 %if %{with opencl}
1900 %ifarch %{ix86} %{x8664} x32
1901 %files pipe-driver-crocus
1902 %defattr(644,root,root,755)
1903 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_crocus.so
1904
1905 %if %{with gallium_i915}
1906 %files pipe-driver-i915
1907 %defattr(644,root,root,755)
1908 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1909 %endif
1910
1911 %files pipe-driver-iris
1912 %defattr(644,root,root,755)
1913 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_iris.so
1914 %endif
1915
1916 %ifarch %{arm} aarch64
1917 %files pipe-driver-kmsro
1918 %defattr(644,root,root,755)
1919 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_kmsro.so
1920
1921 %files pipe-driver-msm
1922 %defattr(644,root,root,755)
1923 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1924 %endif
1925
1926 %if %{with gallium_nouveau}
1927 %files pipe-driver-nouveau
1928 %defattr(644,root,root,755)
1929 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1930 %endif
1931
1932 %if %{with gallium_radeon}
1933 %files pipe-driver-r300
1934 %defattr(644,root,root,755)
1935 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1936
1937 %files pipe-driver-r600
1938 %defattr(644,root,root,755)
1939 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1940
1941 %files pipe-driver-radeonsi
1942 %defattr(644,root,root,755)
1943 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1944 %endif
1945
1946 %files pipe-driver-swrast
1947 %defattr(644,root,root,755)
1948 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1949
1950 %ifarch %{ix86} %{x8664} x32
1951 %files pipe-driver-vmwgfx
1952 %defattr(644,root,root,755)
1953 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1954 %endif
1955 %endif
1956 %endif
1957
1958 ### drivers: va
1959
1960 %if %{with va}
1961 %files -n libva-driver-gallium
1962 %defattr(644,root,root,755)
1963
1964 %if %{with gallium_radeon}
1965 %files -n libva-driver-r600
1966 %defattr(644,root,root,755)
1967 %attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
1968
1969 %files -n libva-driver-radeonsi
1970 %defattr(644,root,root,755)
1971 %attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
1972 %endif
1973
1974 %if %{with gallium_nouveau}
1975 %files -n libva-driver-nouveau
1976 %defattr(644,root,root,755)
1977 %attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
1978 %endif
1979
1980 %files -n libva-driver-virtio
1981 %defattr(644,root,root,755)
1982 %attr(755,root,root) %{_libdir}/libva/dri/virtio_gpu_drv_video.so
1983 %endif
1984
1985 ### drivers: vdpau
1986
1987 %if %{with vdpau}
1988 # ldconfig is not used in vdpau tree, so package all symlinks
1989 %if %{with gallium_nouveau}
1990 %files -n libvdpau-driver-mesa-nouveau
1991 %defattr(644,root,root,755)
1992 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
1993 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0
1994 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1995 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1996 %endif
1997
1998 %if %{with gallium_radeon}
1999 %files -n libvdpau-driver-mesa-r600
2000 %defattr(644,root,root,755)
2001 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
2002 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0
2003 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
2004 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
2005
2006 %files -n libvdpau-driver-mesa-radeonsi
2007 %defattr(644,root,root,755)
2008 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
2009 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0
2010 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
2011 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
2012 %endif
2013
2014 %files -n libvdpau-driver-mesa-virtio
2015 %defattr(644,root,root,755)
2016 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1.0.0
2017 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1.0
2018 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1
2019 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so
2020 %endif
2021
2022 ### drivers: omxil
2023
2024 %if %{with omx}
2025 %files -n omxil-mesa
2026 %defattr(644,root,root,755)
2027 %attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
2028 %endif
2029
2030 ### drivers: vulkan
2031
2032 %ifarch %{arm} aarch64
2033 %files vulkan-icd-broadcom
2034 %defattr(644,root,root,755)
2035 %attr(755,root,root) %{_libdir}/libvulkan_broadcom.so
2036 %{_datadir}/vulkan/icd.d/broadcom_icd.*.json
2037
2038 %files vulkan-icd-freedreno
2039 %defattr(644,root,root,755)
2040 %attr(755,root,root) %{_libdir}/libvulkan_freedreno.so
2041 %{_datadir}/vulkan/icd.d/freedreno_icd.*.json
2042
2043 %files vulkan-icd-powervr
2044 %defattr(644,root,root,755)
2045 %attr(755,root,root) %{_libdir}/libpowervr_rogue.so
2046 %attr(755,root,root) %{_libdir}/libvulkan_powervr_mesa.so
2047 %{_datadir}/vulkan/icd.d/powervr_mesa_icd.*.json
2048
2049 %files vulkan-icd-panfrost
2050 %defattr(644,root,root,755)
2051 %attr(755,root,root) %{_libdir}/libvulkan_panfrost.so
2052 %{_datadir}/vulkan/icd.d/panfrost_icd.*.json
2053 %endif
2054
2055 %ifarch %{ix86} %{x8664} x32
2056 %files vulkan-icd-intel
2057 %defattr(644,root,root,755)
2058 %attr(755,root,root) %{_libdir}/libvulkan_intel.so
2059 %{_datadir}/vulkan/icd.d/intel_icd.*.json
2060 %endif
2061
2062 %files vulkan-icd-lavapipe
2063 %defattr(644,root,root,755)
2064 %attr(755,root,root) %{_libdir}/libvulkan_lvp.so
2065 %{_datadir}/vulkan/icd.d/lvp_icd.*.json
2066
2067 %if %{with radv}
2068 %files vulkan-icd-radeon
2069 %defattr(644,root,root,755)
2070 %attr(755,root,root) %{_libdir}/libvulkan_radeon.so
2071 %{_datadir}/vulkan/icd.d/radeon_icd.*.json
2072 %endif
This page took 0.263467 seconds and 2 git commands to generate.