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