]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa.spec
- up to 12.0.3
[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
435cda76 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
cbca803d 60Version: 12.0.3
22344c48 61Release: 1
3dc87f1a 62License: MIT (core) and others - see license.html file
e9b3ff7a 63Group: X11/Libraries
55da7721 64Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}.tar.xz
cbca803d 65# Source0-md5: 1113699c714042d8c4df4766be8c57d8
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
435cda76 73%{?with_nine:BuildRequires: gcc-c++ >= 6:4.6}
c6305e3e 74%{?with_opencl:BuildRequires: gcc-c++ >= 6:4.7}
41aca213 75BuildRequires: libdrm-devel >= %{libdrm_ver}
59f12de8 76BuildRequires: libselinux-devel
ee4291cc 77BuildRequires: libstdc++-devel >= 6:4.2.0
54147717 78BuildRequires: libtalloc-devel >= 2:2.0.1
5853b3ab 79BuildRequires: libtool >= 2:2.2
435cda76
JB
80%{?with_va:BuildRequires: libva-devel >= 1.6.0}
81%{?with_va:BuildRequires: pkgconfig(libva) >= 0.38.0}
7731a383 82BuildRequires: libvdpau-devel >= 1.1
c6305e3e 83BuildRequires: libxcb-devel >= 1.10
075ec3a3 84%{?with_gallium_radeon:BuildRequires: llvm-devel >= 3.6}
bec14093 85%{?with_opencl:BuildRequires: llvm-libclc}
1f88045a
JB
86# for SHA1 (could use also libmd/libsha1/libgcrypt/openssl instead)
87BuildRequires: nettle-devel
ff879d59 88%{?with_ocl_icd:BuildRequires: ocl-icd-devel}
4bacd84c 89%{?with_omx:BuildRequires: libomxil-bellagio-devel}
8d1858fe 90BuildRequires: perl-base
f35aa06e 91BuildRequires: pixman-devel
a6c5fc6c 92BuildRequires: pkgconfig
c1d2b5e2 93BuildRequires: pkgconfig(talloc) >= 2.0.1
c6305e3e
JB
94BuildRequires: pkgconfig(xcb-dri3)
95BuildRequires: pkgconfig(xcb-present)
8d1858fe 96BuildRequires: python >= 2
ee4291cc 97BuildRequires: python-Mako >= 0.3.4
8d1858fe 98BuildRequires: python-modules >= 2
f6afd89c 99BuildRequires: rpmbuild(macros) >= 1.470
7cbe00f8 100BuildRequires: sed >= 4.0
4328392c 101%{?with_egl:BuildRequires: udev-devel >= 1:151}
24b30bc6 102# wayland-{client,server}
e2448022 103%{?with_wayland:BuildRequires: wayland-devel >= 1.2.0}
cd8f367a 104BuildRequires: xorg-lib-libXdamage-devel
994fa6a5 105BuildRequires: xorg-lib-libXext-devel >= 1.0.5
a651d613 106BuildRequires: xorg-lib-libXfixes-devel
1b597036 107BuildRequires: xorg-lib-libXt-devel
8eb275e9 108BuildRequires: xorg-lib-libXvMC-devel >= 1.0.6
9850656e 109BuildRequires: xorg-lib-libXxf86vm-devel
4bacd84c 110BuildRequires: xorg-lib-libxshmfence-devel >= 1.1
41aca213 111BuildRequires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
c6305e3e 112BuildRequires: xorg-proto-dri3proto-devel >= %{dri3proto_ver}
b8e51e7a 113BuildRequires: xorg-proto-glproto-devel >= %{glproto_ver}
c6305e3e 114BuildRequires: xorg-proto-presentproto-devel >= %{presentproto_ver}
9850656e 115BuildRequires: xorg-util-makedepend
54147717
JB
116%if %{with gallium}
117BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
e22d206b 118BuildRequires: xorg-xserver-server-devel >= %{xserver_ver}
54147717 119%endif
ddde5931 120BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a0b2836a 121
52c8419a
JB
122# libGLESv1_CM, libGLESv2, libGL, libOSMesa:
123# _glapi_tls_Dispatch is defined in libglapi, but it's some kind of symbol ldd -r doesn't notice(?)
52c8419a 124# libgbm: circular dependency with libEGL (wayland_buffer_is_drm symbol)
0d8bac2a 125%define skip_post_check_so libGLESv1_CM.so.1.* libGLESv2.so.2.* libGL.so.1.* libOSMesa.so.* libgbm.*.so.*
c1d2b5e2 126
04c3cb73 127# llvm build broken
462198da 128%define filterout_ld -Wl,--as-needed
04c3cb73 129
a0b2836a 130%description
a70fde83 131Mesa is a 3-D graphics library with an API which is very similar to
a5e5e963 132that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
a70fde83 133syntax or state machine, it is being used with authorization from
a5e5e963
JB
134Silicon Graphics, Inc. However, the author does not possess an OpenGL
135license from SGI, and makes no claim that Mesa is in any way a
136compatible replacement for OpenGL or associated with SGI.
a0b2836a 137
f77f03b8
JR
138%description -l pl.UTF-8
139Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do
140tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z
141autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji
142OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem
143OpenGL ani powiązana z SGI.
a0b2836a 144
bb686270 145%package libEGL
ae79139b
JB
146Summary: Mesa implementation of EGL Native Platform Graphics Interface library
147Summary(pl.UTF-8): Implementacja Mesa biblioteki interfejsu EGL
148License: MIT
bb686270 149Group: Libraries
c7f22387 150Requires: %{name}-libglapi = %{version}-%{release}
bf8d2f73 151# glx driver in libEGL dlopens libGL.so
bb686270 152Requires: OpenGL >= 1.2
bf8d2f73 153Requires: libdrm >= %{libdrm_ver}
2f1a1517 154Requires: libxcb >= 1.9
e2448022 155%{?with_wayland:Requires: wayland >= 1.2.0}
bf8d2f73 156%if %{with gallium}
4328392c 157Requires: udev-libs >= 1:151
bf8d2f73 158%endif
166bc93f
JB
159%if %{with gbm}
160Requires: %{name}-libgbm = %{version}-%{release}
161%endif
7731a383 162Provides: EGL = 1.5
bb686270
AM
163
164%description libEGL
ae79139b
JB
165This package contains shared libEGL - Mesa implementation of EGL
166Native Platform Graphics Interface as specified by Khronos Group:
167<http://www.khronos.org/egl/>.
bb686270
AM
168
169%description libEGL -l pl.UTF-8
ae79139b
JB
170Ten pakiet zawiera bibliotekę współdzieloną libEGL - implementację
171Mesa standardu EGL Native Platform Graphics Interface (interfejsu
172graficznego platformy natywnej) wg specyfikacji Khronos Group:
173<http://www.khronos.org/egl/>.
bb686270
AM
174
175%package libEGL-devel
ae79139b
JB
176Summary: Header files for Mesa implementation of EGL library
177Summary(pl.UTF-8): Pliki nagłówkowe implementacji Mesa biblioteki EGL
178License: MIT
bb686270 179Group: Development/Libraries
166bc93f 180Requires: %{name}-khrplatform-devel = %{version}-%{release}
bb686270 181Requires: %{name}-libEGL = %{version}-%{release}
bf8d2f73
JB
182Requires: libdrm-devel >= %{libdrm_ver}
183Requires: xorg-lib-libX11-devel
184Requires: xorg-lib-libXdamage-devel
4bacd84c 185Requires: xorg-lib-libXext-devel >= 1.0.5
bf8d2f73
JB
186Requires: xorg-lib-libXfixes-devel
187Requires: xorg-lib-libXxf86vm-devel
188Requires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
189Requires: xorg-proto-glproto-devel >= %{glproto_ver}
7731a383 190Provides: EGL-devel = 1.5
bb686270
AM
191
192%description libEGL-devel
ae79139b 193Header files for Mesa implementation of EGL library.
bb686270
AM
194
195%description libEGL-devel -l pl.UTF-8
ae79139b 196Pliki nagłówkowe implementacji Mesa biblioteki EGL.
bb686270
AM
197
198%package libEGL-static
278406ce
JB
199Summary: Static Mesa EGL library
200Summary(pl.UTF-8): Statyczna biblioteka Mesa EGL
ae79139b 201License: MIT
bb686270
AM
202Group: Development/Libraries
203Requires: %{name}-libEGL-devel = %{version}-%{release}
7731a383 204Provides: EGL-static = 1.5
bb686270
AM
205
206%description libEGL-static
278406ce 207Static Mesa EGL library.
bb686270
AM
208
209%description libEGL-static -l pl.UTF-8
278406ce 210Statyczna biblioteka Mesa EGL.
c1d2b5e2 211
f445ed6c
JB
212%package libGL
213Summary: Free Mesa3D implementation of libGL OpenGL library
54181d82 214Summary(pl.UTF-8): Wolnodostępna implementacja Mesa3D biblioteki libGL ze standardu OpenGL
f445ed6c
JB
215License: MIT
216Group: X11/Libraries
c7f22387 217Requires: %{name}-libglapi = %{version}-%{release}
38a2434c 218Requires: libdrm >= %{libdrm_ver}
7731a383 219Provides: OpenGL = 4.1
f445ed6c 220Provides: OpenGL-GLX = 1.4
b7a76370 221Obsoletes: Mesa
884f6d35 222Obsoletes: Mesa-dri
b743b90b 223Obsoletes: Mesa-dri-core < 10.0.0
b18f0f46
AM
224Obsoletes: X11-OpenGL-libGL < 1:7.0.0
225Obsoletes: XFree86-OpenGL-libGL < 1:7.0.0
f445ed6c
JB
226
227%description libGL
228Mesa is a 3-D graphics library with an API which is very similar to
229that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
230syntax or state machine, it is being used with authorization from
231Silicon Graphics, Inc. However, the author does not possess an OpenGL
232license from SGI, and makes no claim that Mesa is in any way a
233compatible replacement for OpenGL or associated with SGI.
234
235This package contains libGL which implements OpenGL 1.5 and GLX 1.4
236specifications. It uses DRI for rendering.
237
f77f03b8
JR
238%description libGL -l pl.UTF-8
239Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do
240tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z
241autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji
242OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem
243OpenGL ani powiązana z SGI.
f445ed6c 244
f77f03b8
JR
245Ten pakiet zawiera libGL implementującą specyfikacje OpenGL 1.5 oraz
246GLX 1.4. Używa DRI do renderowania.
f445ed6c
JB
247
248%package libGL-devel
249Summary: Header files for Mesa3D libGL library
54181d82 250Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libGL z projektu Mesa3D
f445ed6c
JB
251License: MIT
252Group: X11/Development/Libraries
253# loose dependency on libGL to use with other libGL binaries
254Requires: OpenGL >= 1.5
41aca213 255Requires: libdrm-devel >= %{libdrm_ver}
875da849 256Requires: xorg-lib-libX11-devel
9489410a 257Requires: xorg-lib-libXdamage-devel
4bacd84c 258Requires: xorg-lib-libXext-devel >= 1.0.5
41aca213 259Requires: xorg-lib-libXxf86vm-devel
260Requires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
b8e51e7a 261Requires: xorg-proto-glproto-devel >= %{glproto_ver}
e261c0c1 262Suggests: OpenGL-doc-man
6299b3cd 263Provides: OpenGL-GLX-devel = 1.4
7731a383 264Provides: OpenGL-devel = 4.1
f445ed6c 265Obsoletes: Mesa-devel
b18f0f46
AM
266Obsoletes: X11-OpenGL-devel < 1:7.0.0
267Obsoletes: X11-OpenGL-devel-base < 1:7.0.0
268Obsoletes: XFree86-OpenGL-devel < 1:7.0.0
269Obsoletes: XFree86-OpenGL-devel-base < 1:7.0.0
a0b2836a 270
f445ed6c
JB
271%description libGL-devel
272Header files for Mesa3D libGL library.
a0b2836a 273
f77f03b8
JR
274%description libGL-devel -l pl.UTF-8
275Pliki nagłówkowe biblioteki libGL z projektu Mesa3D.
e31e9d24 276
f445ed6c
JB
277%package libGL-static
278Summary: Static Mesa3D libGL library
54181d82 279Summary(pl.UTF-8): Statyczna biblioteka libGL z projektu Mesa3D
f445ed6c
JB
280License: MIT
281Group: X11/Development/Libraries
282Requires: %{name}-libGL-devel = %{version}-%{release}
7731a383 283Provides: OpenGL-static = 4.1
f445ed6c 284Obsoletes: Mesa-static
b18f0f46
AM
285Obsoletes: X11-OpenGL-static < 1:7.0.0
286Obsoletes: XFree86-OpenGL-static < 1:7.0.0
f445ed6c
JB
287
288%description libGL-static
289Static Mesa3D libGL library. It uses software renderer.
290
f77f03b8
JR
291%description libGL-static -l pl.UTF-8
292Statyczna biblioteka libGL z projektu Mesa3D. Używa programowego
f445ed6c
JB
293renderingu.
294
278406ce
JB
295%package libGLES
296Summary: Mesa implementation of GLES (OpenGL ES) libraries
297Summary(pl.UTF-8): Implementacja Mesa bibliotek GLES (OpenGL ES)
298Group: Libraries
c7f22387 299Requires: %{name}-libglapi = %{version}-%{release}
95034bc4
JB
300Provides: OpenGLES
301Provides: OpenGLESv1 = 1.1
302Provides: OpenGLESv2 = 2.0
7731a383 303Provides: OpenGLESv3 = 3.1
278406ce
JB
304
305%description libGLES
306This package contains shared libraries of Mesa implementation of GLES
307(OpenGL ES) - cross-platform API for full-function 2D and 3D graphics
308on embedded systems. OpenGL ES specification can be found on Khronos
cc59a107
JB
309Group site: <http://www.khronos.org/opengles/>. Mesa implements OpenGL
310ES 1.1 and 2.0.
278406ce
JB
311
312%description libGLES -l pl.UTF-8
313Ten pakiet zawiera biblioteki współdzielone implementacji Mesa
314standardu GLES (OpenGL ES) - wieloplatformowego API do w pełni
315funkcjonalnej grafiki 2D i 3D na systemach wbudowanych. Specyfikację
316OpenGL ES można znaleźć na stronie Khronos Group:
cc59a107
JB
317<http://www.khronos.org/opengles/>. Mesa zawiera implementacją OpenGL
318ES 1.1 i 2.0.
278406ce
JB
319
320%package libGLES-devel
321Summary: Header files for Mesa GLES libraries
322Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Mesa GLES
323Group: Development/Libraries
166bc93f
JB
324Requires: %{name}-khrplatform-devel = %{version}-%{release}
325# <EGL/egl.h> for <GLES/egl.h>
bf8d2f73 326Requires: %{name}-libEGL-devel = %{version}-%{release}
278406ce 327Requires: %{name}-libGLES = %{version}-%{release}
95034bc4
JB
328Provides: OpenGLES-devel
329Provides: OpenGLESv1-devel = 1.1
330Provides: OpenGLESv2-devel = 2.0
7731a383 331Provides: OpenGLESv3-devel = 3.1
278406ce
JB
332
333%description libGLES-devel
334Header files for Mesa GLES libraries.
335
336%description libGLES-devel -l pl.UTF-8
337Pliki nagłówkowe bibliotek Mesa GLES.
338
f4a8c5f6
JB
339%package libOSMesa
340Summary: OSMesa (off-screen renderer) library
341Summary(pl.UTF-8): Biblioteka OSMesa (renderująca bitmapy w pamięci)
342License: MIT
343Group: Libraries
f4a8c5f6
JB
344
345%description libOSMesa
346OSMesa (off-screen renderer) library.
347
348%description libOSMesa -l pl.UTF-8
349Biblioteka OSMesa (renderująca bitmapy w pamięci).
350
351%package libOSMesa-devel
352Summary: Header file for OSMesa (off-screen renderer) library
353Summary(pl.UTF-8): Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci)
354License: MIT
355Group: Development/Libraries
356Requires: %{name}-libOSMesa = %{version}-%{release}
357# for <GL/gl.h> only
358Requires: OpenGL-devel
bf8d2f73 359Requires: libselinux-devel
f4a8c5f6
JB
360
361%description libOSMesa-devel
362Header file for OSMesa (off-screen renderer) library.
363
364%description libOSMesa-devel -l pl.UTF-8
365Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci).
366
367%package libOSMesa-static
368Summary: Static OSMesa (off-screen renderer) library
369Summary(pl.UTF-8): Biblioteka statyczna OSMesa (renderująca bitmapy w pamięci)
370License: MIT
371Group: Development/Libraries
372Requires: %{name}-libOSMesa-devel = %{version}-%{release}
373# this static build of OSMesa needs static non-dri Mesa implementation
374Requires: %{name}-libGL-static = %{version}-%{release}
375
376%description libOSMesa-static
377Static OSMesa (off-screen renderer) library.
378
379%description libOSMesa-static -l pl.UTF-8
380Biblioteka statyczna OSMesa (renderująca bitmapy w pamięci).
381
ff879d59
JK
382%package OpenCL-icd
383Summary: Mesa implementation of OpenCL (Compuing Language) API ICD
384Summary(pl.UTF-8): Implementacja Mesa API OpenCL (języka obliczeń) ICD
385License: MIT
386Group: Libraries
387Requires: filesystem >= 4.0-29
388Requires: libdrm >= %{libdrm_ver}
389Requires: llvm-libclc
390Requires: udev-libs >= 1:151
391Provides: OpenCL = 1.1
e62c11c2 392Provides: ocl-icd-driver
ff879d59
JK
393
394%description OpenCL-icd
395This package contains Mesa implementation of OpenCL - standard for
396cross-platform, parallel programming of modern processors found in
397personal computers, servers and handheld/embedded devices. OpenCL
398specification can be found on Khronos Group site:
399<http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
400
401The implementation is provided as an installable client driver (ICD)
402for use with the ocl-icd loader.
403
404%description OpenCL-icd -l pl.UTF-8
405Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
406wieloplatformowego, równoległego programowania nowoczesnych
407procesorów, jakie znajdują się w komputerach osobistych, serwerach
408oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
409znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
410Mesa zawiera implementację OpenCL w wersji 1.1.
411
412Implementacja dostarczona jest w postaci instalowalnego sterownika klienta
413(ICD), który może być użyty z loaderem ocl-icd.
414
e5bc9334
JB
415%package libOpenCL
416Summary: Mesa implementation of OpenCL (Compuing Language) API
417Summary(pl.UTF-8): Implementacja Mesa API OpenCL (języka obliczeń)
418License: MIT
419Group: Libraries
420Requires: libdrm >= %{libdrm_ver}
bec14093 421Requires: llvm-libclc
4328392c 422Requires: udev-libs >= 1:151
e5bc9334
JB
423Provides: OpenCL = 1.1
424
425%description libOpenCL
426This package contains Mesa implementation of OpenCL - standard for
427cross-platform, parallel programming of modern processors found in
428personal computers, servers and handheld/embedded devices. OpenCL
429specification can be found on Khronos Group site:
430<http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
431
432%description libOpenCL -l pl.UTF-8
433Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
434wieloplatformowego, równoległego programowania nowoczesnych
435procesorów, jakie znajdują się w komputerach osobistych, serwerach
436oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
437znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
438Mesa zawiera implementację OpenCL w wersji 1.1.
439
440%package libOpenCL-devel
441Summary: Header files for Mesa OpenCL library
442Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Mesa OpenCL
443License: MIT
444Group: Development/Libraries
445Requires: %{name}-libOpenCL = %{version}-%{release}
7731a383 446Provides: OpenCL-devel = 1.2
e5bc9334
JB
447
448%description libOpenCL-devel
449Header files for Mesa OpenCL library.
450
451%description libOpenCL-devel -l pl.UTF-8
452Pliki nagłówkowe biblioteki Mesa OpenCL.
453
c1d2b5e2 454%package libOpenVG
278406ce
JB
455Summary: Mesa implementation of OpenVG (Vector Graphics Accelleration) API
456Summary(pl.UTF-8): Implementacja Mesa API OpenVG (akceleracji grafiki wektorowej)
c1d2b5e2
AM
457License: MIT
458Group: Libraries
95034bc4 459Provides: OpenVG = 1.1
c1d2b5e2
AM
460
461%description libOpenVG
278406ce
JB
462This package contains Mesa implementation of OpenVG - cross-platform
463API that provides a low-level hardware acceleration interface for
464vector graphics libraries such as Flash and SVG. OpenVG specification
465can be found on Khronos Group site: <http://www.khronos.org/openvg/>.
cc59a107 466Mesa implements OpenVG 1.1.
c1d2b5e2
AM
467
468%description libOpenVG -l pl.UTF-8
278406ce
JB
469Ten pakiet zawiera implementację Mesa standardu OpenVG -
470wieloplatfomowego API zapewniającego niskopoziomowy interfejs
9bfb354d
AM
471akceleracji sprzętowej dla bibliotek grafiki wektorowej, takiej jak
472Flash czy SVG. Specyfikację OpenVG można znaleźć na stronie Khronos
473Group: <http://www.khronos.org/openvg/>. Mesa zawiera implementację
474OpenVG w wersji 1.1.
c1d2b5e2
AM
475
476%package libOpenVG-devel
278406ce
JB
477Summary: Header file for Mesa OpenVG library
478Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa OpenVG
c1d2b5e2
AM
479License: MIT
480Group: Development/Libraries
166bc93f 481Requires: %{name}-khrplatform-devel = %{version}-%{release}
c1d2b5e2 482Requires: %{name}-libOpenVG = %{version}-%{release}
95034bc4 483Provides: OpenVG-devel = 1.1
c1d2b5e2
AM
484
485%description libOpenVG-devel
278406ce 486Header file for Mesa OpenVG library.
c1d2b5e2
AM
487
488%description libOpenVG-devel -l pl.UTF-8
278406ce 489Plik nagłówkowy biblioteki Mesa OpenVG.
c1d2b5e2 490
04c3cb73
JB
491%package libXvMC-nouveau
492Summary: Mesa implementation of XvMC API for NVidia adapters
493Summary(pl.UTF-8): Implementacja Mesa API XvMC dla kart NVidia
f4a8c5f6 494License: MIT
9bfb354d 495Group: Libraries
8eb275e9 496Requires: libdrm >= %{libdrm_ver}
a651d613 497Requires: xorg-lib-libXvMC >= 1.0.6
04c3cb73
JB
498Conflicts: Mesa-libXvMC
499
500%description libXvMC-nouveau
501Mesa implementation of XvMC API for NVidia adapters (NV40-NV96, NVa0).
502
503%description libXvMC-nouveau -l pl.UTF-8
504Implementacja Mesa API XvMC dla kart NVidia (NV40-NV96, NVa0).
505
04c3cb73
JB
506%package libXvMC-r600
507Summary: Mesa implementation of XvMC API for ATI Radeon R600 series adapters
508Summary(pl.UTF-8): Implementacja Mesa API XvMC dla kart ATI Radeon z serii R600
509License: MIT
510Group: Libraries
511Requires: libdrm >= %{libdrm_ver}
a651d613 512Requires: xorg-lib-libXvMC >= 1.0.6
04c3cb73
JB
513Conflicts: Mesa-libXvMC
514
515%description libXvMC-r600
516Mesa implementation of XvMC API for ATI Radeon adapters based on
517R600/R700 chips.
518
519%description libXvMC-r600 -l pl.UTF-8
520Implementacja Mesa API XvMC dla kart ATI Radeon opartych na układach
521R600/R700.
522
ebff9a35
AM
523%package -n libva-driver-gallium
524Summary: VA driver for Gallium State Tracker
0b61c751 525Summary(pl.UTF-8): Sterowniki VA do Gallium
ebff9a35 526Group: Libraries
0b61c751
JK
527%if %{with gallium_radeon}
528Requires: libva-driver-r600
529Requires: libva-driver-radeonsi
530%endif
531%if %{with gallium_nouveau}
532Requires: libva-driver-nouveau
533%endif
ebff9a35
AM
534
535%description -n libva-driver-gallium
0b61c751 536VA drivers for Gallium State Tracker (r600, radeonsi & nouveau).
ebff9a35
AM
537
538%description -n libva-driver-gallium -l pl.UTF-8
0b61c751
JK
539Sterowniki VA do Gallium (r600, radeonsi & nouveau).
540
541%package -n libva-driver-r600
542Summary: VA driver for ATI Radeon R600 series adapters
543Summary(pl.UTF-8): Sterownik VA dla kart ATI Radeon z serii R600
544Group: Libraries
59b29c4c 545Requires: libva >= 1.6.0
0b61c751
JK
546
547%description -n libva-driver-r600
548VA driver for ATI Radeon R600 series adapters.
549
550%description -n libva-driver-r600 -l pl.UTF-8
551Sterownik VA dla kart ATI Radeon z serii R600.
552
553%package -n libva-driver-radeonsi
554Summary: VA driver for ATI Radeon SI adapters
555Summary(pl.UTF-8): Sterownik VA dla kart ATI Radeon SI
556Group: Libraries
59b29c4c 557Requires: libva >= 1.6.0
0b61c751
JK
558
559%description -n libva-driver-radeonsi
560VA driver for ATI Radeon adapters based on Southern Islands chips.
561
562%description -n libva-driver-radeonsi -l pl.UTF-8
563Sterownik VA dla kart ATI Radeon opartych na układach Southern Islands.
564
565%package -n libva-driver-nouveau
566Summary: VA driver for NVidia adapters
567Summary(pl.UTF-8): Sterownik VA dla kart NVidia
568Group: Libraries
59b29c4c 569Requires: libva >= 1.6.0
0b61c751
JK
570
571%description -n libva-driver-nouveau
572VA driver for NVidia adapters.
573
574%description -n libva-driver-nouveau -l pl.UTF-8
575Sterownik VA dla kart NVidia.
ebff9a35 576
d3cd778a
JB
577%package libgbm
578Summary: Mesa Graphics Buffer Manager library
579Summary(pl.UTF-8): Biblioteka Mesa Graphics Buffer Manager
580Group: Libraries
e0e9f02c 581Requires: %{name}-libglapi = %{version}-%{release}
4328392c 582Requires: udev-libs >= 1:151
72a183c7 583Conflicts: Mesa-libEGL < 8.0.1-2
d3cd778a
JB
584
585%description libgbm
586Mesa Graphics Buffer Manager library.
587
588%description libgbm -l pl.UTF-8
589Biblioteka Mesa Graphics Buffer Manager (zarządcy bufora graficznego).
590
591%package libgbm-devel
592Summary: Header file for Mesa Graphics Buffer Manager library
593Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager
594Group: Development/Libraries
595Requires: %{name}-libgbm = %{version}-%{release}
4328392c 596Requires: udev-devel >= 1:151
d3cd778a
JB
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
c7f22387
JB
605%package libglapi
606Summary: Mesa GL API shared library
607Summary(pl.UTF-8): Biblioteka współdzielona Mesa GL API
608Group: Libraries
72a183c7 609Conflicts: Mesa-libEGL < 8.0.1-2
c7f22387
JB
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
24b30bc6
JB
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}
24b30bc6
JB
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
a651d613
JB
643%package libxatracker
644Summary: Xorg Gallium3D accelleration library
645Summary(pl.UTF-8): Biblioteka akceleracji Gallium3D dla Xorg
646Group: X11/Libraries
c7f22387 647Requires: libdrm >= %{libdrm_ver}
a651d613
JB
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}
c7f22387 661Requires: libdrm-devel >= %{libdrm_ver}
a651d613
JB
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
166bc93f
JB
669%package khrplatform-devel
670Summary: Khronos platform header file
671Summary(pl.UTF-8): Plik nagłówkowy platformy Khronos
672Group: Development/Libraries
72a183c7 673Conflicts: Mesa-libEGL-devel < 8.0.1-2
166bc93f
JB
674
675%description khrplatform-devel
676Khronos platform header file.
677
678%description khrplatform-devel -l pl.UTF-8
679Plik nagłówkowy platformy Khronos.
680
afe33c03 681%package dri-driver-ati-radeon-R100
362c6f99
JB
682Summary: X.org DRI driver for ATI R100 card family
683Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R100
f4a8c5f6 684License: MIT
18da5046 685Group: X11/Libraries
83c21438 686Requires: xorg-driver-video-ati
d70abe90
JB
687Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
688Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 689Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 690
691%description dri-driver-ati-radeon-R100
362c6f99 692X.org DRI driver for ATI R100 card family (Radeon 7000-7500).
afe33c03 693
f77f03b8 694%description dri-driver-ati-radeon-R100 -l pl.UTF-8
362c6f99 695Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500).
afe33c03 696
697%package dri-driver-ati-radeon-R200
362c6f99
JB
698Summary: X.org DRI driver for ATI R200 card family
699Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R200
f4a8c5f6 700License: MIT
18da5046 701Group: X11/Libraries
83c21438 702Requires: xorg-driver-video-ati
d70abe90
JB
703Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
704Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 705Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 706
707%description dri-driver-ati-radeon-R200
362c6f99 708X.org DRI driver for ATI R200 card family (Radeon 8500-92xx)
afe33c03 709
f77f03b8 710%description dri-driver-ati-radeon-R200 -l pl.UTF-8
362c6f99 711Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx).
afe33c03 712
713%package dri-driver-ati-radeon-R300
362c6f99
JB
714Summary: X.org DRI driver for ATI R300 card family
715Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R300
f4a8c5f6 716License: MIT
18da5046 717Group: X11/Libraries
83c21438 718Requires: xorg-driver-video-ati
d70abe90
JB
719Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
720Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 721Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 722
723%description dri-driver-ati-radeon-R300
04c3cb73 724X.org DRI driver for ATI R300/R400/RS690/R500 card family.
afe33c03 725
f77f03b8 726%description dri-driver-ati-radeon-R300 -l pl.UTF-8
04c3cb73 727Sterownik X.org DRI dla rodziny kart ATI R300/R400/RS690/R500.
afe33c03 728
e68936d0
AM
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
04c3cb73 740X.org DRI driver for ATI R600/R700 card family.
e68936d0
AM
741
742%description dri-driver-ati-radeon-R600 -l pl.UTF-8
04c3cb73 743Sterownik X.org DRI dla rodziny kart ATI R600/R700.
e68936d0 744
3dc87f1a
AM
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
f31a332e
JB
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
afe33c03 776%package dri-driver-intel-i915
362c6f99
JB
777Summary: X.org DRI driver for Intel i915 card family
778Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i915
f4a8c5f6 779License: MIT
18da5046 780Group: X11/Libraries
d70abe90
JB
781Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
782Requires: xorg-xserver-server >= %{xserver_ver}
2db432a2 783Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 784Obsoletes: X11-driver-i810-dri < 1:7.0.0
afe33c03 785
786%description dri-driver-intel-i915
04c3cb73
JB
787X.org DRI driver for Intel i915 card family (915, 945, G33, Q33, Q35,
788Pineview).
afe33c03 789
f77f03b8 790%description dri-driver-intel-i915 -l pl.UTF-8
04c3cb73
JB
791Sterownik X.org DRI dla rodziny kart Intel i915 (915, 945, G33, Q33,
792Q35, Pineview).
afe33c03 793
b360f4f6 794%package dri-driver-intel-i965
362c6f99
JB
795Summary: X.org DRI driver for Intel i965 card family
796Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i965
f4a8c5f6 797License: MIT
b360f4f6 798Group: X11/Libraries
d70abe90
JB
799Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
800Requires: xorg-xserver-server >= %{xserver_ver}
b360f4f6 801Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 802Obsoletes: X11-driver-i810-dri < 1:7.0.0
b360f4f6 803
804%description dri-driver-intel-i965
04c3cb73
JB
805X.org DRI driver for Intel i965 card family (946GZ, 965G, 965Q, 965GM,
806965GME, GM45, G41, B43, Q45, G45);
b360f4f6 807
f77f03b8 808%description dri-driver-intel-i965 -l pl.UTF-8
04c3cb73
JB
809Sterownik X.org DRI dla rodziny kart Intel i965 (946GZ, 965G, 965Q,
810965GM, 965GME, GM45, G41, B43, Q45, G45).
b360f4f6 811
6e049c9d 812%package dri-driver-intel-ilo
6f955018
JB
813Summary: X.org DRI driver for Intel chips family
814Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny układów firmy Intel
6e049c9d
AM
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
6f955018
JB
822X.org DRI driver for Intel chips family. It supports Cherryview/
823Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge chips.
6e049c9d
AM
824
825%description dri-driver-intel-ilo -l pl.UTF-8
6f955018
JB
826Sterownik X.org DRI dla rodziny układów firmy Intel. Obsługuje układy
827Cherryview/Broadwell/Bay Trail/Haswell/Ivybdidge/Sandybridge.
6e049c9d 828
3e88bc92
AM
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
f3606317 844%package dri-driver-swrast
362c6f99
JB
845Summary: X.org DRI software rasterizer driver
846Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe
f3606317
AM
847License: MIT
848Group: X11/Libraries
d70abe90
JB
849Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
850Requires: xorg-xserver-server >= %{xserver_ver}
f3606317
AM
851
852%description dri-driver-swrast
362c6f99 853X.org DRI software rasterizer driver.
f3606317
AM
854
855%description dri-driver-swrast -l pl.UTF-8
362c6f99 856Sterownik X.org DRI obsługujący rysowanie programowe.
f3606317 857
f31a332e
JB
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
6e049c9d
AM
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
e68936d0
AM
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
0f9ae6ae 892Requires: xorg-driver-video-vmware
e68936d0
AM
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
6f955018
JB
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
1f730540
JB
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
04c3cb73
JB
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
9bfb354d
AM
1066License: MIT
1067Group: X11/Libraries
8eb275e9 1068Requires: libdrm >= %{libdrm_ver}
7731a383 1069Requires: libvdpau >= 1.1
04c3cb73 1070Conflicts: libvdpau-driver-mesa
9bfb354d 1071
04c3cb73
JB
1072%description -n libvdpau-driver-mesa-nouveau
1073Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1074(NV40-NV96, NVa0).
9bfb354d 1075
04c3cb73
JB
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).
9bfb354d 1079
ebff9a35
AM
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}
7731a383 1086Requires: libvdpau >= 1.1
ebff9a35
AM
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
04c3cb73
JB
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}
7731a383 1103Requires: libvdpau >= 1.1
04c3cb73
JB
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
3dc87f1a
AM
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}
7731a383 1120Requires: libvdpau >= 1.1
3dc87f1a 1121Conflicts: libvdpau-driver-mesa
5b8e9162 1122Obsoletes: Mesa-libllvmradeon
3dc87f1a
AM
1123
1124%description -n libvdpau-driver-mesa-radeonsi
0784ce78
JB
1125Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1126adapters based on Southern Islands chips.
3dc87f1a
AM
1127
1128%description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
0784ce78
JB
1129Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1130oparte na układach Southern Islands.
3dc87f1a 1131
56313830
AM
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
c45391bc
JB
1140Obsoletes: omxil-mesa-nouveau
1141Obsoletes: omxil-mesa-r600
1142Obsoletes: omxil-mesa-radeonsi
56313830
AM
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
4bacd84c
JB
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
075ec3a3
JK
1201%package vulkan-icd-intel
1202Summary: Mesa Vulkan driver for Intel GPUs
1203Summary(pl.UTF-8): Sterownik Vulkan dla GPU 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 Intel
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
a0b2836a 1229%prep
0bad6e58 1230%setup -q -n mesa-%{version}
a0b2836a 1231
1232%build
5853b3ab
JB
1233%{__libtoolize}
1234%{__aclocal} -I m4
bb686270 1235%{__autoconf}
5853b3ab 1236%{__automake}
a5afae62 1237
9bfb354d 1238dri_drivers="r200 radeon \
6e049c9d 1239%if %{without gallium_i915}
04c3cb73 1240i915 \
a5afae62 1241%endif
d9ca63e3
JB
1242i965 \
1243nouveau \
59f12de8
AM
1244%ifarch sparc sparcv9 sparc64
1245ffb \
6299b3cd 1246%endif
9bfb354d 1247swrast"
59f12de8
AM
1248
1249dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1250
c1d2b5e2 1251gallium_drivers="svga swrast \
6e049c9d 1252%if %{with gallium_i915}
c1d2b5e2 1253i915 \
c1d2b5e2 1254%endif
56313830 1255%if %{with gallium_radeon}
b8e6b6d7 1256r300 \
c1d2b5e2 1257r600 \
700470bd 1258radeonsi \
56313830 1259%endif
45300693 1260%if %{with gallium_nouveau}
0784ce78 1261nouveau
c1d2b5e2 1262%endif
6e049c9d
AM
1263ilo \
1264virgl \
f31a332e
JB
1265%ifarch arm
1266freedreno \
1267vc4 \
1268%endif
c1d2b5e2
AM
1269"
1270
1271gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1272
075ec3a3
JK
1273vulkan_drivers="intel"
1274
700470bd 1275%configure \
4799b78a 1276 --disable-silent-rules \
9bfb354d 1277 %{__enable gbm} \
b4a5c074 1278 --enable-glx-tls \
700470bd 1279 --enable-osmesa \
c885f99e 1280 --enable-selinux \
1f730540 1281 --enable-shared \
f566cdfa 1282 --enable-shared-glapi \
c885f99e 1283 %{?with_static_libs:--enable-static} \
3f1b1b5d 1284 %{?with_texture_float:--enable-texture-float} \
c885f99e
JB
1285%if %{with egl}
1286 --enable-egl \
1287 --enable-gles1 \
1288 --enable-gles2 \
24b30bc6 1289 --with-egl-platforms=x11%{?with_gbm:,drm}%{?with_wayland:,wayland} \
c885f99e 1290%endif
5f574b4b 1291%if %{with gallium}
9bfb354d 1292 --enable-gallium-llvm \
2fc49cce 1293 --enable-llvm-shared-libs \
ff879d59 1294 %{__enable ocl_icd opencl-icd} \
1f730540
JB
1295 %{?with_nine:--enable-nine} \
1296 %{__enable opencl} \
075ec3a3 1297 %{__enable va} \
9bfb354d 1298 --enable-vdpau \
4bacd84c 1299 %{?with_omx:--enable-omx} \
a651d613 1300 %{?with_xa:--enable-xa} \
9bfb354d 1301 --enable-xvmc \
c1d2b5e2 1302 --with-gallium-drivers=${gallium_drivers} \
5f574b4b 1303%else
5eb992a8 1304 --without-gallium-drivers \
5f574b4b 1305%endif
e481f96e
JR
1306 --with-dri-drivers=${dri_drivers} \
1307 --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
075ec3a3
JK
1308 --with-vulkan-drivers=${vulkan_drivers} \
1309 --with-vulkan-icddir=/usr/share/vulkan/icd.d \
1f88045a
JB
1310 --with-sha1=libnettle \
1311 --with-va-libdir=%{_libdir}/libva/dri
59f12de8
AM
1312
1313%{__make}
59f12de8 1314
34f695f1
AM
1315%{?with_tests:%{__make} check}
1316
a0b2836a 1317%install
f5543b17 1318rm -rf $RPM_BUILD_ROOT
ddde5931 1319
59f12de8
AM
1320%{__make} install \
1321 DESTDIR=$RPM_BUILD_ROOT
ddde5931 1322
59f12de8 1323# strip out undesirable headers
7b63a369 1324%{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/wglext.h
80fb8e4d 1325# dlopened by soname
e22d206b
JR
1326%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so}
1327%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so.1.0}
c45391bc 1328# dlopened by soname or .so link
e22d206b 1329%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_*.so.1.0}
c7f22387 1330# not used externally
0d8bac2a 1331%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1cd368bc 1332# dlopened
4bacd84c 1333%{?with_omx:%{__rm} $RPM_BUILD_ROOT%{_libdir}/bellagio/libomx_*.la}
1f730540 1334%{?with_nine:%{__rm} $RPM_BUILD_ROOT%{_libdir}/d3d/d3dadapter9.la}
e22d206b 1335%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_*.la}
1cd368bc
JB
1336# not defined by standards; and not needed, there is pkg-config support
1337%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
075ec3a3
JK
1338
1339# these are provided by vulkan-devel
1340rm -r $RPM_BUILD_ROOT%{_includedir}/vulkan/{vk_platform.h,vulkan.h}
c1d2b5e2 1341
f56e1323
JR
1342# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1343# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1344strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1345
abc9e15f
JB
1346%clean
1347rm -rf $RPM_BUILD_ROOT
1348
bb686270
AM
1349%post libEGL -p /sbin/ldconfig
1350%postun libEGL -p /sbin/ldconfig
1351
f445ed6c
JB
1352%post libGL -p /sbin/ldconfig
1353%postun libGL -p /sbin/ldconfig
1354
c1d2b5e2
AM
1355%post libGLES -p /sbin/ldconfig
1356%postun libGLES -p /sbin/ldconfig
1357
c1d2b5e2
AM
1358%post libOSMesa -p /sbin/ldconfig
1359%postun libOSMesa -p /sbin/ldconfig
1360
e5bc9334
JB
1361%post libOpenCL -p /sbin/ldconfig
1362%postun libOpenCL -p /sbin/ldconfig
1363
c1d2b5e2
AM
1364%post libOpenVG -p /sbin/ldconfig
1365%postun libOpenVG -p /sbin/ldconfig
1366
04c3cb73
JB
1367%post libXvMC-nouveau -p /sbin/ldconfig
1368%postun libXvMC-nouveau -p /sbin/ldconfig
04c3cb73
JB
1369%post libXvMC-r600 -p /sbin/ldconfig
1370%postun libXvMC-r600 -p /sbin/ldconfig
9bfb354d 1371
d3cd778a
JB
1372%post libgbm -p /sbin/ldconfig
1373%postun libgbm -p /sbin/ldconfig
1374
c7f22387
JB
1375%post libglapi -p /sbin/ldconfig
1376%postun libglapi -p /sbin/ldconfig
1377
24b30bc6
JB
1378%post libwayland-egl -p /sbin/ldconfig
1379%postun libwayland-egl -p /sbin/ldconfig
1380
a651d613
JB
1381%post libxatracker -p /sbin/ldconfig
1382%postun libxatracker -p /sbin/ldconfig
1383
bb686270
AM
1384%if %{with egl}
1385%files libEGL
1386%defattr(644,root,root,755)
1387%attr(755,root,root) %{_libdir}/libEGL.so.*.*
c794b508 1388%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
bb686270
AM
1389
1390%files libEGL-devel
1391%defattr(644,root,root,755)
1392%attr(755,root,root) %{_libdir}/libEGL.so
bb686270
AM
1393%dir %{_includedir}/EGL
1394%{_includedir}/EGL/egl.h
1395%{_includedir}/EGL/eglext.h
56313830 1396%{_includedir}/EGL/eglextchromium.h
9bfb354d 1397%{_includedir}/EGL/eglmesaext.h
bb686270 1398%{_includedir}/EGL/eglplatform.h
bb686270
AM
1399%{_pkgconfigdir}/egl.pc
1400
c885f99e 1401%if %{with static_libs}
bb686270
AM
1402%files libEGL-static
1403%defattr(644,root,root,755)
1404%{_libdir}/libEGL.a
1405%endif
1406%endif
1407
f445ed6c 1408%files libGL
e9b3ff7a 1409%defattr(644,root,root,755)
3f1b1b5d 1410%doc docs/{*.html,README.UVD,patents.txt,relnotes/*.html}
9b0e6ebb
JB
1411%attr(755,root,root) %{_libdir}/libGL.so.*.*
1412%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
0cb33a09 1413# symlink for binary apps which fail to conform Linux OpenGL ABI
bf8d2f73 1414# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
0cb33a09 1415%attr(755,root,root) %{_libdir}/libGL.so
0d8bac2a 1416%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drirc
a0b2836a 1417
f445ed6c 1418%files libGL-devel
e9b3ff7a 1419%defattr(644,root,root,755)
5b8e9162 1420%doc docs/specs/*
debcd977 1421%dir %{_includedir}/GL
d3dd48bf 1422%{_includedir}/GL/gl.h
56313830 1423%{_includedir}/GL/glcorearb.h
e1833810 1424%{_includedir}/GL/glext.h
d3dd48bf 1425%{_includedir}/GL/gl_mangle.h
d3dd48bf 1426%{_includedir}/GL/glx.h
abc9e15f 1427%{_includedir}/GL/glxext.h
d3dd48bf 1428%{_includedir}/GL/glx_mangle.h
9405a391 1429%{_includedir}/GL/mesa_glinterop.h
1ec0796e
AM
1430%dir %{_includedir}/GL/internal
1431%{_includedir}/GL/internal/dri_interface.h
59f12de8 1432%{_pkgconfigdir}/dri.pc
f4a8c5f6 1433%{_pkgconfigdir}/gl.pc
a0b2836a 1434
c885f99e 1435%if %{with static_libs}
278406ce
JB
1436%files libGL-static
1437%defattr(644,root,root,755)
1438%{_libdir}/libGL.a
1439%endif
1440
c1d2b5e2
AM
1441%files libGLES
1442%defattr(644,root,root,755)
cc59a107
JB
1443%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1444%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1445%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1446%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
c1d2b5e2
AM
1447
1448%files libGLES-devel
1449%defattr(644,root,root,755)
cc59a107
JB
1450%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1451%attr(755,root,root) %{_libdir}/libGLESv2.so
c1d2b5e2
AM
1452%{_includedir}/GLES
1453%{_includedir}/GLES2
46cee963 1454%{_includedir}/GLES3
cc59a107
JB
1455%{_pkgconfigdir}/glesv1_cm.pc
1456%{_pkgconfigdir}/glesv2.pc
c1d2b5e2 1457
f4a8c5f6
JB
1458%files libOSMesa
1459%defattr(644,root,root,755)
cc59a107 1460%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
9bfb354d 1461%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
f4a8c5f6
JB
1462
1463%files libOSMesa-devel
1464%defattr(644,root,root,755)
cc59a107 1465%attr(755,root,root) %{_libdir}/libOSMesa.so
f4a8c5f6 1466%{_includedir}/GL/osmesa.h
bf8d2f73 1467%{_pkgconfigdir}/osmesa.pc
f4a8c5f6 1468
c885f99e 1469%if %{with static_libs}
f4a8c5f6
JB
1470%files libOSMesa-static
1471%defattr(644,root,root,755)
cc59a107 1472%{_libdir}/libOSMesa.a
59f12de8 1473%endif
f4a8c5f6 1474
e5bc9334 1475%if %{with opencl}
ff879d59
JK
1476%if %{with ocl_icd}
1477%files OpenCL-icd
1478%defattr(644,root,root,755)
1479/etc/OpenCL/vendors/mesa.icd
1480%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1481%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1482%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
6f955018
JB
1483# currently only OpenCL uses dynamic pipe loader
1484%dir %{_libdir}/gallium-pipe
ff879d59 1485%else
e5bc9334
JB
1486%files libOpenCL
1487%defattr(644,root,root,755)
1488%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1489%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
6f955018
JB
1490# currently only OpenCL uses dynamic pipe loader
1491%dir %{_libdir}/gallium-pipe
e5bc9334
JB
1492
1493%files libOpenCL-devel
1494%defattr(644,root,root,755)
1495%attr(755,root,root) %{_libdir}/libOpenCL.so
1496%{_includedir}/CL
e5bc9334 1497%endif
ff879d59 1498%endif
e5bc9334 1499
ebff9a35 1500%if %{with egl} && %{with openvg} && %{with gallium}
c1d2b5e2
AM
1501%files libOpenVG
1502%defattr(644,root,root,755)
cc59a107 1503%attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.*
278406ce 1504%attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1
c1d2b5e2
AM
1505
1506%files libOpenVG-devel
1507%defattr(644,root,root,755)
278406ce 1508%attr(755,root,root) %{_libdir}/libOpenVG.so
c1d2b5e2 1509%{_includedir}/VG
c1d2b5e2
AM
1510%{_pkgconfigdir}/vg.pc
1511%endif
1512
c3f739d4 1513%if %{with gallium}
80fb8e4d 1514%if %{with gallium_nouveau}
04c3cb73 1515%files libXvMC-nouveau
875da849 1516%defattr(644,root,root,755)
46cee963 1517%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0.0
04c3cb73 1518%attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
80fb8e4d 1519%endif
04c3cb73 1520
56313830 1521%if %{with gallium_radeon}
04c3cb73
JB
1522%files libXvMC-r600
1523%defattr(644,root,root,755)
46cee963 1524%attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0.0
04c3cb73 1525%attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
c3f739d4 1526%endif
ebff9a35 1527
3f1b1b5d 1528%if %{with va}
ebff9a35 1529%files -n libva-driver-gallium
3f1b1b5d 1530%defattr(644,root,root,755)
0b61c751
JK
1531
1532%if %{with gallium_radeon}
1533%files -n libva-driver-r600
1534%defattr(644,root,root,755)
1535%attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
1536
1537%files -n libva-driver-radeonsi
1538%defattr(644,root,root,755)
1539%attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
1540%endif
1541
1542%if %{with gallium_nouveau}
1543%files -n libva-driver-nouveau
1544%defattr(644,root,root,755)
1545%attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
1546%endif
56313830 1547%endif
56313830 1548%endif
afe33c03 1549
d3cd778a
JB
1550%if %{with gbm}
1551%files libgbm
1552%defattr(644,root,root,755)
1553%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1554%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
d3cd778a
JB
1555
1556%files libgbm-devel
1557%defattr(644,root,root,755)
1558%attr(755,root,root) %{_libdir}/libgbm.so
1559%{_includedir}/gbm.h
1560%{_pkgconfigdir}/gbm.pc
1561%endif
1562
c7f22387
JB
1563%files libglapi
1564%defattr(644,root,root,755)
1565%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1566%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1567# libglapi-devel? nothing seems to need it atm.
1568#%attr(755,root,root) %{_libdir}/libglapi.so
1569
24b30bc6
JB
1570%if %{with wayland}
1571%files libwayland-egl
1572%defattr(644,root,root,755)
1573%attr(755,root,root) %{_libdir}/libwayland-egl.so.*.*
1574%attr(755,root,root) %ghost %{_libdir}/libwayland-egl.so.1
1575
1576%files libwayland-egl-devel
1577%defattr(644,root,root,755)
1578%attr(755,root,root) %{_libdir}/libwayland-egl.so
1579%{_pkgconfigdir}/wayland-egl.pc
1580%endif
1581
a651d613
JB
1582%if %{with xa}
1583%files libxatracker
1584%defattr(644,root,root,755)
1585%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
0d8bac2a 1586%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
a651d613
JB
1587
1588%files libxatracker-devel
1589%defattr(644,root,root,755)
1590%attr(755,root,root) %{_libdir}/libxatracker.so
1591%{_includedir}/xa_composite.h
1592%{_includedir}/xa_context.h
1593%{_includedir}/xa_tracker.h
1594%{_pkgconfigdir}/xatracker.pc
1595%endif
1596
166bc93f
JB
1597%if %{with egl}
1598%files khrplatform-devel
1599%defattr(644,root,root,755)
1600%dir %{_includedir}/KHR
1601%{_includedir}/KHR/khrplatform.h
1602%endif
1603
afe33c03 1604%files dri-driver-ati-radeon-R100
1605%defattr(644,root,root,755)
1606%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1607
1608%files dri-driver-ati-radeon-R200
1609%defattr(644,root,root,755)
1610%attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1611
c3f739d4 1612%if %{with gallium}
56313830 1613%if %{with gallium_radeon}
afe33c03 1614%files dri-driver-ati-radeon-R300
1615%defattr(644,root,root,755)
1616%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1617
e68936d0
AM
1618%files dri-driver-ati-radeon-R600
1619%defattr(644,root,root,755)
1620%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1621
3dc87f1a
AM
1622%files dri-driver-ati-radeon-SI
1623%defattr(644,root,root,755)
1624%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
56313830 1625%endif
6e049c9d
AM
1626
1627%files dri-driver-intel-ilo
1628%defattr(644,root,root,755)
1629%attr(755,root,root) %{_libdir}/xorg/modules/dri/ilo_dri.so
56313830 1630%endif
3dc87f1a 1631
afe33c03 1632%files dri-driver-intel-i915
1633%defattr(644,root,root,755)
5f574b4b 1634%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
afe33c03 1635
b360f4f6 1636%files dri-driver-intel-i965
1637%defattr(644,root,root,755)
1638%attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1639
3e88bc92
AM
1640%files dri-driver-nouveau
1641%defattr(644,root,root,755)
5b103bd4
JB
1642%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1643%if %{with gallium_nouveau}
3e88bc92 1644%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
a7a3223c 1645%endif
3e88bc92 1646
f3606317
AM
1647%files dri-driver-swrast
1648%defattr(644,root,root,755)
e22d206b 1649%if %{with gallium}
56313830 1650%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
e22d206b 1651%endif
f3606317
AM
1652%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1653
bb5f0825 1654%if %{with gallium}
f31a332e
JB
1655%ifarch arm
1656%files dri-driver-vc4
1657%defattr(644,root,root,755)
1658%attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1659%endif
1660
6e049c9d
AM
1661%files dri-driver-virgl
1662%defattr(644,root,root,755)
1663%attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1664
e68936d0
AM
1665%files dri-driver-vmwgfx
1666%defattr(644,root,root,755)
9c4e4073 1667%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
bb5f0825 1668%endif
9bfb354d 1669
6f955018
JB
1670%if %{with gallium}
1671%if %{with gallium_i915}
1672%files pipe-driver-i915
1673%defattr(644,root,root,755)
1674%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1675%endif
1676
1677%files pipe-driver-i965
1678%defattr(644,root,root,755)
1679%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i965.so
1680
1681%ifarch arm
1682%files pipe-driver-msm
1683%defattr(644,root,root,755)
1684%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1685%endif
1686
1687%if %{with gallium_nouveau}
1688%files pipe-driver-nouveau
1689%defattr(644,root,root,755)
1690%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1691%endif
1692
1693%if %{with gallium_radeon}
1694%files pipe-driver-r300
1695%defattr(644,root,root,755)
1696%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1697
1698%files pipe-driver-r600
1699%defattr(644,root,root,755)
1700%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1701
1702%files pipe-driver-radeonsi
1703%defattr(644,root,root,755)
1704%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1705%endif
1706
1707%files pipe-driver-swrast
1708%defattr(644,root,root,755)
1709%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1710
1711%files pipe-driver-vmwgfx
1712%defattr(644,root,root,755)
1713%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1714%endif
1715
1f730540
JB
1716%if %{with nine}
1717%files d3d
1718%defattr(644,root,root,755)
1719%dir %{_libdir}/d3d
1720%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1721
1722%files d3d-devel
1723%defattr(644,root,root,755)
1724%{_includedir}/d3dadapter
1725%{_pkgconfigdir}/d3d.pc
1726%endif
1727
c3f739d4 1728%if %{with gallium}
04c3cb73
JB
1729# ldconfig is not used in vdpau tree, so package all symlinks
1730%if %{with gallium_nouveau}
1731%files -n libvdpau-driver-mesa-nouveau
1732%defattr(644,root,root,755)
46cee963 1733%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
04c3cb73
JB
1734%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1735%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1736%endif
1737
56313830 1738%if %{with gallium_radeon}
ebff9a35
AM
1739%files -n libvdpau-driver-mesa-r300
1740%defattr(644,root,root,755)
1741%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
1742%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
1743%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
1744
04c3cb73
JB
1745%files -n libvdpau-driver-mesa-r600
1746%defattr(644,root,root,755)
46cee963 1747%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
9bfb354d
AM
1748%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
1749%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
04c3cb73 1750
3dc87f1a
AM
1751%files -n libvdpau-driver-mesa-radeonsi
1752%defattr(644,root,root,755)
46cee963 1753%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
3dc87f1a
AM
1754%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
1755%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
c3f739d4 1756%endif
56313830 1757%endif
4bacd84c
JB
1758
1759%if %{with gallium} && %{with omx}
56313830
AM
1760%files -n omxil-mesa
1761%defattr(644,root,root,755)
1762%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
56313830 1763%endif
075ec3a3
JK
1764
1765%files vulkan-icd-intel
1766%defattr(644,root,root,755)
1767%{_libdir}/libvulkan_intel.so
1768%{_datadir}/vulkan/icd.d/*.json
1769
1770%files vulkan-icd-intel-devel
1771%defattr(644,root,root,755)
1772%{_includedir}/vulkan/vulkan_intel.h
This page took 0.510512 seconds and 4 git commands to generate.