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