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