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