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