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