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