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