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