]> git.pld-linux.org Git - packages/Mesa.git/blame_incremental - Mesa.spec
actually add bug111552.patch
[packages/Mesa.git] / Mesa.spec
... / ...
CommitLineData
1# TODO: libtizonia >= 0.10.0 as an alternative for bellagio?
2#
3# Conditional build:
4%bcond_without gallium # gallium drivers
5%bcond_with gallium_i915 # gallium i915 driver instead of dri i915 driver
6%bcond_without gallium_nouveau # gallium nouveau driver
7%bcond_without gallium_radeon # gallium radeon drivers
8%bcond_without egl # EGL libraries
9%bcond_without gbm # Graphics Buffer Manager
10%bcond_without nine # Nine Direct3D 9+ state tracker (for Wine)
11%bcond_without opencl # OpenCL support
12%bcond_without ocl_icd # OpenCL as ICD (installable client driver)
13%bcond_with glvnd # OpenGL vendor neutral dispatcher support
14%bcond_without omx # OpenMAX (Bellagio OMXIL) support
15%bcond_without va # VA library
16%bcond_without wayland # Wayland EGL
17%bcond_without xa # XA state tracker (for vmwgfx xorg driver)
18%bcond_with hud_extra # HUD block/NIC I/O HUD stats support
19%bcond_with lm_sensors # HUD lm_sensors support
20%bcond_with tests # tests
21%bcond_without radv # disable build of the radeon Vulkan driver
22#
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)
26%define glapi_ver 7.1.0
27# other packages
28%define libdrm_ver 2.4.97
29%define dri2proto_ver 2.8
30%define glproto_ver 1.4.14
31%define zlib_ver 1.2.8
32%define wayland_ver 1.11
33%define llvm_ver 7.0.0
34%define gcc_ver 6:4.8.0
35
36%if %{without gallium}
37%undefine with_gallium_i915
38%undefine with_gallium_nouveau
39%undefine with_gallium_radeon
40%undefine with_nine
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
51%if %{without opencl}
52%undefine with_ocl_icd
53%endif
54
55Summary: Free OpenGL implementation
56Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
57Name: Mesa
58Version: 19.1.6
59Release: 1
60License: MIT (core) and others - see license.html file
61Group: X11/Libraries
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
65# Source0-md5: 090aae399f31f7518f44be4a93a5f4b7
66Patch0: nouveau_no_rtti.patch
67Patch1: i9x5-tex-ignore-the-diff-between-GL_TEXTURE_2D-and-GL_TEXTURE_RECTANGLE.patch
68Patch2: bug111552.patch
69URL: http://www.mesa3d.org/
70%{?with_opencl:BuildRequires: clang-devel >= %{llvm_ver}}
71BuildRequires: elfutils-devel
72BuildRequires: expat-devel >= 1.95
73BuildRequires: gcc >= %{gcc_ver}
74BuildRequires: libdrm-devel >= %{libdrm_ver}
75%{?with_glvnd:BuildRequires: libglvnd-devel >= 0.2.0}
76BuildRequires: libselinux-devel
77BuildRequires: libstdc++-devel >= %{gcc_ver}
78BuildRequires: libunwind-devel
79%{?with_va:BuildRequires: libva-devel}
80%{?with_va:BuildRequires: pkgconfig(libva) >= 0.39.0}
81BuildRequires: libvdpau-devel >= 1.1
82BuildRequires: libxcb-devel >= 1.13
83%{?with_gallium:BuildRequires: llvm-devel >= %{llvm_ver}}
84%{?with_radv:BuildRequires: llvm-devel >= %{llvm_ver}}
85%{?with_opencl:BuildRequires: llvm-libclc}
86%{?with_omx:BuildRequires: libomxil-bellagio-devel}
87BuildRequires: meson >= 0.46
88BuildRequires: ninja >= 1.5
89BuildRequires: pkgconfig
90BuildRequires: pkgconfig(talloc) >= 2.0.1
91BuildRequires: pkgconfig(xcb-dri2) >= 1.8
92BuildRequires: pkgconfig(xcb-dri3) >= 1.13
93BuildRequires: pkgconfig(xcb-glx) >= 1.8.1
94BuildRequires: pkgconfig(xcb-present) >= 1.13
95BuildRequires: pkgconfig(xcb-randr) >= 1.12
96BuildRequires: python3
97BuildRequires: python3-Mako >= 0.8.0
98BuildRequires: rpmbuild(macros) >= 1.470
99BuildRequires: sed >= 4.0
100# wayland-{client,server}
101%{?with_wayland:BuildRequires: wayland-devel >= %{wayland_ver}}
102%{?with_wayland:BuildRequires: wayland-protocols >= 1.8}
103%{?with_wayland:BuildRequires: wayland-egl-devel >= %{wayland_ver}}
104BuildRequires: xorg-lib-libXdamage-devel >= 1.1
105BuildRequires: xorg-lib-libXext-devel >= 1.0.5
106BuildRequires: xorg-lib-libXfixes-devel
107BuildRequires: xorg-lib-libXrandr-devel >= 1.3
108BuildRequires: xorg-lib-libXvMC-devel >= 1.0.6
109BuildRequires: xorg-lib-libXxf86vm-devel
110BuildRequires: xorg-lib-libxshmfence-devel >= 1.1
111BuildRequires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
112BuildRequires: xorg-proto-glproto-devel >= %{glproto_ver}
113%if %{with gallium}
114%{?with_lm_sensors:BuildRequires: lm_sensors-devel}
115%endif
116BuildRequires: zlib-devel >= %{zlib_ver}
117BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
118
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(?)
121%define skip_post_check_so libGLESv1_CM.so.1.* libGLESv2.so.2.* libGL.so.1.* libOSMesa.so.* libGLX_mesa.so.0.*
122
123%description
124Mesa is a 3-D graphics library with an API which is very similar to
125that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
126syntax or state machine, it is being used with authorization from
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.
130
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.
137
138%package libEGL
139Summary: Mesa implementation of EGL Native Platform Graphics Interface library
140Summary(pl.UTF-8): Implementacja Mesa biblioteki interfejsu EGL
141License: MIT
142Group: Libraries
143Requires: %{name}-libglapi = %{version}-%{release}
144# glx driver in libEGL dlopens libGL.so
145Requires: OpenGL >= 1.2
146Requires: libdrm >= %{libdrm_ver}
147Requires: libxcb >= 1.13
148%{?with_wayland:Requires: wayland >= 1.11.0}
149%if %{with gbm}
150Requires: %{name}-libgbm = %{version}-%{release}
151%endif
152Provides: EGL = 1.5
153
154%description libEGL
155This package contains shared libEGL - Mesa implementation of EGL
156Native Platform Graphics Interface as specified by Khronos Group:
157<http://www.khronos.org/egl/>.
158
159%description libEGL -l pl.UTF-8
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/>.
164
165%package libEGL-devel
166Summary: Header files for Mesa implementation of EGL library
167Summary(pl.UTF-8): Pliki nagłówkowe implementacji Mesa biblioteki EGL
168License: MIT
169Group: Development/Libraries
170Requires: %{name}-khrplatform-devel = %{version}-%{release}
171Requires: %{name}-libEGL = %{version}-%{release}
172Requires: libdrm-devel >= %{libdrm_ver}
173Requires: xorg-lib-libX11-devel
174Requires: xorg-lib-libXdamage-devel >= 1.1
175Requires: xorg-lib-libXext-devel >= 1.0.5
176Requires: xorg-lib-libXfixes-devel
177Requires: xorg-lib-libXxf86vm-devel
178Requires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
179Requires: xorg-proto-glproto-devel >= %{glproto_ver}
180Provides: EGL-devel = 1.5
181
182%description libEGL-devel
183Header files for Mesa implementation of EGL library.
184
185%description libEGL-devel -l pl.UTF-8
186Pliki nagłówkowe implementacji Mesa biblioteki EGL.
187
188%package libEGL-static
189Summary: Static Mesa EGL library
190Summary(pl.UTF-8): Statyczna biblioteka Mesa EGL
191License: MIT
192Group: Development/Libraries
193Requires: %{name}-libEGL-devel = %{version}-%{release}
194Provides: EGL-static = 1.5
195
196%description libEGL-static
197Static Mesa EGL library.
198
199%description libEGL-static -l pl.UTF-8
200Statyczna biblioteka Mesa EGL.
201
202%package libGL
203Summary: Free Mesa3D implementation of libGL OpenGL library
204Summary(pl.UTF-8): Wolnodostępna implementacja Mesa3D biblioteki libGL ze standardu OpenGL
205License: MIT
206Group: X11/Libraries
207Requires: %{name}-libglapi = %{version}-%{release}
208Requires: libdrm >= %{libdrm_ver}
209Requires: libxcb >= 1.13
210Requires: xorg-lib-libXdamage >= 1.1
211Provides: OpenGL = 4.5
212Provides: OpenGL-GLX = 1.4
213Obsoletes: Mesa
214Obsoletes: Mesa-dri
215Obsoletes: Mesa-dri-core < 10.0.0
216Obsoletes: X11-OpenGL-libGL < 1:7.0.0
217Obsoletes: XFree86-OpenGL-libGL < 1:7.0.0
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
227This package contains libGL which implements OpenGL 4.5 and GLX 1.4
228specifications. It uses DRI for rendering.
229
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.
236
237Ten pakiet zawiera libGL implementującą specyfikacje OpenGL 4.5 oraz
238GLX 1.4. Używa DRI do renderowania.
239
240%package libGL-devel
241Summary: Header files for Mesa3D libGL library
242Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libGL z projektu Mesa3D
243License: MIT
244Group: X11/Development/Libraries
245# loose dependency on libGL to use with other libGL binaries
246Requires: OpenGL >= 1.5
247Requires: libdrm-devel >= %{libdrm_ver}
248Requires: xorg-lib-libX11-devel
249Requires: xorg-lib-libXdamage-devel >= 1.1
250Requires: xorg-lib-libXext-devel >= 1.0.5
251Requires: xorg-lib-libXxf86vm-devel
252Requires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
253Requires: xorg-proto-glproto-devel >= %{glproto_ver}
254Suggests: OpenGL-doc-man
255Provides: OpenGL-GLX-devel = 1.4
256Provides: OpenGL-devel = 4.5
257Obsoletes: Mesa-devel
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
262
263%description libGL-devel
264Header files for Mesa3D libGL library.
265
266%description libGL-devel -l pl.UTF-8
267Pliki nagłówkowe biblioteki libGL z projektu Mesa3D.
268
269%package libGL-static
270Summary: Static Mesa3D libGL library
271Summary(pl.UTF-8): Statyczna biblioteka libGL z projektu Mesa3D
272License: MIT
273Group: X11/Development/Libraries
274Requires: %{name}-libGL-devel = %{version}-%{release}
275Provides: OpenGL-static = 4.5
276Obsoletes: Mesa-static
277Obsoletes: X11-OpenGL-static < 1:7.0.0
278Obsoletes: XFree86-OpenGL-static < 1:7.0.0
279
280%description libGL-static
281Static Mesa3D libGL library. It uses software renderer.
282
283%description libGL-static -l pl.UTF-8
284Statyczna biblioteka libGL z projektu Mesa3D. Używa programowego
285renderingu.
286
287%package libGLES
288Summary: Mesa implementation of GLES (OpenGL ES) libraries
289Summary(pl.UTF-8): Implementacja Mesa bibliotek GLES (OpenGL ES)
290Group: Libraries
291Requires: %{name}-libglapi = %{version}-%{release}
292Provides: OpenGLES
293Provides: OpenGLESv1 = 1.1
294Provides: OpenGLESv2 = 2.0
295Provides: OpenGLESv3 = 3.2
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
301Group site: <http://www.khronos.org/opengles/>. Mesa implements OpenGL
302ES 1.1 and 2.0.
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:
309<http://www.khronos.org/opengles/>. Mesa zawiera implementacją OpenGL
310ES 1.1 i 2.0.
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
316Requires: %{name}-khrplatform-devel = %{version}-%{release}
317# <EGL/egl.h> for <GLES/egl.h>
318Requires: %{name}-libEGL-devel = %{version}-%{release}
319Requires: %{name}-libGLES = %{version}-%{release}
320Provides: OpenGLES-devel
321Provides: OpenGLESv1-devel = 1.1
322Provides: OpenGLESv2-devel = 2.0
323Provides: OpenGLESv3-devel = 3.2
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
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
336Requires: zlib >= %{zlib_ver}
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
352Requires: libselinux-devel
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
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
383Requires: zlib >= %{zlib_ver}
384Provides: OpenCL = 1.1
385Provides: ocl-icd-driver
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
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}
414Requires: llvm-libclc
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}
438Provides: OpenCL-devel = 1.2
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
446%package libXvMC-nouveau
447Summary: Mesa implementation of XvMC API for NVidia adapters
448Summary(pl.UTF-8): Implementacja Mesa API XvMC dla kart NVidia
449License: MIT
450Group: Libraries
451Requires: libdrm >= %{libdrm_ver}
452Requires: xorg-lib-libXvMC >= 1.0.6
453Requires: zlib >= %{zlib_ver}
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
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}
468Requires: xorg-lib-libXvMC >= 1.0.6
469Requires: zlib >= %{zlib_ver}
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
480%package -n libva-driver-gallium
481Summary: VA driver for Gallium State Tracker
482Summary(pl.UTF-8): Sterowniki VA do Gallium
483Group: Libraries
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
491
492%description -n libva-driver-gallium
493VA drivers for Gallium State Tracker (r600, radeonsi & nouveau).
494
495%description -n libva-driver-gallium -l pl.UTF-8
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
502Requires: libva >= 1.6.0
503Requires: zlib >= %{zlib_ver}
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
515Requires: libva >= 1.6.0
516Requires: zlib >= %{zlib_ver}
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
522Sterownik VA dla kart ATI Radeon opartych na układach Southern
523Islands.
524
525%package -n libva-driver-nouveau
526Summary: VA driver for NVidia adapters
527Summary(pl.UTF-8): Sterownik VA dla kart NVidia
528Group: Libraries
529Requires: libva >= 1.6.0
530Requires: zlib >= %{zlib_ver}
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.
537
538%package libgbm
539Summary: Mesa Graphics Buffer Manager library
540Summary(pl.UTF-8): Biblioteka Mesa Graphics Buffer Manager
541Group: Libraries
542Requires: %{name}-libglapi = %{version}-%{release}
543Conflicts: Mesa-libEGL < 8.0.1-2
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}
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
564%package libglapi
565Summary: Mesa GL API shared library
566Summary(pl.UTF-8): Biblioteka współdzielona Mesa GL API
567Group: Libraries
568Conflicts: Mesa-libEGL < 8.0.1-2
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
577%package libxatracker
578Summary: Xorg Gallium3D accelleration library
579Summary(pl.UTF-8): Biblioteka akceleracji Gallium3D dla Xorg
580Group: X11/Libraries
581Requires: libdrm >= %{libdrm_ver}
582Requires: zlib >= %{zlib_ver}
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}
596Requires: libdrm-devel >= %{libdrm_ver}
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
604%package khrplatform-devel
605Summary: Khronos platform header file
606Summary(pl.UTF-8): Plik nagłówkowy platformy Khronos
607Group: Development/Libraries
608Conflicts: Mesa-libEGL-devel < 8.0.1-2
609
610%description khrplatform-devel
611Khronos platform header file.
612
613%description khrplatform-devel -l pl.UTF-8
614Plik nagłówkowy platformy Khronos.
615
616%package dri-driver-ati-radeon-R100
617Summary: X.org DRI driver for ATI R100 card family
618Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R100
619License: MIT
620Group: X11/Libraries
621Requires: xorg-driver-video-ati
622Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
623Requires: xorg-xserver-server >= %{xserver_ver}
624Requires: zlib >= %{zlib_ver}
625Obsoletes: X11-driver-radeon-dri < 1:7.0.0
626
627%description dri-driver-ati-radeon-R100
628X.org DRI driver for ATI R100 card family (Radeon 7000-7500). It
629supports R100, RV100, RS100, RV200, RS200, RS250.
630
631%description dri-driver-ati-radeon-R100 -l pl.UTF-8
632Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500).
633Obsługuje układy R100, RV100, RS100, RV200, RS200, RS250.
634
635%package dri-driver-ati-radeon-R200
636Summary: X.org DRI driver for ATI R200 card family
637Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R200
638License: MIT
639Group: X11/Libraries
640Requires: xorg-driver-video-ati
641Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
642Requires: xorg-xserver-server >= %{xserver_ver}
643Requires: zlib >= %{zlib_ver}
644Obsoletes: X11-driver-radeon-dri < 1:7.0.0
645
646%description dri-driver-ati-radeon-R200
647X.org DRI driver for ATI R200 card family (Radeon 8500-92xx). It
648supports R200, RV250, RV280, RS300, RS350 chips.
649
650%description dri-driver-ati-radeon-R200 -l pl.UTF-8
651Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx).
652Obsługuje układy R200, RV250, RV280, RS300, RS350.
653
654%package dri-driver-ati-radeon-R300
655Summary: X.org DRI driver for ATI R300 card family
656Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R300
657License: MIT
658Group: X11/Libraries
659Requires: xorg-driver-video-ati
660Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
661Requires: xorg-xserver-server >= %{xserver_ver}
662Requires: zlib >= %{zlib_ver}
663Obsoletes: X11-driver-radeon-dri < 1:7.0.0
664
665%description dri-driver-ati-radeon-R300
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.
671
672%description dri-driver-ati-radeon-R300 -l pl.UTF-8
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.
678
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}
688Requires: zlib >= %{zlib_ver}
689
690%description dri-driver-ati-radeon-R600
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.
696
697%description dri-driver-ati-radeon-R600 -l pl.UTF-8
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.
703
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}
713Requires: zlib >= %{zlib_ver}
714
715%description dri-driver-ati-radeon-SI
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,
719CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN chips.
720
721%description dri-driver-ati-radeon-SI -l pl.UTF-8
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,
725ICELAND, TONGA, CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN.
726
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}
735Requires: zlib >= %{zlib_ver}
736
737%description dri-driver-etnaviv
738X.org Gallium DRI driver for Vivante 3D chips.
739
740%description dri-driver-etnaviv -l pl.UTF-8
741Sterownik X.org DRI Gallium dla układów Vivante 3D.
742
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}
751Requires: zlib >= %{zlib_ver}
752
753%description dri-driver-freedreno
754X.org Gallium DRI driver for Adreno chips.
755
756%description dri-driver-freedreno -l pl.UTF-8
757Sterownik X.org DRI Gallium dla układów Adreno.
758
759%package dri-driver-intel-i915
760Summary: X.org DRI driver for Intel i915 card family
761Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i915
762License: MIT
763Group: X11/Libraries
764Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
765Requires: xorg-xserver-server >= %{xserver_ver}
766Requires: zlib >= %{zlib_ver}
767Obsoletes: Mesa-dri-driver-intel-i830
768Obsoletes: X11-driver-i810-dri < 1:7.0.0
769
770%description dri-driver-intel-i915
771X.org DRI driver for Intel i915 card family (830, 845, 852/855, 865,
772915, 945, G33, Q33, Q35, Pineview).
773
774%description dri-driver-intel-i915 -l pl.UTF-8
775Sterownik X.org DRI dla rodziny kart Intel i915 (830, 845, 852/855,
776865, 915, 945, G33, Q33, Q35, Pineview).
777
778%package dri-driver-intel-i965
779Summary: X.org DRI driver for Intel i965 card family
780Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i965
781License: MIT
782Group: X11/Libraries
783Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
784Requires: xorg-xserver-server >= %{xserver_ver}
785Requires: zlib >= %{zlib_ver}
786Obsoletes: Mesa-dri-driver-intel-i830
787Obsoletes: X11-driver-i810-dri < 1:7.0.0
788
789%description dri-driver-intel-i965
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,
793Braswell, Cherryview, Skylake, Broxton, Kabylake, Coffeelake,
794Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart
795Lake).
796
797%description dri-driver-intel-i965 -l pl.UTF-8
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,
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.
856
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}
865Requires: zlib >= %{zlib_ver}
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
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
889%package dri-driver-swrast
890Summary: X.org DRI software rasterizer driver
891Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe
892License: MIT
893Group: X11/Libraries
894Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
895Requires: xorg-xserver-server >= %{xserver_ver}
896Requires: zlib >= %{zlib_ver}
897
898%description dri-driver-swrast
899X.org DRI software rasterizer driver.
900
901%description dri-driver-swrast -l pl.UTF-8
902Sterownik X.org DRI obsługujący rysowanie programowe.
903
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
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}
944Requires: zlib >= %{zlib_ver}
945
946%description dri-driver-vc4
947X.org Gallium DRI driver for Broadcom VC4 chips.
948
949%description dri-driver-vc4 -l pl.UTF-8
950Sterownik X.org DRI Gallium dla układów Broadcom VC4.
951
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}
959Requires: zlib >= %{zlib_ver}
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
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
972Requires: xorg-driver-video-vmware
973Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
974Requires: xorg-xserver-server >= %{xserver_ver}
975Requires: zlib >= %{zlib_ver}
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
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
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
1003Requires: zlib >= %{zlib_ver}
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
1017Requires: zlib >= %{zlib_ver}
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
1033Requires: zlib >= %{zlib_ver}
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
1050Requires: zlib >= %{zlib_ver}
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
1068Requires: zlib >= %{zlib_ver}
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
1086Requires: zlib >= %{zlib_ver}
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
1101Requires: zlib >= %{zlib_ver}
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
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)
1118Requires: zlib >= %{zlib_ver}
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
1130%package d3d
1131Summary: Nine Direct3D9 driver (for Wine)
1132Summary(pl.UTF-8): Sterownik Direct3D9 Nine (dla Wine)
1133Group: Libraries
1134Requires: libdrm >= %{libdrm_ver}
1135Requires: zlib >= %{zlib_ver}
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
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
1158License: MIT
1159Group: X11/Libraries
1160Requires: libdrm >= %{libdrm_ver}
1161Requires: libvdpau >= 1.1
1162Requires: zlib >= %{zlib_ver}
1163Conflicts: libvdpau-driver-mesa
1164
1165%description -n libvdpau-driver-mesa-nouveau
1166Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1167(NV40-NV96, NVa0).
1168
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).
1172
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}
1179Requires: libvdpau >= 1.1
1180Requires: zlib >= %{zlib_ver}
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
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}
1197Requires: libvdpau >= 1.1
1198Requires: zlib >= %{zlib_ver}
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
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}
1215Requires: libvdpau >= 1.1
1216Requires: zlib >= %{zlib_ver}
1217Conflicts: libvdpau-driver-mesa
1218Obsoletes: Mesa-libllvmradeon
1219
1220%description -n libvdpau-driver-mesa-radeonsi
1221Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1222adapters based on Southern Islands chips.
1223
1224%description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
1225Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1226oparte na układach Southern Islands.
1227
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}
1234Requires: libxcb >= 1.13
1235Requires: libomxil-bellagio
1236Requires: zlib >= %{zlib_ver}
1237Obsoletes: omxil-mesa-nouveau
1238Obsoletes: omxil-mesa-r600
1239Obsoletes: omxil-mesa-radeonsi
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
1247%package vulkan-icd-intel
1248Summary: Mesa Vulkan driver for Intel GPUs
1249Summary(pl.UTF-8): Sterownik Vulkan dla GPU firmy Intel
1250License: MIT
1251Group: Libraries
1252Requires: libdrm >= %{libdrm_ver}
1253Requires: libxcb >= 1.13
1254Requires: xorg-lib-libXrandr >= 1.3
1255Requires: xorg-lib-libxshmfence >= 1.1
1256# wayland-client
1257Requires: wayland >= %{wayland_ver}
1258Requires: zlib >= %{zlib_ver}
1259Suggests: vulkan(loader)
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
1270Summary(pl.UTF-8): Pliki nagłówkowe sterownika Vulkan dla GPU Intela
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
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
1286Requires: libdrm >= %{libdrm_ver}
1287Requires: libxcb >= 1.13
1288Requires: xorg-lib-libXrandr >= 1.3
1289Requires: xorg-lib-libxshmfence >= 1.1
1290# wayland-client
1291Requires: wayland >= %{wayland_ver}
1292Requires: zlib >= %{zlib_ver}
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
1302%prep
1303%setup -q -n mesa-mesa-%{version}
1304%patch0 -p1
1305%patch1 -p1
1306%patch2 -p1
1307
1308%build
1309
1310%if %{with opencl}
1311if [ "$(llvm-config --has-rtti)" != "YES" ] ; then
1312 echo "Clover (gallium OpenCL) requires LLVM with RTTI!"
1313 exit 1
1314fi
1315%endif
1316
1317dri_drivers="nouveau r100 r200 \
1318%if %{without gallium}
1319swrast
1320%endif
1321%ifarch %{ix86} %{x8664} x32
1322i965 %{!?with_gallium_i915:i915} \
1323%endif
1324"
1325
1326dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1327
1328gallium_drivers="virgl swrast \
1329%ifarch %{ix86} %{x8664} x32
1330svga iris swr %{?with_gallium_i915:i915} \
1331%endif
1332%if %{with gallium_radeon}
1333r300 r600 radeonsi \
1334%endif
1335%if %{with gallium_nouveau}
1336nouveau
1337%endif
1338%ifarch %{arm} aarch64
1339etnaviv \
1340freedreno \
1341kmsro \
1342lima \
1343panfrost \
1344tegra \
1345v3d \
1346vc4 \
1347%endif
1348"
1349
1350gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1351
1352vulkan_drivers="%{?with_radv:amd} \
1353%ifarch %{ix86} %{x8664} x32
1354intel \
1355%endif
1356"
1357
1358vulkan_drivers=$(echo $vulkan_drivers | xargs | tr ' ' ',')
1359
1360%meson build \
1361 -Dplatforms=x11,drm,%{?with_wayland:,wayland},surfaceless \
1362 -Ddri3=true \
1363 -Ddri-drivers=${dri_drivers} \
1364 -Ddri-drivers-path=%{_libdir}/xorg/modules/dri \
1365 -Degl=%{?with_egl:true}%{!?with_egl:false} \
1366 -Dgallium-drivers=${gallium_drivers} \
1367 %{?with_hud_extra:-Dgallium-extra-hud=true} \
1368 -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
1369 -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
1370%if %{with opencl}
1371%if %{with ocl_icd}
1372 -Dgallium-opencl=icd \
1373%else
1374 -Dgallium-opencl=standalone \
1375%endif
1376%else
1377 -Dgallium-opencl=disabled \
1378%endif
1379 -Dgallium-va=%{?with_va:true}%{!?with_va:false} \
1380 -Dgallium-vdpau=true \
1381 -Dgallium-xvmc=true \
1382 -Dgallium-xa=%{?with_xa:true}%{!?with_xa:false} \
1383 -Dgbm=%{?with_gbm:true}%{!?with_gbm:false} \
1384 -Dglvnd=%{?with_glvnd:true}%{!?with_glvnd:false} \
1385 -Dlibunwind=true \
1386 -Dlmsensors=%{?with_lm_sensors:true}%{!?with_lm_sensors:false} \
1387 -Dosmesa=%{?with_gallium:gallium}%{!?with_gallium:classic} \
1388 -Dselinux=true \
1389 -Dva-libs-path=%{_libdir}/libva/dri \
1390 -Dvulkan-drivers=${vulkan_drivers} \
1391 -Dvulkan-icd-dir=/usr/share/vulkan/icd.d
1392
1393%meson_build -C build
1394
1395%{?with_tests:%meson_test -C build}
1396
1397%install
1398rm -rf $RPM_BUILD_ROOT
1399
1400%meson_install -C build
1401
1402# not used externally
1403%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1404
1405%if %{without glvnd}
1406# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1407# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1408strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1409%endif
1410
1411%clean
1412rm -rf $RPM_BUILD_ROOT
1413
1414%post libEGL -p /sbin/ldconfig
1415%postun libEGL -p /sbin/ldconfig
1416
1417%post libGL -p /sbin/ldconfig
1418%postun libGL -p /sbin/ldconfig
1419
1420%post libGLES -p /sbin/ldconfig
1421%postun libGLES -p /sbin/ldconfig
1422
1423%post libOSMesa -p /sbin/ldconfig
1424%postun libOSMesa -p /sbin/ldconfig
1425
1426%post libOpenCL -p /sbin/ldconfig
1427%postun libOpenCL -p /sbin/ldconfig
1428
1429%post libXvMC-nouveau -p /sbin/ldconfig
1430%postun libXvMC-nouveau -p /sbin/ldconfig
1431%post libXvMC-r600 -p /sbin/ldconfig
1432%postun libXvMC-r600 -p /sbin/ldconfig
1433
1434%post libgbm -p /sbin/ldconfig
1435%postun libgbm -p /sbin/ldconfig
1436
1437%post libglapi -p /sbin/ldconfig
1438%postun libglapi -p /sbin/ldconfig
1439
1440%post libxatracker -p /sbin/ldconfig
1441%postun libxatracker -p /sbin/ldconfig
1442
1443%if %{with egl}
1444%files libEGL
1445%defattr(644,root,root,755)
1446%if %{with glvnd}
1447%attr(755,root,root) %{_libdir}/libEGL_mesa.so.*.*
1448%attr(755,root,root) %ghost %{_libdir}/libEGL_mesa.so.0
1449%{_datadir}/glvnd/egl_vendor.d/50_mesa.json
1450%else
1451%attr(755,root,root) %{_libdir}/libEGL.so.*.*
1452%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
1453%endif
1454
1455%files libEGL-devel
1456%defattr(644,root,root,755)
1457%if %{with glvnd}
1458%attr(755,root,root) %{_libdir}/libEGL_mesa.so
1459%else
1460%attr(755,root,root) %{_libdir}/libEGL.so
1461%endif
1462%dir %{_includedir}/EGL
1463%{_includedir}/EGL/egl.h
1464%{_includedir}/EGL/eglext.h
1465%{_includedir}/EGL/eglextchromium.h
1466%{_includedir}/EGL/eglmesaext.h
1467%{_includedir}/EGL/eglplatform.h
1468%{_pkgconfigdir}/egl.pc
1469%endif
1470
1471%files libGL
1472%defattr(644,root,root,755)
1473%doc docs/{*.html,README.UVD,features.txt,relnotes/*.html}
1474%if %{with glvnd}
1475%attr(755,root,root) %{_libdir}/libGLX_mesa.so.*.*
1476%attr(755,root,root) %ghost %{_libdir}/libGLX_mesa.so.0
1477%attr(755,root,root) %{_libdir}/libGLX_mesa.so
1478%else
1479%attr(755,root,root) %{_libdir}/libGL.so.*.*
1480%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
1481# symlink for binary apps which fail to conform Linux OpenGL ABI
1482# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
1483%attr(755,root,root) %{_libdir}/libGL.so
1484%endif
1485%{_datadir}/drirc.d
1486
1487%files libGL-devel
1488%defattr(644,root,root,755)
1489%doc docs/specs/*
1490%dir %{_includedir}/GL
1491%{_includedir}/GL/gl.h
1492%{_includedir}/GL/glcorearb.h
1493%{_includedir}/GL/glext.h
1494%{_includedir}/GL/gl_mangle.h
1495%{_includedir}/GL/glx.h
1496%{_includedir}/GL/glxext.h
1497%{_includedir}/GL/glx_mangle.h
1498%dir %{_includedir}/GL/internal
1499%{_includedir}/GL/internal/dri_interface.h
1500%{_pkgconfigdir}/dri.pc
1501%{_pkgconfigdir}/gl.pc
1502
1503%files libGLES
1504%defattr(644,root,root,755)
1505%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1506%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1507%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1508%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
1509
1510%files libGLES-devel
1511%defattr(644,root,root,755)
1512%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1513%attr(755,root,root) %{_libdir}/libGLESv2.so
1514%{_includedir}/GLES
1515%{_includedir}/GLES2
1516%{_includedir}/GLES3
1517%{_pkgconfigdir}/glesv1_cm.pc
1518%{_pkgconfigdir}/glesv2.pc
1519
1520%files libOSMesa
1521%defattr(644,root,root,755)
1522%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
1523%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
1524
1525%files libOSMesa-devel
1526%defattr(644,root,root,755)
1527%attr(755,root,root) %{_libdir}/libOSMesa.so
1528%{_includedir}/GL/osmesa.h
1529%{_pkgconfigdir}/osmesa.pc
1530
1531%if %{with opencl}
1532%if %{with ocl_icd}
1533%files OpenCL-icd
1534%defattr(644,root,root,755)
1535/etc/OpenCL/vendors/mesa.icd
1536%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1537%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1538%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
1539# currently only OpenCL uses dynamic pipe loader
1540%dir %{_libdir}/gallium-pipe
1541%else
1542%files libOpenCL
1543%defattr(644,root,root,755)
1544%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1545%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
1546# currently only OpenCL uses dynamic pipe loader
1547%dir %{_libdir}/gallium-pipe
1548
1549%files libOpenCL-devel
1550%defattr(644,root,root,755)
1551%attr(755,root,root) %{_libdir}/libOpenCL.so
1552%{_includedir}/CL
1553%endif
1554%endif
1555
1556%if %{with gallium}
1557%if %{with gallium_nouveau}
1558%files libXvMC-nouveau
1559%defattr(644,root,root,755)
1560%attr(755,root,root) %{_libdir}/libXvMCnouveau.so
1561%endif
1562
1563%if %{with gallium_radeon}
1564%files libXvMC-r600
1565%defattr(644,root,root,755)
1566%attr(755,root,root) %{_libdir}/libXvMCr600.so
1567%endif
1568
1569%if %{with va}
1570%files -n libva-driver-gallium
1571%defattr(644,root,root,755)
1572
1573%if %{with gallium_radeon}
1574%files -n libva-driver-r600
1575%defattr(644,root,root,755)
1576%attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
1577
1578%files -n libva-driver-radeonsi
1579%defattr(644,root,root,755)
1580%attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
1581%endif
1582
1583%if %{with gallium_nouveau}
1584%files -n libva-driver-nouveau
1585%defattr(644,root,root,755)
1586%attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
1587%endif
1588%endif
1589%endif
1590
1591%if %{with gbm}
1592%files libgbm
1593%defattr(644,root,root,755)
1594%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1595%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
1596
1597%files libgbm-devel
1598%defattr(644,root,root,755)
1599%attr(755,root,root) %{_libdir}/libgbm.so
1600%{_includedir}/gbm.h
1601%{_pkgconfigdir}/gbm.pc
1602%endif
1603
1604%files libglapi
1605%defattr(644,root,root,755)
1606%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1607%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1608# libglapi-devel? nothing seems to need it atm.
1609#%attr(755,root,root) %{_libdir}/libglapi.so
1610
1611%if %{with xa}
1612%files libxatracker
1613%defattr(644,root,root,755)
1614%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
1615%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
1616
1617%files libxatracker-devel
1618%defattr(644,root,root,755)
1619%attr(755,root,root) %{_libdir}/libxatracker.so
1620%{_includedir}/xa_composite.h
1621%{_includedir}/xa_context.h
1622%{_includedir}/xa_tracker.h
1623%{_pkgconfigdir}/xatracker.pc
1624%endif
1625
1626%if %{with egl}
1627%files khrplatform-devel
1628%defattr(644,root,root,755)
1629%dir %{_includedir}/KHR
1630%{_includedir}/KHR/khrplatform.h
1631%endif
1632
1633%files dri-driver-ati-radeon-R100
1634%defattr(644,root,root,755)
1635%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1636
1637%files dri-driver-ati-radeon-R200
1638%defattr(644,root,root,755)
1639%attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1640
1641%if %{with gallium}
1642%if %{with gallium_radeon}
1643%files dri-driver-ati-radeon-R300
1644%defattr(644,root,root,755)
1645%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1646
1647%files dri-driver-ati-radeon-R600
1648%defattr(644,root,root,755)
1649%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1650
1651%files dri-driver-ati-radeon-SI
1652%defattr(644,root,root,755)
1653%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
1654%endif
1655%endif
1656
1657%files dri-driver-intel-i915
1658%defattr(644,root,root,755)
1659%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
1660
1661%files dri-driver-intel-i965
1662%defattr(644,root,root,755)
1663%attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1664
1665%if %{with gallium}
1666%files dri-driver-intel-iris
1667%defattr(644,root,root,755)
1668%attr(755,root,root) %{_libdir}/xorg/modules/dri/iris_dri.so
1669%endif
1670
1671%files dri-driver-nouveau
1672%defattr(644,root,root,755)
1673%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1674%if %{with gallium_nouveau}
1675%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
1676%endif
1677
1678%files dri-driver-swrast
1679%defattr(644,root,root,755)
1680%if %{with gallium}
1681%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
1682%endif
1683%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1684
1685%if %{with gallium}
1686%ifarch %{arm}
1687%files dri-driver-etnaviv
1688%defattr(644,root,root,755)
1689%attr(755,root,root) %{_libdir}/xorg/modules/dri/etnaviv_dri.so
1690%attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-drm_dri.so
1691
1692%files dri-driver-freedreno
1693%defattr(644,root,root,755)
1694%attr(755,root,root) %{_libdir}/xorg/modules/dri/kgsl_dri.so
1695%attr(755,root,root) %{_libdir}/xorg/modules/dri/msm_dri.so
1696
1697%files dri-driver-kmsro
1698%defattr(644,root,root,755)
1699%attr(755,root,root) %{_libdir}/xorg/modules/dri/armada-drm_dri.so
1700%attr(755,root,root) %{_libdir}/xorg/modules/dri/exynos_dri.so
1701%attr(755,root,root) %{_libdir}/xorg/modules/dri/hx8357d_dri.so
1702%attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9225_dri.so
1703%attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9341_dri.so
1704%attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-drm_dri.so
1705%attr(755,root,root) %{_libdir}/xorg/modules/dri/meson_dri.so
1706%attr(755,root,root) %{_libdir}/xorg/modules/dri/mi0283qt_dri.so
1707%attr(755,root,root) %{_libdir}/xorg/modules/dri/pl111_dri.so
1708%attr(755,root,root) %{_libdir}/xorg/modules/dri/repaper_dri.so
1709%attr(755,root,root) %{_libdir}/xorg/modules/dri/rockchip_dri.so
1710%attr(755,root,root) %{_libdir}/xorg/modules/dri/st7586_dri.so
1711%attr(755,root,root) %{_libdir}/xorg/modules/dri/st7735r_dri.so
1712%attr(755,root,root) %{_libdir}/xorg/modules/dri/sun4i-drm_dri.so
1713
1714%files dri-driver-lima
1715%defattr(644,root,root,755)
1716%attr(755,root,root) %{_libdir}/xorg/modules/dri/lima_dri.so
1717
1718%files dri-driver-panfrost
1719%defattr(644,root,root,755)
1720%attr(755,root,root) %{_libdir}/xorg/modules/dri/panfrost_dri.so
1721
1722%files dri-driver-tegra
1723%defattr(644,root,root,755)
1724%attr(755,root,root) %{_libdir}/xorg/modules/dri/tegra_dri.so
1725
1726%files dri-driver-v3d
1727%defattr(644,root,root,755)
1728%attr(755,root,root) %{_libdir}/xorg/modules/dri/v3d_dri.so
1729
1730%files dri-driver-vc4
1731%defattr(644,root,root,755)
1732%attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1733%endif
1734
1735%files dri-driver-virgl
1736%defattr(644,root,root,755)
1737%attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1738
1739%files dri-driver-vmwgfx
1740%defattr(644,root,root,755)
1741%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
1742%endif
1743
1744%if %{with gallium}
1745%if %{with opencl}
1746%ifarch %{ix86} %{x8664} x32
1747%if %{with gallium_i915}
1748%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1749%endif
1750%endif
1751
1752%ifarch %{arm}
1753%files pipe-driver-msm
1754%defattr(644,root,root,755)
1755%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1756%endif
1757
1758%if %{with gallium_nouveau}
1759%files pipe-driver-nouveau
1760%defattr(644,root,root,755)
1761%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1762%endif
1763
1764%if %{with gallium_radeon}
1765%files pipe-driver-r300
1766%defattr(644,root,root,755)
1767%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1768
1769%files pipe-driver-r600
1770%defattr(644,root,root,755)
1771%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1772
1773%files pipe-driver-radeonsi
1774%defattr(644,root,root,755)
1775%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1776%endif
1777
1778%files pipe-driver-swrast
1779%defattr(644,root,root,755)
1780%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1781
1782%files pipe-driver-vmwgfx
1783%defattr(644,root,root,755)
1784%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1785%endif
1786
1787# currently disabled as cannot be built with swrast
1788%ifarch %{ix86} %{x8664} x32
1789%files swr
1790%defattr(644,root,root,755)
1791%attr(755,root,root) %{_libdir}/libswrAVX.so*
1792%attr(755,root,root) %{_libdir}/libswrAVX2.so*
1793%endif
1794%endif
1795
1796%if %{with nine}
1797%files d3d
1798%defattr(644,root,root,755)
1799%dir %{_libdir}/d3d
1800%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1801
1802%files d3d-devel
1803%defattr(644,root,root,755)
1804%{_includedir}/d3dadapter
1805%{_pkgconfigdir}/d3d.pc
1806%endif
1807
1808%if %{with gallium}
1809# ldconfig is not used in vdpau tree, so package all symlinks
1810%if %{with gallium_nouveau}
1811%files -n libvdpau-driver-mesa-nouveau
1812%defattr(644,root,root,755)
1813%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
1814%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0
1815%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1816%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1817%endif
1818
1819%if %{with gallium_radeon}
1820%files -n libvdpau-driver-mesa-r300
1821%defattr(644,root,root,755)
1822%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
1823%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0
1824%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
1825%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
1826
1827%files -n libvdpau-driver-mesa-r600
1828%defattr(644,root,root,755)
1829%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
1830%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0
1831%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
1832%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
1833
1834%files -n libvdpau-driver-mesa-radeonsi
1835%defattr(644,root,root,755)
1836%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
1837%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0
1838%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
1839%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
1840%endif
1841%endif
1842
1843%if %{with gallium} && %{with omx}
1844%files -n omxil-mesa
1845%defattr(644,root,root,755)
1846%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
1847%endif
1848
1849%files vulkan-icd-intel
1850%defattr(644,root,root,755)
1851%attr(755,root,root) %{_libdir}/libvulkan_intel.so
1852%{_datadir}/vulkan/icd.d/intel_icd.*.json
1853
1854%files vulkan-icd-intel-devel
1855%defattr(644,root,root,755)
1856%{_includedir}/vulkan/vulkan_intel.h
1857
1858%if %{with radv}
1859%files vulkan-icd-radeon
1860%defattr(644,root,root,755)
1861%attr(755,root,root) %{_libdir}/libvulkan_radeon.so
1862%{_datadir}/vulkan/icd.d/radeon_icd.*.json
1863%endif
This page took 0.557957 seconds and 4 git commands to generate.