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