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