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