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