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