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