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