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