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