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