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