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