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