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