]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa.spec
- up to 11.2.0
[packages/Mesa.git] / Mesa.spec
CommitLineData
e1833810 1#
0cb33a09 2# TODO:
6e049c9d 3# - check if gallium_i915 note is still valid, switch the bcond if not
bf8d2f73 4# - consider:
0e4c97b7 5# - subpackage with non-dri libGL for use with X-servers with missing GLX extension?
67dbaca7 6# - resurrect static if it's useful (using plain xorg target? DRI doesn't support static)
0cb33a09 7#
6299b3cd 8# Conditional build:
5eb992a8 9%bcond_without gallium # gallium drivers
6e049c9d 10%bcond_with gallium_i915 # gallium i915 Intel driver (instead of plain dri; doesn't work with AIGLX)
5b103bd4 11%bcond_without gallium_nouveau # gallium nouveau driver
56313830 12%bcond_without gallium_radeon # gallium radeon drivers
45991a71 13%bcond_without egl # EGL libraries
1f88045a 14%bcond_with openvg # OpenVG library [not builind since 10.4, dropped in 10.6]
a651d613 15%bcond_without gbm # Graphics Buffer Manager
1f730540 16%bcond_without nine # Nine Direct3D 9+ state tracker (for Wine)
ff879d59 17%bcond_without opencl # OpenCL support
86a7645a 18%bcond_without ocl_icd # OpenCL as ICD (installable client driver)
4bacd84c 19%bcond_without omx # OpenMAX (Bellagio OMXIL) support
3f1b1b5d 20%bcond_without va # VA library
24b30bc6 21%bcond_without wayland # Wayland EGL
40c26533 22%bcond_without xa # XA state tracker (for vmwgfx xorg driver)
3f1b1b5d 23%bcond_with texture_float # floating-point textures and renderbuffers (SGI patent in US)
67dbaca7 24%bcond_with static_libs # static libraries [not supported for DRI, thus broken currently]
34f695f1 25%bcond_with tests # tests
d70abe90 26#
d70abe90
JB
27# glapi version (glapi tables in dri drivers and libglx must be in sync);
28# set to current Mesa version on ABI break, when xserver tables get regenerated
29# (until they start to be somehow versioned themselves)
c6305e3e 30%define glapi_ver 7.1.0
e0e9f02c 31# minimal supported xserver version
c6305e3e 32%define xserver_ver 1.5.0
e0e9f02c 33# other packages
7731a383 34%define libdrm_ver 2.4.63
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
e1833810 56Summary: Free OpenGL implementation
54181d82 57Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
e9b3ff7a 58Name: Mesa
22344c48
AM
59Version: 11.2.0
60Release: 1
3dc87f1a 61License: MIT (core) and others - see license.html file
e9b3ff7a 62Group: X11/Libraries
55da7721 63Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}.tar.xz
22344c48 64# Source0-md5: aee389ef4fe00c4251fcb866ca3c510f
4db28b99 65Patch0: missing-type.patch
1cd92499 66Patch1: x32.patch
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
3f1b1b5d
JB
80%{?with_va:BuildRequires: libva-devel >= 1.3.0}
81%{?with_va:BuildRequires: pkgconfig(libva) >= 0.35.0}
7731a383 82BuildRequires: libvdpau-devel >= 1.1
c6305e3e 83BuildRequires: libxcb-devel >= 1.10
56313830 84%{?with_gallium_radeon:BuildRequires: llvm-devel >= 3.4.2}
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-driver-video-intel
740Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
741Requires: xorg-xserver-server >= %{xserver_ver}
2db432a2 742Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 743Obsoletes: X11-driver-i810-dri < 1:7.0.0
afe33c03 744
745%description dri-driver-intel-i915
04c3cb73
JB
746X.org DRI driver for Intel i915 card family (915, 945, G33, Q33, Q35,
747Pineview).
afe33c03 748
f77f03b8 749%description dri-driver-intel-i915 -l pl.UTF-8
04c3cb73
JB
750Sterownik X.org DRI dla rodziny kart Intel i915 (915, 945, G33, Q33,
751Q35, Pineview).
afe33c03 752
b360f4f6 753%package dri-driver-intel-i965
362c6f99
JB
754Summary: X.org DRI driver for Intel i965 card family
755Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i965
f4a8c5f6 756License: MIT
b360f4f6 757Group: X11/Libraries
d70abe90
JB
758Requires: xorg-driver-video-intel
759Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
760Requires: xorg-xserver-server >= %{xserver_ver}
b360f4f6 761Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 762Obsoletes: X11-driver-i810-dri < 1:7.0.0
b360f4f6 763
764%description dri-driver-intel-i965
04c3cb73
JB
765X.org DRI driver for Intel i965 card family (946GZ, 965G, 965Q, 965GM,
766965GME, GM45, G41, B43, Q45, G45);
b360f4f6 767
f77f03b8 768%description dri-driver-intel-i965 -l pl.UTF-8
04c3cb73
JB
769Sterownik X.org DRI dla rodziny kart Intel i965 (946GZ, 965G, 965Q,
770965GM, 965GME, GM45, G41, B43, Q45, G45).
b360f4f6 771
6e049c9d 772%package dri-driver-intel-ilo
6f955018
JB
773Summary: X.org DRI driver for Intel chips family
774Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny układów firmy Intel
6e049c9d
AM
775License: MIT
776Group: X11/Libraries
777Requires: xorg-driver-video-intel
778Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
779Requires: xorg-xserver-server >= %{xserver_ver}
780
781%description dri-driver-intel-ilo
6f955018
JB
782X.org DRI driver for Intel chips family. It supports Cherryview/
783Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge chips.
6e049c9d
AM
784
785%description dri-driver-intel-ilo -l pl.UTF-8
6f955018
JB
786Sterownik X.org DRI dla rodziny układów firmy Intel. Obsługuje układy
787Cherryview/Broadwell/Bay Trail/Haswell/Ivybdidge/Sandybridge.
6e049c9d 788
3e88bc92
AM
789%package dri-driver-nouveau
790Summary: X.org DRI driver for NVIDIA card family
791Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart NVIDIA
792License: MIT
793Group: X11/Libraries
794Requires: xorg-driver-video-nouveau
795Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
796Requires: xorg-xserver-server >= %{xserver_ver}
797
798%description dri-driver-nouveau
799X.org DRI drivers for NVIDIA card family.
800
801%description dri-driver-nouveau -l pl.UTF-8
802Sterowniki X.org DRI dla rodziny kart NVIDIA.
803
f3606317 804%package dri-driver-swrast
362c6f99
JB
805Summary: X.org DRI software rasterizer driver
806Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe
f3606317
AM
807License: MIT
808Group: X11/Libraries
d70abe90
JB
809Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
810Requires: xorg-xserver-server >= %{xserver_ver}
f3606317
AM
811
812%description dri-driver-swrast
362c6f99 813X.org DRI software rasterizer driver.
f3606317
AM
814
815%description dri-driver-swrast -l pl.UTF-8
362c6f99 816Sterownik X.org DRI obsługujący rysowanie programowe.
f3606317 817
f31a332e
JB
818%package dri-driver-vc4
819Summary: X.org DRI driver for Broadcom VC4 chips
820Summary(pl.UTF-8): Sterownik X.org DRI dla układów Broadcom VC4
821License: MIT
822Group: X11/Libraries
823Requires: xorg-driver-video-modesetting
824Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
825Requires: xorg-xserver-server >= %{xserver_ver}
826
827%description dri-driver-vc4
828X.org DRI driver for Broadcom VC4 chips.
829
830%description dri-driver-vc4 -l pl.UTF-8
831Sterownik X.org DRI dla układów Broadcom VC4.
832
6e049c9d
AM
833%package dri-driver-virgl
834Summary: X.org DRI driver for QEMU VirGL
835Summary(pl.UTF-8): Sterownik X.org DRI dla QEMU VirGL
836License: MIT
837Group: X11/Libraries
838Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
839Requires: xorg-xserver-server >= %{xserver_ver}
840
841%description dri-driver-virgl
842X.org DRI driver for QEMU VirGL.
843
844%description dri-driver-virgl -l pl.UTF-8
845Sterownik X.org DRI dla QEMU VirGL.
846
e68936d0
AM
847%package dri-driver-vmwgfx
848Summary: X.org DRI driver for VMware
849Summary(pl.UTF-8): Sterownik X.org DRI dla VMware
850License: MIT
851Group: X11/Libraries
0f9ae6ae 852Requires: xorg-driver-video-vmware
e68936d0
AM
853Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
854Requires: xorg-xserver-server >= %{xserver_ver}
855
856%description dri-driver-vmwgfx
857X.org DRI driver for VMWare.
858
859%description dri-driver-vmwgfx -l pl.UTF-8
860Sterownik X.org DRI dla VMware.
861
6f955018
JB
862%package pipe-driver-i915
863Summary: i915 driver for Mesa Gallium dynamic pipe loader
864Summary(pl.UTF-8): Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
865Group: Libraries
866Obsoletes: Mesa-gbm-driver-i915
867Obsoletes: Mesa-opencl-driver-i915
868
869%description pipe-driver-i915
870i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
871915/945/G33/Q33/Q35/Pineview chips.
872
873%description pipe-driver-i915 -l pl.UTF-8
874Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
875Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
876
877%package pipe-driver-i965
878Summary: i965 (ilo) driver for Mesa Gallium dynamic pipe loader
879Summary(pl.UTF-8): Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa Gallium
880Group: Libraries
881
882%description pipe-driver-i965
883i965 (ilo) driver for Mesa Gallium dynamic pipe loader. It supports
884Intel Cherryview/Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge
885chips.
886
887%description pipe-driver-i965 -l pl.UTF-8
888Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa
889Gallium. Obsługuje układy Intela Cherryview/Broadwell/Bay Trail/
890Haswell/Ivybdidge/Sandybridge.
891
892%package pipe-driver-msm
893Summary: msm (freedreno) driver for Mesa Gallium dynamic pipe loader
894Summary(pl.UTF-8): Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
895Group: Libraries
896
897%description pipe-driver-msm
898msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
899supports Adreno chips.
900
901%description pipe-driver-msm -l pl.UTF-8
902Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
903Mesa Gallium. Obsługuje układy Adreno.
904
905%package pipe-driver-nouveau
906Summary: nouveau driver for Mesa Gallium dynamic pipe loader
907Summary(pl.UTF-8): Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
908Group: Libraries
909Obsoletes: Mesa-gbm-driver-nouveau
910Obsoletes: Mesa-opencl-driver-nouveau
911
912%description pipe-driver-nouveau
913nouveau driver for Mesa Gallium dynamic pipe loader. It supports
914NVidia adapters.
915
916%description pipe-driver-nouveau -l pl.UTF-8
917Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
918Gallium. Obsługuje karty graficzne firmy NVidia.
919
920%package pipe-driver-r300
921Summary: r300 driver for Mesa Gallium dynamic pipe loader
922Summary(pl.UTF-8): Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
923Group: Libraries
924Obsoletes: Mesa-gbm-driver-r300
925Obsoletes: Mesa-opencl-driver-r300
926
927%description pipe-driver-r300
928r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
929Radeon adapters based on R300/R400/RS690/R500 chips.
930
931%description pipe-driver-r300 -l pl.UTF-8
932Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
933Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
934R300/R400/RS690/R500.
935
936%package pipe-driver-r600
937Summary: r600 driver for Mesa Gallium dynamic pipe loader
938Summary(pl.UTF-8): Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
939Group: Libraries
940Obsoletes: Mesa-gbm-driver-r600
941Obsoletes: Mesa-libllvmradeon
942Obsoletes: Mesa-opencl-driver-r600
943
944%description pipe-driver-r600
945r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
946Radeon adapters based on R600/R700 chips.
947
948%description pipe-driver-r600 -l pl.UTF-8
949Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
950Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
951R600/R700.
952
953%package pipe-driver-radeonsi
954Summary: radeonsi driver for Mesa Gallium dynamic pipe loader
955Summary(pl.UTF-8): Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
956Group: Libraries
957Obsoletes: Mesa-gbm-driver-radeonsi
958Obsoletes: Mesa-libllvmradeon
959Obsoletes: Mesa-opencl-driver-radeonsi
960
961%description pipe-driver-radeonsi
962radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
963Radeon adapters based on Southern Islands chips.
964
965%description pipe-driver-radeonsi -l pl.UTF-8
966Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
967Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
968Southern Islands.
969
970%package pipe-driver-swrast
971Summary: Software (swrast) driver for Mesa Gallium dynamic pipe loader
972Summary(pl.UTF-8): Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
973Group: Libraries
974Obsoletes: Mesa-gbm-driver-swrast
975Obsoletes: Mesa-opencl-driver-swrast
976
977%description pipe-driver-swrast
978Software (swrast) driver for Mesa Gallium dynamic pipe loader.
979
980%description pipe-driver-swrast -l pl.UTF-8
981Sterownik programowy (swrast) dla dynamicznego systemu potoków
982szkieletu Mesa Gallium.
983
984%package pipe-driver-vmwgfx
985Summary: vmwgfx driver for Mesa Gallium dynamic pipe loader
986Summary(pl.UTF-8): Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
987Group: Libraries
988Obsoletes: Mesa-gbm-driver-vmwgfx
989Obsoletes: Mesa-opencl-driver-vmwgfx
990
991%description pipe-driver-vmwgfx
992vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
993virtual video adapter.
994
995%description pipe-driver-vmwgfx -l pl.UTF-8
996Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
997Gallium. Obsługuje wirtualną kartę graficzną VMware.
998
1f730540
JB
999%package d3d
1000Summary: Nine Direct3D9 driver (for Wine)
1001Summary(pl.UTF-8): Sterownik Direct3D9 Nine (dla Wine)
1002Group: Libraries
1003Requires: libdrm >= %{libdrm_ver}
1004
1005%description d3d
1006Nine Direct3D9 driver (for Wine).
1007
1008%description d3d -l pl.UTF-8
1009Sterownik Direct3D9 Nine (dla Wine).
1010
1011%package d3d-devel
1012Summary: Nine Direct3D9 driver API
1013Summary(pl.UTF-8): API sterownika Direct3D9 Nine
1014Group: Development/Libraries
1015Requires: libdrm-devel >= %{libdrm_ver}
1016
1017%description d3d-devel
1018Nine Direct3D9 driver API.
1019
1020%description d3d-devel -l pl.UTF-8
1021API sterownika Direct3D9 Nine.
1022
04c3cb73
JB
1023%package -n libvdpau-driver-mesa-nouveau
1024Summary: Mesa nouveau driver for the vdpau API
1025Summary(pl.UTF-8): Sterownik Mesa nouveau dla API vdpau
9bfb354d
AM
1026License: MIT
1027Group: X11/Libraries
8eb275e9 1028Requires: libdrm >= %{libdrm_ver}
7731a383 1029Requires: libvdpau >= 1.1
04c3cb73 1030Conflicts: libvdpau-driver-mesa
9bfb354d 1031
04c3cb73
JB
1032%description -n libvdpau-driver-mesa-nouveau
1033Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1034(NV40-NV96, NVa0).
9bfb354d 1035
04c3cb73
JB
1036%description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1037Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1038(NV40-NV96, NVa0).
9bfb354d 1039
ebff9a35
AM
1040%package -n libvdpau-driver-mesa-r300
1041Summary: Mesa r300 driver for the vdpau API
1042Summary(pl.UTF-8): Sterownik Mesa r300 dla API vdpau
1043License: MIT
1044Group: X11/Libraries
1045Requires: libdrm >= %{libdrm_ver}
7731a383 1046Requires: libvdpau >= 1.1
ebff9a35
AM
1047Conflicts: libvdpau-driver-mesa
1048
1049%description -n libvdpau-driver-mesa-r300
1050Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
1051based on R300 chips.
1052
1053%description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
1054Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
1055na układach R300.
1056
04c3cb73
JB
1057%package -n libvdpau-driver-mesa-r600
1058Summary: Mesa r600 driver for the vdpau API
1059Summary(pl.UTF-8): Sterownik Mesa r600 dla API vdpau
1060License: MIT
1061Group: X11/Libraries
1062Requires: libdrm >= %{libdrm_ver}
7731a383 1063Requires: libvdpau >= 1.1
04c3cb73
JB
1064Conflicts: libvdpau-driver-mesa
1065
1066%description -n libvdpau-driver-mesa-r600
1067Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1068based on R600/R700 chips.
1069
1070%description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1071Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1072na układach R600/R700.
1073
3dc87f1a
AM
1074%package -n libvdpau-driver-mesa-radeonsi
1075Summary: Mesa radeonsi driver for the vdpau API
1076Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API vdpau
1077License: MIT
1078Group: X11/Libraries
1079Requires: libdrm >= %{libdrm_ver}
7731a383 1080Requires: libvdpau >= 1.1
3dc87f1a 1081Conflicts: libvdpau-driver-mesa
5b8e9162 1082Obsoletes: Mesa-libllvmradeon
3dc87f1a
AM
1083
1084%description -n libvdpau-driver-mesa-radeonsi
0784ce78
JB
1085Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1086adapters based on Southern Islands chips.
3dc87f1a
AM
1087
1088%description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
0784ce78
JB
1089Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1090oparte na układach Southern Islands.
3dc87f1a 1091
56313830
AM
1092%package -n omxil-mesa
1093Summary: Mesa driver for Bellagio OpenMAX IL API
1094Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1095License: MIT
1096Group: X11/Libraries
1097Requires: libdrm >= %{libdrm_ver}
1098Requires: libxcb >= 1.8
1099Requires: libomxil-bellagio
c45391bc
JB
1100Obsoletes: omxil-mesa-nouveau
1101Obsoletes: omxil-mesa-r600
1102Obsoletes: omxil-mesa-radeonsi
56313830
AM
1103
1104%description -n omxil-mesa
1105Mesa driver for Bellagio OpenMAX IL API.
1106
1107%description -n omxil-mesa -l pl.UTF-8
1108Sterownik Mesa dla API Bellagio OpenMAX IL.
1109
4bacd84c
JB
1110%package -n omxil-mesa-nouveau
1111Summary: Mesa nouveau driver for Bellagio OpenMAX IL API
1112Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1113License: MIT
1114Group: X11/Libraries
1115Requires: libdrm >= %{libdrm_ver}
1116Requires: libxcb >= 1.8
1117Requires: libomxil-bellagio
1118
1119%description -n omxil-mesa-nouveau
1120Mesa nouveau driver for Bellagio OpenMAX IL API. It supports NVidia
1121adapters (NV40-NV96, NVa0).
1122
1123%description -n omxil-mesa-nouveau -l pl.UTF-8
1124Sterownik Mesa nouveau dla API Bellagio OpenMAX IL. Obsługuje karty
1125NVidia (NV40-NV96, NVa0).
1126
1127%package -n omxil-mesa-r600
1128Summary: Mesa r600 driver for Bellagio OpenMAX IL API
1129Summary(pl.UTF-8): Sterownik Mesa r600 dla API Bellagio OpenMAX IL
1130License: MIT
1131Group: X11/Libraries
1132Requires: libdrm >= %{libdrm_ver}
1133Requires: libxcb >= 1.8
1134Requires: libomxil-bellagio
1135
1136%description -n omxil-mesa-r600
1137Mesa r600 driver for Bellagio OpenMAX IL API. It supports ATI Radeon
1138adapters based on R600/R700 chips.
1139
1140%description -n omxil-mesa-r600 -l pl.UTF-8
1141Sterownik Mesa r600 dla API Bellagio OpenMAX IL. Obsługuje karty ATI
1142Radeon oparte na układach R600/R700.
1143
1144%package -n omxil-mesa-radeonsi
1145Summary: Mesa radeonsi driver for Bellagio OpenMAX IL API
1146Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL
1147License: MIT
1148Group: X11/Libraries
1149Requires: libdrm >= %{libdrm_ver}
1150Requires: libxcb >= 1.8
1151Requires: libomxil-bellagio
1152
1153%description -n omxil-mesa-radeonsi
1154Mesa radeonsi driver for Bellagio OpenMAX IL API. It supports ATI
1155Radeon adapters based on Southern Islands chips.
1156
1157%description -n omxil-mesa-radeonsi -l pl.UTF-8
1158Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL. Obsługuje karty
1159ATI Radeon oparte na układach Southern Islands.
1160
a0b2836a 1161%prep
0bad6e58 1162%setup -q -n mesa-%{version}
4db28b99 1163%patch0 -p1
1cd92499 1164%patch1 -p1
a0b2836a 1165
1166%build
5853b3ab
JB
1167%{__libtoolize}
1168%{__aclocal} -I m4
bb686270 1169%{__autoconf}
5853b3ab 1170%{__automake}
a5afae62 1171
9bfb354d 1172dri_drivers="r200 radeon \
6e049c9d 1173%if %{without gallium_i915}
04c3cb73 1174i915 \
a5afae62 1175%endif
d9ca63e3
JB
1176i965 \
1177nouveau \
59f12de8
AM
1178%ifarch sparc sparcv9 sparc64
1179ffb \
6299b3cd 1180%endif
9bfb354d 1181swrast"
59f12de8
AM
1182
1183dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1184
c1d2b5e2 1185gallium_drivers="svga swrast \
6e049c9d 1186%if %{with gallium_i915}
c1d2b5e2 1187i915 \
c1d2b5e2 1188%endif
56313830 1189%if %{with gallium_radeon}
b8e6b6d7 1190r300 \
c1d2b5e2 1191r600 \
700470bd 1192radeonsi \
56313830 1193%endif
45300693 1194%if %{with gallium_nouveau}
0784ce78 1195nouveau
c1d2b5e2 1196%endif
6e049c9d
AM
1197ilo \
1198virgl \
f31a332e
JB
1199%ifarch arm
1200freedreno \
1201vc4 \
1202%endif
c1d2b5e2
AM
1203"
1204
1205gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1206
700470bd 1207%configure \
4799b78a 1208 --disable-silent-rules \
9bfb354d 1209 %{__enable gbm} \
b4a5c074 1210 --enable-glx-tls \
700470bd 1211 --enable-osmesa \
c885f99e 1212 --enable-selinux \
1f730540 1213 --enable-shared \
f566cdfa 1214 --enable-shared-glapi \
c885f99e 1215 %{?with_static_libs:--enable-static} \
3f1b1b5d 1216 %{?with_texture_float:--enable-texture-float} \
c885f99e
JB
1217%if %{with egl}
1218 --enable-egl \
1219 --enable-gles1 \
1220 --enable-gles2 \
24b30bc6 1221 --with-egl-platforms=x11%{?with_gbm:,drm}%{?with_wayland:,wayland} \
c885f99e 1222%endif
5f574b4b 1223%if %{with gallium}
9bfb354d 1224 --enable-gallium-llvm \
2fc49cce 1225 --enable-llvm-shared-libs \
9bfb354d
AM
1226 %{__enable egl gallium-egl} \
1227 %{__enable gbm gallium-gbm} \
ff879d59 1228 %{__enable ocl_icd opencl-icd} \
1f730540
JB
1229 %{?with_nine:--enable-nine} \
1230 %{__enable opencl} \
9bfb354d 1231 --enable-vdpau \
4bacd84c 1232 %{?with_omx:--enable-omx} \
a651d613 1233 %{?with_xa:--enable-xa} \
9bfb354d 1234 --enable-xvmc \
c1d2b5e2 1235 --with-gallium-drivers=${gallium_drivers} \
5f574b4b 1236%else
5eb992a8 1237 --without-gallium-drivers \
5f574b4b 1238%endif
e481f96e
JR
1239 --with-dri-drivers=${dri_drivers} \
1240 --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
1f88045a
JB
1241 --with-sha1=libnettle \
1242 --with-va-libdir=%{_libdir}/libva/dri
59f12de8
AM
1243
1244%{__make}
59f12de8 1245
34f695f1
AM
1246%{?with_tests:%{__make} check}
1247
a0b2836a 1248%install
f5543b17 1249rm -rf $RPM_BUILD_ROOT
ddde5931 1250
59f12de8
AM
1251%{__make} install \
1252 DESTDIR=$RPM_BUILD_ROOT
ddde5931 1253
59f12de8 1254# strip out undesirable headers
7b63a369 1255%{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/wglext.h
80fb8e4d 1256# dlopened by soname
e22d206b
JR
1257%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so}
1258%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so.1.0}
c45391bc 1259# dlopened by soname or .so link
e22d206b 1260%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_*.so.1.0}
c7f22387 1261# not used externally
0d8bac2a 1262%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1cd368bc 1263# dlopened
4bacd84c 1264%{?with_omx:%{__rm} $RPM_BUILD_ROOT%{_libdir}/bellagio/libomx_*.la}
1f730540 1265%{?with_nine:%{__rm} $RPM_BUILD_ROOT%{_libdir}/d3d/d3dadapter9.la}
e22d206b 1266%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_*.la}
1cd368bc
JB
1267# not defined by standards; and not needed, there is pkg-config support
1268%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
ebff9a35 1269%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libva/dri/gallium_drv_video.la}
c1d2b5e2 1270
f56e1323
JR
1271# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1272# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1273strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1274
abc9e15f
JB
1275%clean
1276rm -rf $RPM_BUILD_ROOT
1277
bb686270
AM
1278%post libEGL -p /sbin/ldconfig
1279%postun libEGL -p /sbin/ldconfig
1280
f445ed6c
JB
1281%post libGL -p /sbin/ldconfig
1282%postun libGL -p /sbin/ldconfig
1283
c1d2b5e2
AM
1284%post libGLES -p /sbin/ldconfig
1285%postun libGLES -p /sbin/ldconfig
1286
c1d2b5e2
AM
1287%post libOSMesa -p /sbin/ldconfig
1288%postun libOSMesa -p /sbin/ldconfig
1289
e5bc9334
JB
1290%post libOpenCL -p /sbin/ldconfig
1291%postun libOpenCL -p /sbin/ldconfig
1292
c1d2b5e2
AM
1293%post libOpenVG -p /sbin/ldconfig
1294%postun libOpenVG -p /sbin/ldconfig
1295
04c3cb73
JB
1296%post libXvMC-nouveau -p /sbin/ldconfig
1297%postun libXvMC-nouveau -p /sbin/ldconfig
04c3cb73
JB
1298%post libXvMC-r600 -p /sbin/ldconfig
1299%postun libXvMC-r600 -p /sbin/ldconfig
9bfb354d 1300
d3cd778a
JB
1301%post libgbm -p /sbin/ldconfig
1302%postun libgbm -p /sbin/ldconfig
1303
c7f22387
JB
1304%post libglapi -p /sbin/ldconfig
1305%postun libglapi -p /sbin/ldconfig
1306
24b30bc6
JB
1307%post libwayland-egl -p /sbin/ldconfig
1308%postun libwayland-egl -p /sbin/ldconfig
1309
a651d613
JB
1310%post libxatracker -p /sbin/ldconfig
1311%postun libxatracker -p /sbin/ldconfig
1312
bb686270
AM
1313%if %{with egl}
1314%files libEGL
1315%defattr(644,root,root,755)
1316%attr(755,root,root) %{_libdir}/libEGL.so.*.*
c794b508 1317%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
bb686270
AM
1318
1319%files libEGL-devel
1320%defattr(644,root,root,755)
1321%attr(755,root,root) %{_libdir}/libEGL.so
bb686270
AM
1322%dir %{_includedir}/EGL
1323%{_includedir}/EGL/egl.h
1324%{_includedir}/EGL/eglext.h
56313830 1325%{_includedir}/EGL/eglextchromium.h
9bfb354d 1326%{_includedir}/EGL/eglmesaext.h
bb686270 1327%{_includedir}/EGL/eglplatform.h
bb686270
AM
1328%{_pkgconfigdir}/egl.pc
1329
c885f99e 1330%if %{with static_libs}
bb686270
AM
1331%files libEGL-static
1332%defattr(644,root,root,755)
1333%{_libdir}/libEGL.a
1334%endif
1335%endif
1336
f445ed6c 1337%files libGL
e9b3ff7a 1338%defattr(644,root,root,755)
3f1b1b5d 1339%doc docs/{*.html,README.UVD,patents.txt,relnotes/*.html}
9b0e6ebb
JB
1340%attr(755,root,root) %{_libdir}/libGL.so.*.*
1341%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
0cb33a09 1342# symlink for binary apps which fail to conform Linux OpenGL ABI
bf8d2f73 1343# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
0cb33a09 1344%attr(755,root,root) %{_libdir}/libGL.so
0d8bac2a 1345%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drirc
a0b2836a 1346
f445ed6c 1347%files libGL-devel
e9b3ff7a 1348%defattr(644,root,root,755)
5b8e9162 1349%doc docs/specs/*
debcd977 1350%dir %{_includedir}/GL
d3dd48bf 1351%{_includedir}/GL/gl.h
56313830 1352%{_includedir}/GL/glcorearb.h
e1833810 1353%{_includedir}/GL/glext.h
d3dd48bf 1354%{_includedir}/GL/gl_mangle.h
d3dd48bf 1355%{_includedir}/GL/glx.h
abc9e15f 1356%{_includedir}/GL/glxext.h
d3dd48bf 1357%{_includedir}/GL/glx_mangle.h
1ec0796e
AM
1358%dir %{_includedir}/GL/internal
1359%{_includedir}/GL/internal/dri_interface.h
59f12de8 1360%{_pkgconfigdir}/dri.pc
f4a8c5f6 1361%{_pkgconfigdir}/gl.pc
a0b2836a 1362
c885f99e 1363%if %{with static_libs}
278406ce
JB
1364%files libGL-static
1365%defattr(644,root,root,755)
1366%{_libdir}/libGL.a
1367%endif
1368
c1d2b5e2
AM
1369%files libGLES
1370%defattr(644,root,root,755)
cc59a107
JB
1371%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1372%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1373%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1374%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
c1d2b5e2
AM
1375
1376%files libGLES-devel
1377%defattr(644,root,root,755)
cc59a107
JB
1378%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1379%attr(755,root,root) %{_libdir}/libGLESv2.so
c1d2b5e2
AM
1380%{_includedir}/GLES
1381%{_includedir}/GLES2
46cee963 1382%{_includedir}/GLES3
cc59a107
JB
1383%{_pkgconfigdir}/glesv1_cm.pc
1384%{_pkgconfigdir}/glesv2.pc
c1d2b5e2 1385
f4a8c5f6
JB
1386%files libOSMesa
1387%defattr(644,root,root,755)
cc59a107 1388%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
9bfb354d 1389%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
f4a8c5f6
JB
1390
1391%files libOSMesa-devel
1392%defattr(644,root,root,755)
cc59a107 1393%attr(755,root,root) %{_libdir}/libOSMesa.so
f4a8c5f6 1394%{_includedir}/GL/osmesa.h
bf8d2f73 1395%{_pkgconfigdir}/osmesa.pc
f4a8c5f6 1396
c885f99e 1397%if %{with static_libs}
f4a8c5f6
JB
1398%files libOSMesa-static
1399%defattr(644,root,root,755)
cc59a107 1400%{_libdir}/libOSMesa.a
59f12de8 1401%endif
f4a8c5f6 1402
e5bc9334 1403%if %{with opencl}
ff879d59
JK
1404%if %{with ocl_icd}
1405%files OpenCL-icd
1406%defattr(644,root,root,755)
1407/etc/OpenCL/vendors/mesa.icd
1408%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1409%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1410%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
6f955018
JB
1411# currently only OpenCL uses dynamic pipe loader
1412%dir %{_libdir}/gallium-pipe
ff879d59 1413%else
e5bc9334
JB
1414%files libOpenCL
1415%defattr(644,root,root,755)
1416%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1417%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
6f955018
JB
1418# currently only OpenCL uses dynamic pipe loader
1419%dir %{_libdir}/gallium-pipe
e5bc9334
JB
1420
1421%files libOpenCL-devel
1422%defattr(644,root,root,755)
1423%attr(755,root,root) %{_libdir}/libOpenCL.so
1424%{_includedir}/CL
e5bc9334 1425%endif
ff879d59 1426%endif
e5bc9334 1427
ebff9a35 1428%if %{with egl} && %{with openvg} && %{with gallium}
c1d2b5e2
AM
1429%files libOpenVG
1430%defattr(644,root,root,755)
cc59a107 1431%attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.*
278406ce 1432%attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1
c1d2b5e2
AM
1433
1434%files libOpenVG-devel
1435%defattr(644,root,root,755)
278406ce 1436%attr(755,root,root) %{_libdir}/libOpenVG.so
c1d2b5e2 1437%{_includedir}/VG
c1d2b5e2
AM
1438%{_pkgconfigdir}/vg.pc
1439%endif
1440
c3f739d4 1441%if %{with gallium}
80fb8e4d 1442%if %{with gallium_nouveau}
04c3cb73 1443%files libXvMC-nouveau
875da849 1444%defattr(644,root,root,755)
46cee963 1445%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0.0
04c3cb73 1446%attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
80fb8e4d 1447%endif
04c3cb73 1448
56313830 1449%if %{with gallium_radeon}
04c3cb73
JB
1450%files libXvMC-r600
1451%defattr(644,root,root,755)
46cee963 1452%attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0.0
04c3cb73 1453%attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
c3f739d4 1454%endif
ebff9a35 1455
3f1b1b5d 1456%if %{with va}
ebff9a35 1457%files -n libva-driver-gallium
3f1b1b5d 1458%defattr(644,root,root,755)
ebff9a35 1459%attr(755,root,root) %{_libdir}/libva/dri/gallium_drv_video.so
56313830 1460%endif
56313830 1461%endif
afe33c03 1462
d3cd778a
JB
1463%if %{with gbm}
1464%files libgbm
1465%defattr(644,root,root,755)
1466%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1467%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
d3cd778a
JB
1468
1469%files libgbm-devel
1470%defattr(644,root,root,755)
1471%attr(755,root,root) %{_libdir}/libgbm.so
1472%{_includedir}/gbm.h
1473%{_pkgconfigdir}/gbm.pc
1474%endif
1475
c7f22387
JB
1476%files libglapi
1477%defattr(644,root,root,755)
1478%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1479%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1480# libglapi-devel? nothing seems to need it atm.
1481#%attr(755,root,root) %{_libdir}/libglapi.so
1482
24b30bc6
JB
1483%if %{with wayland}
1484%files libwayland-egl
1485%defattr(644,root,root,755)
1486%attr(755,root,root) %{_libdir}/libwayland-egl.so.*.*
1487%attr(755,root,root) %ghost %{_libdir}/libwayland-egl.so.1
1488
1489%files libwayland-egl-devel
1490%defattr(644,root,root,755)
1491%attr(755,root,root) %{_libdir}/libwayland-egl.so
1492%{_pkgconfigdir}/wayland-egl.pc
1493%endif
1494
a651d613
JB
1495%if %{with xa}
1496%files libxatracker
1497%defattr(644,root,root,755)
1498%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
0d8bac2a 1499%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
a651d613
JB
1500
1501%files libxatracker-devel
1502%defattr(644,root,root,755)
1503%attr(755,root,root) %{_libdir}/libxatracker.so
1504%{_includedir}/xa_composite.h
1505%{_includedir}/xa_context.h
1506%{_includedir}/xa_tracker.h
1507%{_pkgconfigdir}/xatracker.pc
1508%endif
1509
166bc93f
JB
1510%if %{with egl}
1511%files khrplatform-devel
1512%defattr(644,root,root,755)
1513%dir %{_includedir}/KHR
1514%{_includedir}/KHR/khrplatform.h
1515%endif
1516
afe33c03 1517%files dri-driver-ati-radeon-R100
1518%defattr(644,root,root,755)
1519%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1520
1521%files dri-driver-ati-radeon-R200
1522%defattr(644,root,root,755)
1523%attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1524
c3f739d4 1525%if %{with gallium}
56313830 1526%if %{with gallium_radeon}
afe33c03 1527%files dri-driver-ati-radeon-R300
1528%defattr(644,root,root,755)
1529%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1530
e68936d0
AM
1531%files dri-driver-ati-radeon-R600
1532%defattr(644,root,root,755)
1533%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1534
3dc87f1a
AM
1535%files dri-driver-ati-radeon-SI
1536%defattr(644,root,root,755)
1537%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
56313830 1538%endif
6e049c9d
AM
1539
1540%files dri-driver-intel-ilo
1541%defattr(644,root,root,755)
1542%attr(755,root,root) %{_libdir}/xorg/modules/dri/ilo_dri.so
56313830 1543%endif
3dc87f1a 1544
afe33c03 1545%files dri-driver-intel-i915
1546%defattr(644,root,root,755)
5f574b4b 1547%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
afe33c03 1548
b360f4f6 1549%files dri-driver-intel-i965
1550%defattr(644,root,root,755)
1551%attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1552
3e88bc92
AM
1553%files dri-driver-nouveau
1554%defattr(644,root,root,755)
5b103bd4
JB
1555%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1556%if %{with gallium_nouveau}
3e88bc92 1557%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
a7a3223c 1558%endif
3e88bc92 1559
f3606317
AM
1560%files dri-driver-swrast
1561%defattr(644,root,root,755)
e22d206b 1562%if %{with gallium}
56313830 1563%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
e22d206b 1564%endif
f3606317
AM
1565%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1566
bb5f0825 1567%if %{with gallium}
f31a332e
JB
1568%ifarch arm
1569%files dri-driver-vc4
1570%defattr(644,root,root,755)
1571%attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1572%endif
1573
6e049c9d
AM
1574%files dri-driver-virgl
1575%defattr(644,root,root,755)
1576%attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1577
e68936d0
AM
1578%files dri-driver-vmwgfx
1579%defattr(644,root,root,755)
9c4e4073 1580%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
bb5f0825 1581%endif
9bfb354d 1582
6f955018
JB
1583%if %{with gallium}
1584%if %{with gallium_i915}
1585%files pipe-driver-i915
1586%defattr(644,root,root,755)
1587%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1588%endif
1589
1590%files pipe-driver-i965
1591%defattr(644,root,root,755)
1592%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i965.so
1593
1594%ifarch arm
1595%files pipe-driver-msm
1596%defattr(644,root,root,755)
1597%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1598%endif
1599
1600%if %{with gallium_nouveau}
1601%files pipe-driver-nouveau
1602%defattr(644,root,root,755)
1603%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1604%endif
1605
1606%if %{with gallium_radeon}
1607%files pipe-driver-r300
1608%defattr(644,root,root,755)
1609%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1610
1611%files pipe-driver-r600
1612%defattr(644,root,root,755)
1613%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1614
1615%files pipe-driver-radeonsi
1616%defattr(644,root,root,755)
1617%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1618%endif
1619
1620%files pipe-driver-swrast
1621%defattr(644,root,root,755)
1622%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1623
1624%files pipe-driver-vmwgfx
1625%defattr(644,root,root,755)
1626%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1627%endif
1628
1f730540
JB
1629%if %{with nine}
1630%files d3d
1631%defattr(644,root,root,755)
1632%dir %{_libdir}/d3d
1633%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1634
1635%files d3d-devel
1636%defattr(644,root,root,755)
1637%{_includedir}/d3dadapter
1638%{_pkgconfigdir}/d3d.pc
1639%endif
1640
c3f739d4 1641%if %{with gallium}
04c3cb73
JB
1642# ldconfig is not used in vdpau tree, so package all symlinks
1643%if %{with gallium_nouveau}
1644%files -n libvdpau-driver-mesa-nouveau
1645%defattr(644,root,root,755)
46cee963 1646%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
04c3cb73
JB
1647%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1648%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1649%endif
1650
56313830 1651%if %{with gallium_radeon}
ebff9a35
AM
1652%files -n libvdpau-driver-mesa-r300
1653%defattr(644,root,root,755)
1654%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
1655%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
1656%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
1657
04c3cb73
JB
1658%files -n libvdpau-driver-mesa-r600
1659%defattr(644,root,root,755)
46cee963 1660%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
9bfb354d
AM
1661%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
1662%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
04c3cb73 1663
3dc87f1a
AM
1664%files -n libvdpau-driver-mesa-radeonsi
1665%defattr(644,root,root,755)
46cee963 1666%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
3dc87f1a
AM
1667%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
1668%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
c3f739d4 1669%endif
56313830 1670%endif
4bacd84c
JB
1671
1672%if %{with gallium} && %{with omx}
56313830
AM
1673%files -n omxil-mesa
1674%defattr(644,root,root,755)
1675%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
56313830 1676%endif
This page took 0.536939 seconds and 4 git commands to generate.