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