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