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