]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa.spec
i965, i915 drivers: do not requires xorg-driver-video-intel
[packages/Mesa.git] / Mesa.spec
CommitLineData
e1833810 1#
0cb33a09 2# TODO:
6e049c9d 3# - check if gallium_i915 note is still valid, switch the bcond if not
bf8d2f73 4# - consider:
0e4c97b7 5# - subpackage with non-dri libGL for use with X-servers with missing GLX extension?
67dbaca7 6# - resurrect static if it's useful (using plain xorg target? DRI doesn't support static)
0cb33a09 7#
6299b3cd 8# Conditional build:
5eb992a8 9%bcond_without gallium # gallium drivers
6e049c9d 10%bcond_with gallium_i915 # gallium i915 Intel driver (instead of plain dri; doesn't work with AIGLX)
5b103bd4 11%bcond_without gallium_nouveau # gallium nouveau driver
56313830 12%bcond_without gallium_radeon # gallium radeon drivers
45991a71 13%bcond_without egl # EGL libraries
1f88045a 14%bcond_with openvg # OpenVG library [not builind since 10.4, dropped in 10.6]
a651d613 15%bcond_without gbm # Graphics Buffer Manager
1f730540 16%bcond_without nine # Nine Direct3D 9+ state tracker (for Wine)
ff879d59 17%bcond_without opencl # OpenCL support
86a7645a 18%bcond_without ocl_icd # OpenCL as ICD (installable client driver)
4bacd84c 19%bcond_without omx # OpenMAX (Bellagio OMXIL) support
3f1b1b5d 20%bcond_without va # VA library
24b30bc6 21%bcond_without wayland # Wayland EGL
40c26533 22%bcond_without xa # XA state tracker (for vmwgfx xorg driver)
3f1b1b5d 23%bcond_with texture_float # floating-point textures and renderbuffers (SGI patent in US)
67dbaca7 24%bcond_with static_libs # static libraries [not supported for DRI, thus broken currently]
34f695f1 25%bcond_with tests # tests
d70abe90 26#
d70abe90
JB
27# glapi version (glapi tables in dri drivers and libglx must be in sync);
28# set to current Mesa version on ABI break, when xserver tables get regenerated
29# (until they start to be somehow versioned themselves)
c6305e3e 30%define glapi_ver 7.1.0
e0e9f02c 31# minimal supported xserver version
c6305e3e 32%define xserver_ver 1.5.0
e0e9f02c 33# other packages
075ec3a3 34%define libdrm_ver 2.4.66
c6305e3e
JB
35%define dri2proto_ver 2.6
36%define dri3proto_ver 1.0
37%define glproto_ver 1.4.14
38%define presentproto_ver 1.0
2f1a1517 39
12cbb35f 40%if %{without gallium}
6e049c9d 41%undefine with_gallium_i915
12cbb35f
JR
42%undefine with_gallium_nouveau
43%undefine with_gallium_radeon
1f730540 44%undefine with_nine
12cbb35f
JR
45%undefine with_ocl_icd
46%undefine with_omx
47%undefine with_opencl
48%undefine with_xa
49%endif
50
51%if %{without egl}
52%undefine with_gbm
53%undefine with_wayland
54%endif
55
84fbc8ab 56%define prerel rc2
175718fb 57%define rel 1
e1833810 58Summary: Free OpenGL implementation
54181d82 59Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
e9b3ff7a 60Name: Mesa
9405a391
JK
61Version: 12.0.0
62Release: 0.%{prerel}.%{rel}
3dc87f1a 63License: MIT (core) and others - see license.html file
e9b3ff7a 64Group: X11/Libraries
9405a391 65Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}-%{prerel}.tar.xz
84fbc8ab 66# Source0-md5: ed974368926916b3bb552b29745a139d
50e22bbf 67URL: http://www.mesa3d.org/
67d9a9ca 68BuildRequires: autoconf >= 2.60
a6c5fc6c 69BuildRequires: automake
e5bc9334 70%{?with_opencl:BuildRequires: clang-devel >= 3.1}
43f54f5a 71BuildRequires: elfutils-devel
0cb33a09 72BuildRequires: expat-devel
ee4291cc 73BuildRequires: gcc >= 6:4.2.0
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
075ec3a3
JK
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
525Summary(pl.UTF-8): Sterownik VA do Gallium
526Group: Libraries
3f1b1b5d 527Requires: libva >= 1.3.0
ebff9a35
AM
528
529%description -n libva-driver-gallium
530VA driver for Gallium State Tracker.
531
532%description -n libva-driver-gallium -l pl.UTF-8
533Sterownik VA do Gallium.
534
d3cd778a
JB
535%package libgbm
536Summary: Mesa Graphics Buffer Manager library
537Summary(pl.UTF-8): Biblioteka Mesa Graphics Buffer Manager
538Group: Libraries
e0e9f02c 539Requires: %{name}-libglapi = %{version}-%{release}
4328392c 540Requires: udev-libs >= 1:151
72a183c7 541Conflicts: Mesa-libEGL < 8.0.1-2
d3cd778a
JB
542
543%description libgbm
544Mesa Graphics Buffer Manager library.
545
546%description libgbm -l pl.UTF-8
547Biblioteka Mesa Graphics Buffer Manager (zarządcy bufora graficznego).
548
549%package libgbm-devel
550Summary: Header file for Mesa Graphics Buffer Manager library
551Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager
552Group: Development/Libraries
553Requires: %{name}-libgbm = %{version}-%{release}
4328392c 554Requires: udev-devel >= 1:151
d3cd778a
JB
555
556%description libgbm-devel
557Header file for Mesa Graphics Buffer Manager library.
558
559%description libgbm-devel -l pl.UTF-8
560Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager (zarządcy
561bufora graficznego).
562
c7f22387
JB
563%package libglapi
564Summary: Mesa GL API shared library
565Summary(pl.UTF-8): Biblioteka współdzielona Mesa GL API
566Group: Libraries
72a183c7 567Conflicts: Mesa-libEGL < 8.0.1-2
c7f22387
JB
568
569%description libglapi
570Mesa GL API shared library, common for various APIs (EGL, GL, GLES).
571
572%description libglapi -l pl.UTF-8
573Biblioteka współdzielona Mesa GL API, wspólna dla różnych API (EGL,
574GL, GLES).
575
24b30bc6
JB
576%package libwayland-egl
577Summary: Wayland EGL library
578Summary(pl.UTF-8): Biblioteka Wayland EGL
579Group: Libraries
580Requires: libdrm >= %{libdrm_ver}
581
582%description libwayland-egl
583Wayland EGL platform library.
584
585%description libwayland-egl -l pl.UTF-8
586Biblioteka platformy EGL Wayland.
587
588%package libwayland-egl-devel
589Summary: Development files for Wayland EGL library
590Summary(pl.UTF-8): Pliki programistyczne biblioteki Wayland EGL
591Group: Development/Libraries
592Requires: %{name}-libwayland-egl = %{version}-%{release}
593Requires: libdrm-devel >= %{libdrm_ver}
24b30bc6
JB
594
595%description libwayland-egl-devel
596Development files for Wayland EGL platform library.
597
598%description libwayland-egl-devel -l pl.UTF-8
599Pliki programistyczne biblioteki platformy EGL Wayland.
600
a651d613
JB
601%package libxatracker
602Summary: Xorg Gallium3D accelleration library
603Summary(pl.UTF-8): Biblioteka akceleracji Gallium3D dla Xorg
604Group: X11/Libraries
c7f22387 605Requires: libdrm >= %{libdrm_ver}
a651d613
JB
606
607%description libxatracker
608Xorg Gallium3D accelleration library (used by new vmwgfx driver).
609
610%description libxatracker -l pl.UTF-8
611Biblioteka akceleracji Gallium3D dla Xorg (używana przez nowy
612sterownik vmwgfx).
613
614%package libxatracker-devel
615Summary: Header files for Xorg Gallium3D accelleration library
616Summary(pl.UTF-8): Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg
617Group: X11/Development/Libraries
618Requires: %{name}-libxatracker = %{version}-%{release}
c7f22387 619Requires: libdrm-devel >= %{libdrm_ver}
a651d613
JB
620
621%description libxatracker-devel
622Header files for Xorg Gallium3D accelleration library.
623
624%description libxatracker-devel -l pl.UTF-8
625Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg.
626
166bc93f
JB
627%package khrplatform-devel
628Summary: Khronos platform header file
629Summary(pl.UTF-8): Plik nagłówkowy platformy Khronos
630Group: Development/Libraries
72a183c7 631Conflicts: Mesa-libEGL-devel < 8.0.1-2
166bc93f
JB
632
633%description khrplatform-devel
634Khronos platform header file.
635
636%description khrplatform-devel -l pl.UTF-8
637Plik nagłówkowy platformy Khronos.
638
afe33c03 639%package dri-driver-ati-radeon-R100
362c6f99
JB
640Summary: X.org DRI driver for ATI R100 card family
641Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R100
f4a8c5f6 642License: MIT
18da5046 643Group: X11/Libraries
83c21438 644Requires: xorg-driver-video-ati
d70abe90
JB
645Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
646Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 647Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 648
649%description dri-driver-ati-radeon-R100
362c6f99 650X.org DRI driver for ATI R100 card family (Radeon 7000-7500).
afe33c03 651
f77f03b8 652%description dri-driver-ati-radeon-R100 -l pl.UTF-8
362c6f99 653Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500).
afe33c03 654
655%package dri-driver-ati-radeon-R200
362c6f99
JB
656Summary: X.org DRI driver for ATI R200 card family
657Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R200
f4a8c5f6 658License: MIT
18da5046 659Group: X11/Libraries
83c21438 660Requires: xorg-driver-video-ati
d70abe90
JB
661Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
662Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 663Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 664
665%description dri-driver-ati-radeon-R200
362c6f99 666X.org DRI driver for ATI R200 card family (Radeon 8500-92xx)
afe33c03 667
f77f03b8 668%description dri-driver-ati-radeon-R200 -l pl.UTF-8
362c6f99 669Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx).
afe33c03 670
671%package dri-driver-ati-radeon-R300
362c6f99
JB
672Summary: X.org DRI driver for ATI R300 card family
673Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R300
f4a8c5f6 674License: MIT
18da5046 675Group: X11/Libraries
83c21438 676Requires: xorg-driver-video-ati
d70abe90
JB
677Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
678Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 679Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 680
681%description dri-driver-ati-radeon-R300
04c3cb73 682X.org DRI driver for ATI R300/R400/RS690/R500 card family.
afe33c03 683
f77f03b8 684%description dri-driver-ati-radeon-R300 -l pl.UTF-8
04c3cb73 685Sterownik X.org DRI dla rodziny kart ATI R300/R400/RS690/R500.
afe33c03 686
e68936d0
AM
687%package dri-driver-ati-radeon-R600
688Summary: X.org DRI driver for ATI R600 card family
689Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R600
690License: MIT
691Group: X11/Libraries
692Requires: radeon-ucode
693Requires: xorg-driver-video-ati
694Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
695Requires: xorg-xserver-server >= %{xserver_ver}
696
697%description dri-driver-ati-radeon-R600
04c3cb73 698X.org DRI driver for ATI R600/R700 card family.
e68936d0
AM
699
700%description dri-driver-ati-radeon-R600 -l pl.UTF-8
04c3cb73 701Sterownik X.org DRI dla rodziny kart ATI R600/R700.
e68936d0 702
3dc87f1a
AM
703%package dri-driver-ati-radeon-SI
704Summary: X.org DRI driver for ATI Southern Islands card family
705Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI Southern Islands
706License: MIT
707Group: X11/Libraries
708Requires: radeon-ucode
709Requires: xorg-driver-video-ati
710Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
711Requires: xorg-xserver-server >= %{xserver_ver}
712
713%description dri-driver-ati-radeon-SI
714X.org DRI driver for ATI Southern Islands card family.
715
716%description dri-driver-ati-radeon-SI -l pl.UTF-8
717Sterownik X.org DRI dla rodziny kart ATI Southern Islands.
718
f31a332e
JB
719%package dri-driver-freedreno
720Summary: X.org DRI driver for Adreno chips
721Summary(pl.UTF-8): Sterownik X.org DRI dla układów Adreno
722License: MIT
723Group: X11/Libraries
724Requires: xorg-driver-video-freedreno
725Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
726Requires: xorg-xserver-server >= %{xserver_ver}
727
728%description dri-driver-freedreno
729X.org DRI driver for Adreno chips.
730
731%description dri-driver-freedreno -l pl.UTF-8
732Sterownik X.org DRI dla układów Adreno.
733
afe33c03 734%package dri-driver-intel-i915
362c6f99
JB
735Summary: X.org DRI driver for Intel i915 card family
736Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i915
f4a8c5f6 737License: MIT
18da5046 738Group: X11/Libraries
d70abe90
JB
739Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
740Requires: xorg-xserver-server >= %{xserver_ver}
2db432a2 741Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 742Obsoletes: X11-driver-i810-dri < 1:7.0.0
afe33c03 743
744%description dri-driver-intel-i915
04c3cb73
JB
745X.org DRI driver for Intel i915 card family (915, 945, G33, Q33, Q35,
746Pineview).
afe33c03 747
f77f03b8 748%description dri-driver-intel-i915 -l pl.UTF-8
04c3cb73
JB
749Sterownik X.org DRI dla rodziny kart Intel i915 (915, 945, G33, Q33,
750Q35, Pineview).
afe33c03 751
b360f4f6 752%package dri-driver-intel-i965
362c6f99
JB
753Summary: X.org DRI driver for Intel i965 card family
754Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i965
f4a8c5f6 755License: MIT
b360f4f6 756Group: X11/Libraries
d70abe90
JB
757Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
758Requires: xorg-xserver-server >= %{xserver_ver}
b360f4f6 759Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 760Obsoletes: X11-driver-i810-dri < 1:7.0.0
b360f4f6 761
762%description dri-driver-intel-i965
04c3cb73
JB
763X.org DRI driver for Intel i965 card family (946GZ, 965G, 965Q, 965GM,
764965GME, GM45, G41, B43, Q45, G45);
b360f4f6 765
f77f03b8 766%description dri-driver-intel-i965 -l pl.UTF-8
04c3cb73
JB
767Sterownik X.org DRI dla rodziny kart Intel i965 (946GZ, 965G, 965Q,
768965GM, 965GME, GM45, G41, B43, Q45, G45).
b360f4f6 769
6e049c9d 770%package dri-driver-intel-ilo
6f955018
JB
771Summary: X.org DRI driver for Intel chips family
772Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny układów firmy Intel
6e049c9d
AM
773License: MIT
774Group: X11/Libraries
775Requires: xorg-driver-video-intel
776Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
777Requires: xorg-xserver-server >= %{xserver_ver}
778
779%description dri-driver-intel-ilo
6f955018
JB
780X.org DRI driver for Intel chips family. It supports Cherryview/
781Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge chips.
6e049c9d
AM
782
783%description dri-driver-intel-ilo -l pl.UTF-8
6f955018
JB
784Sterownik X.org DRI dla rodziny układów firmy Intel. Obsługuje układy
785Cherryview/Broadwell/Bay Trail/Haswell/Ivybdidge/Sandybridge.
6e049c9d 786
3e88bc92
AM
787%package dri-driver-nouveau
788Summary: X.org DRI driver for NVIDIA card family
789Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart NVIDIA
790License: MIT
791Group: X11/Libraries
792Requires: xorg-driver-video-nouveau
793Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
794Requires: xorg-xserver-server >= %{xserver_ver}
795
796%description dri-driver-nouveau
797X.org DRI drivers for NVIDIA card family.
798
799%description dri-driver-nouveau -l pl.UTF-8
800Sterowniki X.org DRI dla rodziny kart NVIDIA.
801
f3606317 802%package dri-driver-swrast
362c6f99
JB
803Summary: X.org DRI software rasterizer driver
804Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe
f3606317
AM
805License: MIT
806Group: X11/Libraries
d70abe90
JB
807Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
808Requires: xorg-xserver-server >= %{xserver_ver}
f3606317
AM
809
810%description dri-driver-swrast
362c6f99 811X.org DRI software rasterizer driver.
f3606317
AM
812
813%description dri-driver-swrast -l pl.UTF-8
362c6f99 814Sterownik X.org DRI obsługujący rysowanie programowe.
f3606317 815
f31a332e
JB
816%package dri-driver-vc4
817Summary: X.org DRI driver for Broadcom VC4 chips
818Summary(pl.UTF-8): Sterownik X.org DRI dla układów Broadcom VC4
819License: MIT
820Group: X11/Libraries
821Requires: xorg-driver-video-modesetting
822Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
823Requires: xorg-xserver-server >= %{xserver_ver}
824
825%description dri-driver-vc4
826X.org DRI driver for Broadcom VC4 chips.
827
828%description dri-driver-vc4 -l pl.UTF-8
829Sterownik X.org DRI dla układów Broadcom VC4.
830
6e049c9d
AM
831%package dri-driver-virgl
832Summary: X.org DRI driver for QEMU VirGL
833Summary(pl.UTF-8): Sterownik X.org DRI dla QEMU VirGL
834License: MIT
835Group: X11/Libraries
836Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
837Requires: xorg-xserver-server >= %{xserver_ver}
838
839%description dri-driver-virgl
840X.org DRI driver for QEMU VirGL.
841
842%description dri-driver-virgl -l pl.UTF-8
843Sterownik X.org DRI dla QEMU VirGL.
844
e68936d0
AM
845%package dri-driver-vmwgfx
846Summary: X.org DRI driver for VMware
847Summary(pl.UTF-8): Sterownik X.org DRI dla VMware
848License: MIT
849Group: X11/Libraries
0f9ae6ae 850Requires: xorg-driver-video-vmware
e68936d0
AM
851Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
852Requires: xorg-xserver-server >= %{xserver_ver}
853
854%description dri-driver-vmwgfx
855X.org DRI driver for VMWare.
856
857%description dri-driver-vmwgfx -l pl.UTF-8
858Sterownik X.org DRI dla VMware.
859
6f955018
JB
860%package pipe-driver-i915
861Summary: i915 driver for Mesa Gallium dynamic pipe loader
862Summary(pl.UTF-8): Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
863Group: Libraries
864Obsoletes: Mesa-gbm-driver-i915
865Obsoletes: Mesa-opencl-driver-i915
866
867%description pipe-driver-i915
868i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
869915/945/G33/Q33/Q35/Pineview chips.
870
871%description pipe-driver-i915 -l pl.UTF-8
872Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
873Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
874
875%package pipe-driver-i965
876Summary: i965 (ilo) driver for Mesa Gallium dynamic pipe loader
877Summary(pl.UTF-8): Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa Gallium
878Group: Libraries
879
880%description pipe-driver-i965
881i965 (ilo) driver for Mesa Gallium dynamic pipe loader. It supports
882Intel Cherryview/Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge
883chips.
884
885%description pipe-driver-i965 -l pl.UTF-8
886Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa
887Gallium. Obsługuje układy Intela Cherryview/Broadwell/Bay Trail/
888Haswell/Ivybdidge/Sandybridge.
889
890%package pipe-driver-msm
891Summary: msm (freedreno) driver for Mesa Gallium dynamic pipe loader
892Summary(pl.UTF-8): Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
893Group: Libraries
894
895%description pipe-driver-msm
896msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
897supports Adreno chips.
898
899%description pipe-driver-msm -l pl.UTF-8
900Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
901Mesa Gallium. Obsługuje układy Adreno.
902
903%package pipe-driver-nouveau
904Summary: nouveau driver for Mesa Gallium dynamic pipe loader
905Summary(pl.UTF-8): Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
906Group: Libraries
907Obsoletes: Mesa-gbm-driver-nouveau
908Obsoletes: Mesa-opencl-driver-nouveau
909
910%description pipe-driver-nouveau
911nouveau driver for Mesa Gallium dynamic pipe loader. It supports
912NVidia adapters.
913
914%description pipe-driver-nouveau -l pl.UTF-8
915Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
916Gallium. Obsługuje karty graficzne firmy NVidia.
917
918%package pipe-driver-r300
919Summary: r300 driver for Mesa Gallium dynamic pipe loader
920Summary(pl.UTF-8): Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
921Group: Libraries
922Obsoletes: Mesa-gbm-driver-r300
923Obsoletes: Mesa-opencl-driver-r300
924
925%description pipe-driver-r300
926r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
927Radeon adapters based on R300/R400/RS690/R500 chips.
928
929%description pipe-driver-r300 -l pl.UTF-8
930Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
931Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
932R300/R400/RS690/R500.
933
934%package pipe-driver-r600
935Summary: r600 driver for Mesa Gallium dynamic pipe loader
936Summary(pl.UTF-8): Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
937Group: Libraries
938Obsoletes: Mesa-gbm-driver-r600
939Obsoletes: Mesa-libllvmradeon
940Obsoletes: Mesa-opencl-driver-r600
941
942%description pipe-driver-r600
943r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
944Radeon adapters based on R600/R700 chips.
945
946%description pipe-driver-r600 -l pl.UTF-8
947Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
948Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
949R600/R700.
950
951%package pipe-driver-radeonsi
952Summary: radeonsi driver for Mesa Gallium dynamic pipe loader
953Summary(pl.UTF-8): Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
954Group: Libraries
955Obsoletes: Mesa-gbm-driver-radeonsi
956Obsoletes: Mesa-libllvmradeon
957Obsoletes: Mesa-opencl-driver-radeonsi
958
959%description pipe-driver-radeonsi
960radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
961Radeon adapters based on Southern Islands chips.
962
963%description pipe-driver-radeonsi -l pl.UTF-8
964Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
965Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
966Southern Islands.
967
968%package pipe-driver-swrast
969Summary: Software (swrast) driver for Mesa Gallium dynamic pipe loader
970Summary(pl.UTF-8): Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
971Group: Libraries
972Obsoletes: Mesa-gbm-driver-swrast
973Obsoletes: Mesa-opencl-driver-swrast
974
975%description pipe-driver-swrast
976Software (swrast) driver for Mesa Gallium dynamic pipe loader.
977
978%description pipe-driver-swrast -l pl.UTF-8
979Sterownik programowy (swrast) dla dynamicznego systemu potoków
980szkieletu Mesa Gallium.
981
982%package pipe-driver-vmwgfx
983Summary: vmwgfx driver for Mesa Gallium dynamic pipe loader
984Summary(pl.UTF-8): Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
985Group: Libraries
986Obsoletes: Mesa-gbm-driver-vmwgfx
987Obsoletes: Mesa-opencl-driver-vmwgfx
988
989%description pipe-driver-vmwgfx
990vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
991virtual video adapter.
992
993%description pipe-driver-vmwgfx -l pl.UTF-8
994Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
995Gallium. Obsługuje wirtualną kartę graficzną VMware.
996
1f730540
JB
997%package d3d
998Summary: Nine Direct3D9 driver (for Wine)
999Summary(pl.UTF-8): Sterownik Direct3D9 Nine (dla Wine)
1000Group: Libraries
1001Requires: libdrm >= %{libdrm_ver}
1002
1003%description d3d
1004Nine Direct3D9 driver (for Wine).
1005
1006%description d3d -l pl.UTF-8
1007Sterownik Direct3D9 Nine (dla Wine).
1008
1009%package d3d-devel
1010Summary: Nine Direct3D9 driver API
1011Summary(pl.UTF-8): API sterownika Direct3D9 Nine
1012Group: Development/Libraries
1013Requires: libdrm-devel >= %{libdrm_ver}
1014
1015%description d3d-devel
1016Nine Direct3D9 driver API.
1017
1018%description d3d-devel -l pl.UTF-8
1019API sterownika Direct3D9 Nine.
1020
04c3cb73
JB
1021%package -n libvdpau-driver-mesa-nouveau
1022Summary: Mesa nouveau driver for the vdpau API
1023Summary(pl.UTF-8): Sterownik Mesa nouveau dla API vdpau
9bfb354d
AM
1024License: MIT
1025Group: X11/Libraries
8eb275e9 1026Requires: libdrm >= %{libdrm_ver}
7731a383 1027Requires: libvdpau >= 1.1
04c3cb73 1028Conflicts: libvdpau-driver-mesa
9bfb354d 1029
04c3cb73
JB
1030%description -n libvdpau-driver-mesa-nouveau
1031Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1032(NV40-NV96, NVa0).
9bfb354d 1033
04c3cb73
JB
1034%description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1035Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1036(NV40-NV96, NVa0).
9bfb354d 1037
ebff9a35
AM
1038%package -n libvdpau-driver-mesa-r300
1039Summary: Mesa r300 driver for the vdpau API
1040Summary(pl.UTF-8): Sterownik Mesa r300 dla API vdpau
1041License: MIT
1042Group: X11/Libraries
1043Requires: libdrm >= %{libdrm_ver}
7731a383 1044Requires: libvdpau >= 1.1
ebff9a35
AM
1045Conflicts: libvdpau-driver-mesa
1046
1047%description -n libvdpau-driver-mesa-r300
1048Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
1049based on R300 chips.
1050
1051%description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
1052Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
1053na układach R300.
1054
04c3cb73
JB
1055%package -n libvdpau-driver-mesa-r600
1056Summary: Mesa r600 driver for the vdpau API
1057Summary(pl.UTF-8): Sterownik Mesa r600 dla API vdpau
1058License: MIT
1059Group: X11/Libraries
1060Requires: libdrm >= %{libdrm_ver}
7731a383 1061Requires: libvdpau >= 1.1
04c3cb73
JB
1062Conflicts: libvdpau-driver-mesa
1063
1064%description -n libvdpau-driver-mesa-r600
1065Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1066based on R600/R700 chips.
1067
1068%description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1069Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1070na układach R600/R700.
1071
3dc87f1a
AM
1072%package -n libvdpau-driver-mesa-radeonsi
1073Summary: Mesa radeonsi driver for the vdpau API
1074Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API vdpau
1075License: MIT
1076Group: X11/Libraries
1077Requires: libdrm >= %{libdrm_ver}
7731a383 1078Requires: libvdpau >= 1.1
3dc87f1a 1079Conflicts: libvdpau-driver-mesa
5b8e9162 1080Obsoletes: Mesa-libllvmradeon
3dc87f1a
AM
1081
1082%description -n libvdpau-driver-mesa-radeonsi
0784ce78
JB
1083Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1084adapters based on Southern Islands chips.
3dc87f1a
AM
1085
1086%description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
0784ce78
JB
1087Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1088oparte na układach Southern Islands.
3dc87f1a 1089
56313830
AM
1090%package -n omxil-mesa
1091Summary: Mesa driver for Bellagio OpenMAX IL API
1092Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1093License: MIT
1094Group: X11/Libraries
1095Requires: libdrm >= %{libdrm_ver}
1096Requires: libxcb >= 1.8
1097Requires: libomxil-bellagio
c45391bc
JB
1098Obsoletes: omxil-mesa-nouveau
1099Obsoletes: omxil-mesa-r600
1100Obsoletes: omxil-mesa-radeonsi
56313830
AM
1101
1102%description -n omxil-mesa
1103Mesa driver for Bellagio OpenMAX IL API.
1104
1105%description -n omxil-mesa -l pl.UTF-8
1106Sterownik Mesa dla API Bellagio OpenMAX IL.
1107
4bacd84c
JB
1108%package -n omxil-mesa-nouveau
1109Summary: Mesa nouveau driver for Bellagio OpenMAX IL API
1110Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1111License: MIT
1112Group: X11/Libraries
1113Requires: libdrm >= %{libdrm_ver}
1114Requires: libxcb >= 1.8
1115Requires: libomxil-bellagio
1116
1117%description -n omxil-mesa-nouveau
1118Mesa nouveau driver for Bellagio OpenMAX IL API. It supports NVidia
1119adapters (NV40-NV96, NVa0).
1120
1121%description -n omxil-mesa-nouveau -l pl.UTF-8
1122Sterownik Mesa nouveau dla API Bellagio OpenMAX IL. Obsługuje karty
1123NVidia (NV40-NV96, NVa0).
1124
1125%package -n omxil-mesa-r600
1126Summary: Mesa r600 driver for Bellagio OpenMAX IL API
1127Summary(pl.UTF-8): Sterownik Mesa r600 dla API Bellagio OpenMAX IL
1128License: MIT
1129Group: X11/Libraries
1130Requires: libdrm >= %{libdrm_ver}
1131Requires: libxcb >= 1.8
1132Requires: libomxil-bellagio
1133
1134%description -n omxil-mesa-r600
1135Mesa r600 driver for Bellagio OpenMAX IL API. It supports ATI Radeon
1136adapters based on R600/R700 chips.
1137
1138%description -n omxil-mesa-r600 -l pl.UTF-8
1139Sterownik Mesa r600 dla API Bellagio OpenMAX IL. Obsługuje karty ATI
1140Radeon oparte na układach R600/R700.
1141
1142%package -n omxil-mesa-radeonsi
1143Summary: Mesa radeonsi driver for Bellagio OpenMAX IL API
1144Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL
1145License: MIT
1146Group: X11/Libraries
1147Requires: libdrm >= %{libdrm_ver}
1148Requires: libxcb >= 1.8
1149Requires: libomxil-bellagio
1150
1151%description -n omxil-mesa-radeonsi
1152Mesa radeonsi driver for Bellagio OpenMAX IL API. It supports ATI
1153Radeon adapters based on Southern Islands chips.
1154
1155%description -n omxil-mesa-radeonsi -l pl.UTF-8
1156Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL. Obsługuje karty
1157ATI Radeon oparte na układach Southern Islands.
1158
075ec3a3
JK
1159%package vulkan-icd-intel
1160Summary: Mesa Vulkan driver for Intel GPUs
1161Summary(pl.UTF-8): Sterownik Vulkan dla GPU Intel
1162License: MIT
1163Group: Libraries
1164Suggests: vulkan(loader)
1165Requires: libdrm >= %{libdrm_ver}
1166Provides: vulkan(icd) = 1.0.3
1167
1168%description vulkan-icd-intel
1169Mesa Vulkan driver for Intel GPUs.
1170
1171%description vulkan-icd-intel -l pl.UTF-8
1172Sterownik Vulkan dla GPU Intela.
1173
1174%package vulkan-icd-intel-devel
1175Summary: Header files for Mesa Intel GPU Vulkan driver
1176Summary(pl.UTF-8): Pliki nagłówkowe sterownika Vulkan dla GPU Intel
1177License: MIT
1178Group: Development/Libraries
1179Requires: %{name}-vulkan-icd-intel = %{version}-%{release}
1180
1181%description vulkan-icd-intel-devel
1182eader files for Mesa Intel GPU Vulkan driver.
1183
1184%description vulkan-icd-intel-devel -l pl.UTF-8
1185Pliki nagłówkowe sterownika Vulkan dla GPU Intel.
1186
a0b2836a 1187%prep
9405a391 1188%setup -q -n mesa-%{version}-%{prerel}
a0b2836a 1189
1190%build
5853b3ab
JB
1191%{__libtoolize}
1192%{__aclocal} -I m4
bb686270 1193%{__autoconf}
5853b3ab 1194%{__automake}
a5afae62 1195
9bfb354d 1196dri_drivers="r200 radeon \
6e049c9d 1197%if %{without gallium_i915}
04c3cb73 1198i915 \
a5afae62 1199%endif
d9ca63e3
JB
1200i965 \
1201nouveau \
59f12de8
AM
1202%ifarch sparc sparcv9 sparc64
1203ffb \
6299b3cd 1204%endif
9bfb354d 1205swrast"
59f12de8
AM
1206
1207dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1208
c1d2b5e2 1209gallium_drivers="svga swrast \
6e049c9d 1210%if %{with gallium_i915}
c1d2b5e2 1211i915 \
c1d2b5e2 1212%endif
56313830 1213%if %{with gallium_radeon}
b8e6b6d7 1214r300 \
c1d2b5e2 1215r600 \
700470bd 1216radeonsi \
56313830 1217%endif
45300693 1218%if %{with gallium_nouveau}
0784ce78 1219nouveau
c1d2b5e2 1220%endif
6e049c9d
AM
1221ilo \
1222virgl \
f31a332e
JB
1223%ifarch arm
1224freedreno \
1225vc4 \
1226%endif
c1d2b5e2
AM
1227"
1228
1229gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1230
075ec3a3
JK
1231vulkan_drivers="intel"
1232
700470bd 1233%configure \
4799b78a 1234 --disable-silent-rules \
9bfb354d 1235 %{__enable gbm} \
b4a5c074 1236 --enable-glx-tls \
700470bd 1237 --enable-osmesa \
c885f99e 1238 --enable-selinux \
1f730540 1239 --enable-shared \
f566cdfa 1240 --enable-shared-glapi \
c885f99e 1241 %{?with_static_libs:--enable-static} \
3f1b1b5d 1242 %{?with_texture_float:--enable-texture-float} \
c885f99e
JB
1243%if %{with egl}
1244 --enable-egl \
1245 --enable-gles1 \
1246 --enable-gles2 \
24b30bc6 1247 --with-egl-platforms=x11%{?with_gbm:,drm}%{?with_wayland:,wayland} \
c885f99e 1248%endif
5f574b4b 1249%if %{with gallium}
9bfb354d 1250 --enable-gallium-llvm \
2fc49cce 1251 --enable-llvm-shared-libs \
9bfb354d
AM
1252 %{__enable egl gallium-egl} \
1253 %{__enable gbm gallium-gbm} \
ff879d59 1254 %{__enable ocl_icd opencl-icd} \
1f730540
JB
1255 %{?with_nine:--enable-nine} \
1256 %{__enable opencl} \
075ec3a3 1257 %{__enable va} \
9bfb354d 1258 --enable-vdpau \
4bacd84c 1259 %{?with_omx:--enable-omx} \
a651d613 1260 %{?with_xa:--enable-xa} \
9bfb354d 1261 --enable-xvmc \
c1d2b5e2 1262 --with-gallium-drivers=${gallium_drivers} \
5f574b4b 1263%else
5eb992a8 1264 --without-gallium-drivers \
5f574b4b 1265%endif
e481f96e
JR
1266 --with-dri-drivers=${dri_drivers} \
1267 --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
075ec3a3
JK
1268 --with-vulkan-drivers=${vulkan_drivers} \
1269 --with-vulkan-icddir=/usr/share/vulkan/icd.d \
1f88045a
JB
1270 --with-sha1=libnettle \
1271 --with-va-libdir=%{_libdir}/libva/dri
59f12de8
AM
1272
1273%{__make}
59f12de8 1274
34f695f1
AM
1275%{?with_tests:%{__make} check}
1276
a0b2836a 1277%install
f5543b17 1278rm -rf $RPM_BUILD_ROOT
ddde5931 1279
59f12de8
AM
1280%{__make} install \
1281 DESTDIR=$RPM_BUILD_ROOT
ddde5931 1282
59f12de8 1283# strip out undesirable headers
7b63a369 1284%{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/wglext.h
80fb8e4d 1285# dlopened by soname
e22d206b
JR
1286%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so}
1287%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so.1.0}
c45391bc 1288# dlopened by soname or .so link
e22d206b 1289%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_*.so.1.0}
c7f22387 1290# not used externally
0d8bac2a 1291%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1cd368bc 1292# dlopened
4bacd84c 1293%{?with_omx:%{__rm} $RPM_BUILD_ROOT%{_libdir}/bellagio/libomx_*.la}
1f730540 1294%{?with_nine:%{__rm} $RPM_BUILD_ROOT%{_libdir}/d3d/d3dadapter9.la}
e22d206b 1295%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_*.la}
1cd368bc
JB
1296# not defined by standards; and not needed, there is pkg-config support
1297%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
075ec3a3 1298%if %{with va}
ebff9a35 1299%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libva/dri/gallium_drv_video.la}
075ec3a3
JK
1300%endif
1301
1302# these are provided by vulkan-devel
1303rm -r $RPM_BUILD_ROOT%{_includedir}/vulkan/{vk_platform.h,vulkan.h}
c1d2b5e2 1304
f56e1323
JR
1305# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1306# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1307strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1308
abc9e15f
JB
1309%clean
1310rm -rf $RPM_BUILD_ROOT
1311
bb686270
AM
1312%post libEGL -p /sbin/ldconfig
1313%postun libEGL -p /sbin/ldconfig
1314
f445ed6c
JB
1315%post libGL -p /sbin/ldconfig
1316%postun libGL -p /sbin/ldconfig
1317
c1d2b5e2
AM
1318%post libGLES -p /sbin/ldconfig
1319%postun libGLES -p /sbin/ldconfig
1320
c1d2b5e2
AM
1321%post libOSMesa -p /sbin/ldconfig
1322%postun libOSMesa -p /sbin/ldconfig
1323
e5bc9334
JB
1324%post libOpenCL -p /sbin/ldconfig
1325%postun libOpenCL -p /sbin/ldconfig
1326
c1d2b5e2
AM
1327%post libOpenVG -p /sbin/ldconfig
1328%postun libOpenVG -p /sbin/ldconfig
1329
04c3cb73
JB
1330%post libXvMC-nouveau -p /sbin/ldconfig
1331%postun libXvMC-nouveau -p /sbin/ldconfig
04c3cb73
JB
1332%post libXvMC-r600 -p /sbin/ldconfig
1333%postun libXvMC-r600 -p /sbin/ldconfig
9bfb354d 1334
d3cd778a
JB
1335%post libgbm -p /sbin/ldconfig
1336%postun libgbm -p /sbin/ldconfig
1337
c7f22387
JB
1338%post libglapi -p /sbin/ldconfig
1339%postun libglapi -p /sbin/ldconfig
1340
24b30bc6
JB
1341%post libwayland-egl -p /sbin/ldconfig
1342%postun libwayland-egl -p /sbin/ldconfig
1343
a651d613
JB
1344%post libxatracker -p /sbin/ldconfig
1345%postun libxatracker -p /sbin/ldconfig
1346
bb686270
AM
1347%if %{with egl}
1348%files libEGL
1349%defattr(644,root,root,755)
1350%attr(755,root,root) %{_libdir}/libEGL.so.*.*
c794b508 1351%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
bb686270
AM
1352
1353%files libEGL-devel
1354%defattr(644,root,root,755)
1355%attr(755,root,root) %{_libdir}/libEGL.so
bb686270
AM
1356%dir %{_includedir}/EGL
1357%{_includedir}/EGL/egl.h
1358%{_includedir}/EGL/eglext.h
56313830 1359%{_includedir}/EGL/eglextchromium.h
9bfb354d 1360%{_includedir}/EGL/eglmesaext.h
bb686270 1361%{_includedir}/EGL/eglplatform.h
bb686270
AM
1362%{_pkgconfigdir}/egl.pc
1363
c885f99e 1364%if %{with static_libs}
bb686270
AM
1365%files libEGL-static
1366%defattr(644,root,root,755)
1367%{_libdir}/libEGL.a
1368%endif
1369%endif
1370
f445ed6c 1371%files libGL
e9b3ff7a 1372%defattr(644,root,root,755)
3f1b1b5d 1373%doc docs/{*.html,README.UVD,patents.txt,relnotes/*.html}
9b0e6ebb
JB
1374%attr(755,root,root) %{_libdir}/libGL.so.*.*
1375%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
0cb33a09 1376# symlink for binary apps which fail to conform Linux OpenGL ABI
bf8d2f73 1377# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
0cb33a09 1378%attr(755,root,root) %{_libdir}/libGL.so
0d8bac2a 1379%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drirc
a0b2836a 1380
f445ed6c 1381%files libGL-devel
e9b3ff7a 1382%defattr(644,root,root,755)
5b8e9162 1383%doc docs/specs/*
debcd977 1384%dir %{_includedir}/GL
d3dd48bf 1385%{_includedir}/GL/gl.h
56313830 1386%{_includedir}/GL/glcorearb.h
e1833810 1387%{_includedir}/GL/glext.h
d3dd48bf 1388%{_includedir}/GL/gl_mangle.h
d3dd48bf 1389%{_includedir}/GL/glx.h
abc9e15f 1390%{_includedir}/GL/glxext.h
d3dd48bf 1391%{_includedir}/GL/glx_mangle.h
9405a391 1392%{_includedir}/GL/mesa_glinterop.h
1ec0796e
AM
1393%dir %{_includedir}/GL/internal
1394%{_includedir}/GL/internal/dri_interface.h
59f12de8 1395%{_pkgconfigdir}/dri.pc
f4a8c5f6 1396%{_pkgconfigdir}/gl.pc
a0b2836a 1397
c885f99e 1398%if %{with static_libs}
278406ce
JB
1399%files libGL-static
1400%defattr(644,root,root,755)
1401%{_libdir}/libGL.a
1402%endif
1403
c1d2b5e2
AM
1404%files libGLES
1405%defattr(644,root,root,755)
cc59a107
JB
1406%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1407%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1408%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1409%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
c1d2b5e2
AM
1410
1411%files libGLES-devel
1412%defattr(644,root,root,755)
cc59a107
JB
1413%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1414%attr(755,root,root) %{_libdir}/libGLESv2.so
c1d2b5e2
AM
1415%{_includedir}/GLES
1416%{_includedir}/GLES2
46cee963 1417%{_includedir}/GLES3
cc59a107
JB
1418%{_pkgconfigdir}/glesv1_cm.pc
1419%{_pkgconfigdir}/glesv2.pc
c1d2b5e2 1420
f4a8c5f6
JB
1421%files libOSMesa
1422%defattr(644,root,root,755)
cc59a107 1423%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
9bfb354d 1424%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
f4a8c5f6
JB
1425
1426%files libOSMesa-devel
1427%defattr(644,root,root,755)
cc59a107 1428%attr(755,root,root) %{_libdir}/libOSMesa.so
f4a8c5f6 1429%{_includedir}/GL/osmesa.h
bf8d2f73 1430%{_pkgconfigdir}/osmesa.pc
f4a8c5f6 1431
c885f99e 1432%if %{with static_libs}
f4a8c5f6
JB
1433%files libOSMesa-static
1434%defattr(644,root,root,755)
cc59a107 1435%{_libdir}/libOSMesa.a
59f12de8 1436%endif
f4a8c5f6 1437
e5bc9334 1438%if %{with opencl}
ff879d59
JK
1439%if %{with ocl_icd}
1440%files OpenCL-icd
1441%defattr(644,root,root,755)
1442/etc/OpenCL/vendors/mesa.icd
1443%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1444%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1445%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
6f955018
JB
1446# currently only OpenCL uses dynamic pipe loader
1447%dir %{_libdir}/gallium-pipe
ff879d59 1448%else
e5bc9334
JB
1449%files libOpenCL
1450%defattr(644,root,root,755)
1451%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1452%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
6f955018
JB
1453# currently only OpenCL uses dynamic pipe loader
1454%dir %{_libdir}/gallium-pipe
e5bc9334
JB
1455
1456%files libOpenCL-devel
1457%defattr(644,root,root,755)
1458%attr(755,root,root) %{_libdir}/libOpenCL.so
1459%{_includedir}/CL
e5bc9334 1460%endif
ff879d59 1461%endif
e5bc9334 1462
ebff9a35 1463%if %{with egl} && %{with openvg} && %{with gallium}
c1d2b5e2
AM
1464%files libOpenVG
1465%defattr(644,root,root,755)
cc59a107 1466%attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.*
278406ce 1467%attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1
c1d2b5e2
AM
1468
1469%files libOpenVG-devel
1470%defattr(644,root,root,755)
278406ce 1471%attr(755,root,root) %{_libdir}/libOpenVG.so
c1d2b5e2 1472%{_includedir}/VG
c1d2b5e2
AM
1473%{_pkgconfigdir}/vg.pc
1474%endif
1475
c3f739d4 1476%if %{with gallium}
80fb8e4d 1477%if %{with gallium_nouveau}
04c3cb73 1478%files libXvMC-nouveau
875da849 1479%defattr(644,root,root,755)
46cee963 1480%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0.0
04c3cb73 1481%attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
80fb8e4d 1482%endif
04c3cb73 1483
56313830 1484%if %{with gallium_radeon}
04c3cb73
JB
1485%files libXvMC-r600
1486%defattr(644,root,root,755)
46cee963 1487%attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0.0
04c3cb73 1488%attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
c3f739d4 1489%endif
ebff9a35 1490
3f1b1b5d 1491%if %{with va}
ebff9a35 1492%files -n libva-driver-gallium
3f1b1b5d 1493%defattr(644,root,root,755)
ebff9a35 1494%attr(755,root,root) %{_libdir}/libva/dri/gallium_drv_video.so
56313830 1495%endif
56313830 1496%endif
afe33c03 1497
d3cd778a
JB
1498%if %{with gbm}
1499%files libgbm
1500%defattr(644,root,root,755)
1501%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1502%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
d3cd778a
JB
1503
1504%files libgbm-devel
1505%defattr(644,root,root,755)
1506%attr(755,root,root) %{_libdir}/libgbm.so
1507%{_includedir}/gbm.h
1508%{_pkgconfigdir}/gbm.pc
1509%endif
1510
c7f22387
JB
1511%files libglapi
1512%defattr(644,root,root,755)
1513%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1514%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1515# libglapi-devel? nothing seems to need it atm.
1516#%attr(755,root,root) %{_libdir}/libglapi.so
1517
24b30bc6
JB
1518%if %{with wayland}
1519%files libwayland-egl
1520%defattr(644,root,root,755)
1521%attr(755,root,root) %{_libdir}/libwayland-egl.so.*.*
1522%attr(755,root,root) %ghost %{_libdir}/libwayland-egl.so.1
1523
1524%files libwayland-egl-devel
1525%defattr(644,root,root,755)
1526%attr(755,root,root) %{_libdir}/libwayland-egl.so
1527%{_pkgconfigdir}/wayland-egl.pc
1528%endif
1529
a651d613
JB
1530%if %{with xa}
1531%files libxatracker
1532%defattr(644,root,root,755)
1533%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
0d8bac2a 1534%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
a651d613
JB
1535
1536%files libxatracker-devel
1537%defattr(644,root,root,755)
1538%attr(755,root,root) %{_libdir}/libxatracker.so
1539%{_includedir}/xa_composite.h
1540%{_includedir}/xa_context.h
1541%{_includedir}/xa_tracker.h
1542%{_pkgconfigdir}/xatracker.pc
1543%endif
1544
166bc93f
JB
1545%if %{with egl}
1546%files khrplatform-devel
1547%defattr(644,root,root,755)
1548%dir %{_includedir}/KHR
1549%{_includedir}/KHR/khrplatform.h
1550%endif
1551
afe33c03 1552%files dri-driver-ati-radeon-R100
1553%defattr(644,root,root,755)
1554%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1555
1556%files dri-driver-ati-radeon-R200
1557%defattr(644,root,root,755)
1558%attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1559
c3f739d4 1560%if %{with gallium}
56313830 1561%if %{with gallium_radeon}
afe33c03 1562%files dri-driver-ati-radeon-R300
1563%defattr(644,root,root,755)
1564%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1565
e68936d0
AM
1566%files dri-driver-ati-radeon-R600
1567%defattr(644,root,root,755)
1568%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1569
3dc87f1a
AM
1570%files dri-driver-ati-radeon-SI
1571%defattr(644,root,root,755)
1572%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
56313830 1573%endif
6e049c9d
AM
1574
1575%files dri-driver-intel-ilo
1576%defattr(644,root,root,755)
1577%attr(755,root,root) %{_libdir}/xorg/modules/dri/ilo_dri.so
56313830 1578%endif
3dc87f1a 1579
afe33c03 1580%files dri-driver-intel-i915
1581%defattr(644,root,root,755)
5f574b4b 1582%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
afe33c03 1583
b360f4f6 1584%files dri-driver-intel-i965
1585%defattr(644,root,root,755)
1586%attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1587
3e88bc92
AM
1588%files dri-driver-nouveau
1589%defattr(644,root,root,755)
5b103bd4
JB
1590%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1591%if %{with gallium_nouveau}
3e88bc92 1592%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
a7a3223c 1593%endif
3e88bc92 1594
f3606317
AM
1595%files dri-driver-swrast
1596%defattr(644,root,root,755)
e22d206b 1597%if %{with gallium}
56313830 1598%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
e22d206b 1599%endif
f3606317
AM
1600%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1601
bb5f0825 1602%if %{with gallium}
f31a332e
JB
1603%ifarch arm
1604%files dri-driver-vc4
1605%defattr(644,root,root,755)
1606%attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1607%endif
1608
6e049c9d
AM
1609%files dri-driver-virgl
1610%defattr(644,root,root,755)
1611%attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1612
e68936d0
AM
1613%files dri-driver-vmwgfx
1614%defattr(644,root,root,755)
9c4e4073 1615%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
bb5f0825 1616%endif
9bfb354d 1617
6f955018
JB
1618%if %{with gallium}
1619%if %{with gallium_i915}
1620%files pipe-driver-i915
1621%defattr(644,root,root,755)
1622%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1623%endif
1624
1625%files pipe-driver-i965
1626%defattr(644,root,root,755)
1627%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i965.so
1628
1629%ifarch arm
1630%files pipe-driver-msm
1631%defattr(644,root,root,755)
1632%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1633%endif
1634
1635%if %{with gallium_nouveau}
1636%files pipe-driver-nouveau
1637%defattr(644,root,root,755)
1638%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1639%endif
1640
1641%if %{with gallium_radeon}
1642%files pipe-driver-r300
1643%defattr(644,root,root,755)
1644%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1645
1646%files pipe-driver-r600
1647%defattr(644,root,root,755)
1648%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1649
1650%files pipe-driver-radeonsi
1651%defattr(644,root,root,755)
1652%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1653%endif
1654
1655%files pipe-driver-swrast
1656%defattr(644,root,root,755)
1657%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1658
1659%files pipe-driver-vmwgfx
1660%defattr(644,root,root,755)
1661%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1662%endif
1663
1f730540
JB
1664%if %{with nine}
1665%files d3d
1666%defattr(644,root,root,755)
1667%dir %{_libdir}/d3d
1668%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1669
1670%files d3d-devel
1671%defattr(644,root,root,755)
1672%{_includedir}/d3dadapter
1673%{_pkgconfigdir}/d3d.pc
1674%endif
1675
c3f739d4 1676%if %{with gallium}
04c3cb73
JB
1677# ldconfig is not used in vdpau tree, so package all symlinks
1678%if %{with gallium_nouveau}
1679%files -n libvdpau-driver-mesa-nouveau
1680%defattr(644,root,root,755)
46cee963 1681%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
04c3cb73
JB
1682%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1683%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1684%endif
1685
56313830 1686%if %{with gallium_radeon}
ebff9a35
AM
1687%files -n libvdpau-driver-mesa-r300
1688%defattr(644,root,root,755)
1689%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
1690%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
1691%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
1692
04c3cb73
JB
1693%files -n libvdpau-driver-mesa-r600
1694%defattr(644,root,root,755)
46cee963 1695%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
9bfb354d
AM
1696%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
1697%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
04c3cb73 1698
3dc87f1a
AM
1699%files -n libvdpau-driver-mesa-radeonsi
1700%defattr(644,root,root,755)
46cee963 1701%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
3dc87f1a
AM
1702%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
1703%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
c3f739d4 1704%endif
56313830 1705%endif
4bacd84c
JB
1706
1707%if %{with gallium} && %{with omx}
56313830
AM
1708%files -n omxil-mesa
1709%defattr(644,root,root,755)
1710%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
56313830 1711%endif
075ec3a3
JK
1712
1713%files vulkan-icd-intel
1714%defattr(644,root,root,755)
1715%{_libdir}/libvulkan_intel.so
1716%{_datadir}/vulkan/icd.d/*.json
1717
1718%files vulkan-icd-intel-devel
1719%defattr(644,root,root,755)
1720%{_includedir}/vulkan/vulkan_intel.h
This page took 0.470814 seconds and 4 git commands to generate.