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