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