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