]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa.spec
Merge branch 'MESA_12_0'
[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
9405a391 60Version: 12.0.0
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
a888e997 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
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 \
9bfb354d
AM
1294 %{__enable egl gallium-egl} \
1295 %{__enable gbm gallium-gbm} \
ff879d59 1296 %{__enable ocl_icd opencl-icd} \
1f730540
JB
1297 %{?with_nine:--enable-nine} \
1298 %{__enable opencl} \
075ec3a3 1299 %{__enable va} \
9bfb354d 1300 --enable-vdpau \
4bacd84c 1301 %{?with_omx:--enable-omx} \
a651d613 1302 %{?with_xa:--enable-xa} \
9bfb354d 1303 --enable-xvmc \
c1d2b5e2 1304 --with-gallium-drivers=${gallium_drivers} \
5f574b4b 1305%else
5eb992a8 1306 --without-gallium-drivers \
5f574b4b 1307%endif
e481f96e
JR
1308 --with-dri-drivers=${dri_drivers} \
1309 --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
075ec3a3
JK
1310 --with-vulkan-drivers=${vulkan_drivers} \
1311 --with-vulkan-icddir=/usr/share/vulkan/icd.d \
1f88045a
JB
1312 --with-sha1=libnettle \
1313 --with-va-libdir=%{_libdir}/libva/dri
59f12de8
AM
1314
1315%{__make}
59f12de8 1316
34f695f1
AM
1317%{?with_tests:%{__make} check}
1318
a0b2836a 1319%install
f5543b17 1320rm -rf $RPM_BUILD_ROOT
ddde5931 1321
59f12de8
AM
1322%{__make} install \
1323 DESTDIR=$RPM_BUILD_ROOT
ddde5931 1324
59f12de8 1325# strip out undesirable headers
7b63a369 1326%{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/wglext.h
80fb8e4d 1327# dlopened by soname
e22d206b
JR
1328%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so}
1329%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so.1.0}
c45391bc 1330# dlopened by soname or .so link
e22d206b 1331%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_*.so.1.0}
c7f22387 1332# not used externally
0d8bac2a 1333%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1cd368bc 1334# dlopened
4bacd84c 1335%{?with_omx:%{__rm} $RPM_BUILD_ROOT%{_libdir}/bellagio/libomx_*.la}
1f730540 1336%{?with_nine:%{__rm} $RPM_BUILD_ROOT%{_libdir}/d3d/d3dadapter9.la}
e22d206b 1337%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_*.la}
1cd368bc
JB
1338# not defined by standards; and not needed, there is pkg-config support
1339%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
075ec3a3
JK
1340
1341# these are provided by vulkan-devel
1342rm -r $RPM_BUILD_ROOT%{_includedir}/vulkan/{vk_platform.h,vulkan.h}
c1d2b5e2 1343
f56e1323
JR
1344# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1345# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1346strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1347
abc9e15f
JB
1348%clean
1349rm -rf $RPM_BUILD_ROOT
1350
bb686270
AM
1351%post libEGL -p /sbin/ldconfig
1352%postun libEGL -p /sbin/ldconfig
1353
f445ed6c
JB
1354%post libGL -p /sbin/ldconfig
1355%postun libGL -p /sbin/ldconfig
1356
c1d2b5e2
AM
1357%post libGLES -p /sbin/ldconfig
1358%postun libGLES -p /sbin/ldconfig
1359
c1d2b5e2
AM
1360%post libOSMesa -p /sbin/ldconfig
1361%postun libOSMesa -p /sbin/ldconfig
1362
e5bc9334
JB
1363%post libOpenCL -p /sbin/ldconfig
1364%postun libOpenCL -p /sbin/ldconfig
1365
c1d2b5e2
AM
1366%post libOpenVG -p /sbin/ldconfig
1367%postun libOpenVG -p /sbin/ldconfig
1368
04c3cb73
JB
1369%post libXvMC-nouveau -p /sbin/ldconfig
1370%postun libXvMC-nouveau -p /sbin/ldconfig
04c3cb73
JB
1371%post libXvMC-r600 -p /sbin/ldconfig
1372%postun libXvMC-r600 -p /sbin/ldconfig
9bfb354d 1373
d3cd778a
JB
1374%post libgbm -p /sbin/ldconfig
1375%postun libgbm -p /sbin/ldconfig
1376
c7f22387
JB
1377%post libglapi -p /sbin/ldconfig
1378%postun libglapi -p /sbin/ldconfig
1379
24b30bc6
JB
1380%post libwayland-egl -p /sbin/ldconfig
1381%postun libwayland-egl -p /sbin/ldconfig
1382
a651d613
JB
1383%post libxatracker -p /sbin/ldconfig
1384%postun libxatracker -p /sbin/ldconfig
1385
bb686270
AM
1386%if %{with egl}
1387%files libEGL
1388%defattr(644,root,root,755)
1389%attr(755,root,root) %{_libdir}/libEGL.so.*.*
c794b508 1390%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
bb686270
AM
1391
1392%files libEGL-devel
1393%defattr(644,root,root,755)
1394%attr(755,root,root) %{_libdir}/libEGL.so
bb686270
AM
1395%dir %{_includedir}/EGL
1396%{_includedir}/EGL/egl.h
1397%{_includedir}/EGL/eglext.h
56313830 1398%{_includedir}/EGL/eglextchromium.h
9bfb354d 1399%{_includedir}/EGL/eglmesaext.h
bb686270 1400%{_includedir}/EGL/eglplatform.h
bb686270
AM
1401%{_pkgconfigdir}/egl.pc
1402
c885f99e 1403%if %{with static_libs}
bb686270
AM
1404%files libEGL-static
1405%defattr(644,root,root,755)
1406%{_libdir}/libEGL.a
1407%endif
1408%endif
1409
f445ed6c 1410%files libGL
e9b3ff7a 1411%defattr(644,root,root,755)
3f1b1b5d 1412%doc docs/{*.html,README.UVD,patents.txt,relnotes/*.html}
9b0e6ebb
JB
1413%attr(755,root,root) %{_libdir}/libGL.so.*.*
1414%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
0cb33a09 1415# symlink for binary apps which fail to conform Linux OpenGL ABI
bf8d2f73 1416# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
0cb33a09 1417%attr(755,root,root) %{_libdir}/libGL.so
0d8bac2a 1418%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drirc
a0b2836a 1419
f445ed6c 1420%files libGL-devel
e9b3ff7a 1421%defattr(644,root,root,755)
5b8e9162 1422%doc docs/specs/*
debcd977 1423%dir %{_includedir}/GL
d3dd48bf 1424%{_includedir}/GL/gl.h
56313830 1425%{_includedir}/GL/glcorearb.h
e1833810 1426%{_includedir}/GL/glext.h
d3dd48bf 1427%{_includedir}/GL/gl_mangle.h
d3dd48bf 1428%{_includedir}/GL/glx.h
abc9e15f 1429%{_includedir}/GL/glxext.h
d3dd48bf 1430%{_includedir}/GL/glx_mangle.h
9405a391 1431%{_includedir}/GL/mesa_glinterop.h
1ec0796e
AM
1432%dir %{_includedir}/GL/internal
1433%{_includedir}/GL/internal/dri_interface.h
59f12de8 1434%{_pkgconfigdir}/dri.pc
f4a8c5f6 1435%{_pkgconfigdir}/gl.pc
a0b2836a 1436
c885f99e 1437%if %{with static_libs}
278406ce
JB
1438%files libGL-static
1439%defattr(644,root,root,755)
1440%{_libdir}/libGL.a
1441%endif
1442
c1d2b5e2
AM
1443%files libGLES
1444%defattr(644,root,root,755)
cc59a107
JB
1445%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1446%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1447%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1448%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
c1d2b5e2
AM
1449
1450%files libGLES-devel
1451%defattr(644,root,root,755)
cc59a107
JB
1452%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1453%attr(755,root,root) %{_libdir}/libGLESv2.so
c1d2b5e2
AM
1454%{_includedir}/GLES
1455%{_includedir}/GLES2
46cee963 1456%{_includedir}/GLES3
cc59a107
JB
1457%{_pkgconfigdir}/glesv1_cm.pc
1458%{_pkgconfigdir}/glesv2.pc
c1d2b5e2 1459
f4a8c5f6
JB
1460%files libOSMesa
1461%defattr(644,root,root,755)
cc59a107 1462%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
9bfb354d 1463%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
f4a8c5f6
JB
1464
1465%files libOSMesa-devel
1466%defattr(644,root,root,755)
cc59a107 1467%attr(755,root,root) %{_libdir}/libOSMesa.so
f4a8c5f6 1468%{_includedir}/GL/osmesa.h
bf8d2f73 1469%{_pkgconfigdir}/osmesa.pc
f4a8c5f6 1470
c885f99e 1471%if %{with static_libs}
f4a8c5f6
JB
1472%files libOSMesa-static
1473%defattr(644,root,root,755)
cc59a107 1474%{_libdir}/libOSMesa.a
59f12de8 1475%endif
f4a8c5f6 1476
e5bc9334 1477%if %{with opencl}
ff879d59
JK
1478%if %{with ocl_icd}
1479%files OpenCL-icd
1480%defattr(644,root,root,755)
1481/etc/OpenCL/vendors/mesa.icd
1482%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1483%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1484%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
6f955018
JB
1485# currently only OpenCL uses dynamic pipe loader
1486%dir %{_libdir}/gallium-pipe
ff879d59 1487%else
e5bc9334
JB
1488%files libOpenCL
1489%defattr(644,root,root,755)
1490%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1491%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
6f955018
JB
1492# currently only OpenCL uses dynamic pipe loader
1493%dir %{_libdir}/gallium-pipe
e5bc9334
JB
1494
1495%files libOpenCL-devel
1496%defattr(644,root,root,755)
1497%attr(755,root,root) %{_libdir}/libOpenCL.so
1498%{_includedir}/CL
e5bc9334 1499%endif
ff879d59 1500%endif
e5bc9334 1501
ebff9a35 1502%if %{with egl} && %{with openvg} && %{with gallium}
c1d2b5e2
AM
1503%files libOpenVG
1504%defattr(644,root,root,755)
cc59a107 1505%attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.*
278406ce 1506%attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1
c1d2b5e2
AM
1507
1508%files libOpenVG-devel
1509%defattr(644,root,root,755)
278406ce 1510%attr(755,root,root) %{_libdir}/libOpenVG.so
c1d2b5e2 1511%{_includedir}/VG
c1d2b5e2
AM
1512%{_pkgconfigdir}/vg.pc
1513%endif
1514
c3f739d4 1515%if %{with gallium}
80fb8e4d 1516%if %{with gallium_nouveau}
04c3cb73 1517%files libXvMC-nouveau
875da849 1518%defattr(644,root,root,755)
46cee963 1519%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0.0
04c3cb73 1520%attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
80fb8e4d 1521%endif
04c3cb73 1522
56313830 1523%if %{with gallium_radeon}
04c3cb73
JB
1524%files libXvMC-r600
1525%defattr(644,root,root,755)
46cee963 1526%attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0.0
04c3cb73 1527%attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
c3f739d4 1528%endif
ebff9a35 1529
3f1b1b5d 1530%if %{with va}
ebff9a35 1531%files -n libva-driver-gallium
3f1b1b5d 1532%defattr(644,root,root,755)
0b61c751
JK
1533
1534%if %{with gallium_radeon}
1535%files -n libva-driver-r600
1536%defattr(644,root,root,755)
1537%attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
1538
1539%files -n libva-driver-radeonsi
1540%defattr(644,root,root,755)
1541%attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
1542%endif
1543
1544%if %{with gallium_nouveau}
1545%files -n libva-driver-nouveau
1546%defattr(644,root,root,755)
1547%attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
1548%endif
56313830 1549%endif
56313830 1550%endif
afe33c03 1551
d3cd778a
JB
1552%if %{with gbm}
1553%files libgbm
1554%defattr(644,root,root,755)
1555%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1556%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
d3cd778a
JB
1557
1558%files libgbm-devel
1559%defattr(644,root,root,755)
1560%attr(755,root,root) %{_libdir}/libgbm.so
1561%{_includedir}/gbm.h
1562%{_pkgconfigdir}/gbm.pc
1563%endif
1564
c7f22387
JB
1565%files libglapi
1566%defattr(644,root,root,755)
1567%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1568%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1569# libglapi-devel? nothing seems to need it atm.
1570#%attr(755,root,root) %{_libdir}/libglapi.so
1571
24b30bc6
JB
1572%if %{with wayland}
1573%files libwayland-egl
1574%defattr(644,root,root,755)
1575%attr(755,root,root) %{_libdir}/libwayland-egl.so.*.*
1576%attr(755,root,root) %ghost %{_libdir}/libwayland-egl.so.1
1577
1578%files libwayland-egl-devel
1579%defattr(644,root,root,755)
1580%attr(755,root,root) %{_libdir}/libwayland-egl.so
1581%{_pkgconfigdir}/wayland-egl.pc
1582%endif
1583
a651d613
JB
1584%if %{with xa}
1585%files libxatracker
1586%defattr(644,root,root,755)
1587%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
0d8bac2a 1588%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
a651d613
JB
1589
1590%files libxatracker-devel
1591%defattr(644,root,root,755)
1592%attr(755,root,root) %{_libdir}/libxatracker.so
1593%{_includedir}/xa_composite.h
1594%{_includedir}/xa_context.h
1595%{_includedir}/xa_tracker.h
1596%{_pkgconfigdir}/xatracker.pc
1597%endif
1598
166bc93f
JB
1599%if %{with egl}
1600%files khrplatform-devel
1601%defattr(644,root,root,755)
1602%dir %{_includedir}/KHR
1603%{_includedir}/KHR/khrplatform.h
1604%endif
1605
afe33c03 1606%files dri-driver-ati-radeon-R100
1607%defattr(644,root,root,755)
1608%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1609
1610%files dri-driver-ati-radeon-R200
1611%defattr(644,root,root,755)
1612%attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1613
c3f739d4 1614%if %{with gallium}
56313830 1615%if %{with gallium_radeon}
afe33c03 1616%files dri-driver-ati-radeon-R300
1617%defattr(644,root,root,755)
1618%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1619
e68936d0
AM
1620%files dri-driver-ati-radeon-R600
1621%defattr(644,root,root,755)
1622%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1623
3dc87f1a
AM
1624%files dri-driver-ati-radeon-SI
1625%defattr(644,root,root,755)
1626%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
56313830 1627%endif
6e049c9d
AM
1628
1629%files dri-driver-intel-ilo
1630%defattr(644,root,root,755)
1631%attr(755,root,root) %{_libdir}/xorg/modules/dri/ilo_dri.so
56313830 1632%endif
3dc87f1a 1633
afe33c03 1634%files dri-driver-intel-i915
1635%defattr(644,root,root,755)
5f574b4b 1636%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
afe33c03 1637
b360f4f6 1638%files dri-driver-intel-i965
1639%defattr(644,root,root,755)
1640%attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1641
3e88bc92
AM
1642%files dri-driver-nouveau
1643%defattr(644,root,root,755)
5b103bd4
JB
1644%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1645%if %{with gallium_nouveau}
3e88bc92 1646%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
a7a3223c 1647%endif
3e88bc92 1648
f3606317
AM
1649%files dri-driver-swrast
1650%defattr(644,root,root,755)
e22d206b 1651%if %{with gallium}
56313830 1652%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
e22d206b 1653%endif
f3606317
AM
1654%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1655
bb5f0825 1656%if %{with gallium}
f31a332e
JB
1657%ifarch arm
1658%files dri-driver-vc4
1659%defattr(644,root,root,755)
1660%attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1661%endif
1662
6e049c9d
AM
1663%files dri-driver-virgl
1664%defattr(644,root,root,755)
1665%attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1666
e68936d0
AM
1667%files dri-driver-vmwgfx
1668%defattr(644,root,root,755)
9c4e4073 1669%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
bb5f0825 1670%endif
9bfb354d 1671
6f955018
JB
1672%if %{with gallium}
1673%if %{with gallium_i915}
1674%files pipe-driver-i915
1675%defattr(644,root,root,755)
1676%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1677%endif
1678
1679%files pipe-driver-i965
1680%defattr(644,root,root,755)
1681%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i965.so
1682
1683%ifarch arm
1684%files pipe-driver-msm
1685%defattr(644,root,root,755)
1686%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1687%endif
1688
1689%if %{with gallium_nouveau}
1690%files pipe-driver-nouveau
1691%defattr(644,root,root,755)
1692%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1693%endif
1694
1695%if %{with gallium_radeon}
1696%files pipe-driver-r300
1697%defattr(644,root,root,755)
1698%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1699
1700%files pipe-driver-r600
1701%defattr(644,root,root,755)
1702%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1703
1704%files pipe-driver-radeonsi
1705%defattr(644,root,root,755)
1706%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1707%endif
1708
1709%files pipe-driver-swrast
1710%defattr(644,root,root,755)
1711%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1712
1713%files pipe-driver-vmwgfx
1714%defattr(644,root,root,755)
1715%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1716%endif
1717
1f730540
JB
1718%if %{with nine}
1719%files d3d
1720%defattr(644,root,root,755)
1721%dir %{_libdir}/d3d
1722%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1723
1724%files d3d-devel
1725%defattr(644,root,root,755)
1726%{_includedir}/d3dadapter
1727%{_pkgconfigdir}/d3d.pc
1728%endif
1729
c3f739d4 1730%if %{with gallium}
04c3cb73
JB
1731# ldconfig is not used in vdpau tree, so package all symlinks
1732%if %{with gallium_nouveau}
1733%files -n libvdpau-driver-mesa-nouveau
1734%defattr(644,root,root,755)
46cee963 1735%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
04c3cb73
JB
1736%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1737%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1738%endif
1739
56313830 1740%if %{with gallium_radeon}
ebff9a35
AM
1741%files -n libvdpau-driver-mesa-r300
1742%defattr(644,root,root,755)
1743%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
1744%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
1745%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
1746
04c3cb73
JB
1747%files -n libvdpau-driver-mesa-r600
1748%defattr(644,root,root,755)
46cee963 1749%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
9bfb354d
AM
1750%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
1751%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
04c3cb73 1752
3dc87f1a
AM
1753%files -n libvdpau-driver-mesa-radeonsi
1754%defattr(644,root,root,755)
46cee963 1755%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
3dc87f1a
AM
1756%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
1757%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
c3f739d4 1758%endif
56313830 1759%endif
4bacd84c
JB
1760
1761%if %{with gallium} && %{with omx}
56313830
AM
1762%files -n omxil-mesa
1763%defattr(644,root,root,755)
1764%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
56313830 1765%endif
075ec3a3
JK
1766
1767%files vulkan-icd-intel
1768%defattr(644,root,root,755)
1769%{_libdir}/libvulkan_intel.so
1770%{_datadir}/vulkan/icd.d/*.json
1771
1772%files vulkan-icd-intel-devel
1773%defattr(644,root,root,755)
1774%{_includedir}/vulkan/vulkan_intel.h
This page took 0.443576 seconds and 4 git commands to generate.