]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa.spec
there will be no 11.3.0, reference the 12 branch
[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
435cda76 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
e1833810 56Summary: Free OpenGL implementation
54181d82 57Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
e9b3ff7a 58Name: Mesa
0e8d6841 59# NOTE: version 12.0.0 is being prepared on the MESA_12_0 branch
1537fdd7 60Version: 11.2.2
22344c48 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
1537fdd7 65# Source0-md5: e0ec73f7273662a74366f0d76dd19ac3
4db28b99 66Patch0: missing-type.patch
50e22bbf 67URL: http://www.mesa3d.org/
67d9a9ca 68BuildRequires: autoconf >= 2.60
a6c5fc6c 69BuildRequires: automake
e5bc9334 70%{?with_opencl:BuildRequires: clang-devel >= 3.1}
43f54f5a 71BuildRequires: elfutils-devel
0cb33a09 72BuildRequires: expat-devel
ee4291cc 73BuildRequires: gcc >= 6:4.2.0
435cda76 74%{?with_nine:BuildRequires: gcc-c++ >= 6:4.6}
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
435cda76
JB
81%{?with_va:BuildRequires: libva-devel >= 1.6.0}
82%{?with_va:BuildRequires: pkgconfig(libva) >= 0.38.0}
7731a383 83BuildRequires: libvdpau-devel >= 1.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
7731a383 163Provides: EGL = 1.5
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}
7731a383 191Provides: EGL-devel = 1.5
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}
7731a383 205Provides: EGL-static = 1.5
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}
7731a383 220Provides: OpenGL = 4.1
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
7731a383 265Provides: OpenGL-devel = 4.1
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}
7731a383 284Provides: OpenGL-static = 4.1
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
7731a383 304Provides: OpenGLESv3 = 3.1
278406ce
JB
305
306%description libGLES
307This package contains shared libraries of Mesa implementation of GLES
308(OpenGL ES) - cross-platform API for full-function 2D and 3D graphics
309on embedded systems. OpenGL ES specification can be found on Khronos
cc59a107
JB
310Group site: <http://www.khronos.org/opengles/>. Mesa implements OpenGL
311ES 1.1 and 2.0.
278406ce
JB
312
313%description libGLES -l pl.UTF-8
314Ten pakiet zawiera biblioteki współdzielone implementacji Mesa
315standardu GLES (OpenGL ES) - wieloplatformowego API do w pełni
316funkcjonalnej grafiki 2D i 3D na systemach wbudowanych. Specyfikację
317OpenGL ES można znaleźć na stronie Khronos Group:
cc59a107
JB
318<http://www.khronos.org/opengles/>. Mesa zawiera implementacją OpenGL
319ES 1.1 i 2.0.
278406ce
JB
320
321%package libGLES-devel
322Summary: Header files for Mesa GLES libraries
323Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Mesa GLES
324Group: Development/Libraries
166bc93f
JB
325Requires: %{name}-khrplatform-devel = %{version}-%{release}
326# <EGL/egl.h> for <GLES/egl.h>
bf8d2f73 327Requires: %{name}-libEGL-devel = %{version}-%{release}
278406ce 328Requires: %{name}-libGLES = %{version}-%{release}
95034bc4
JB
329Provides: OpenGLES-devel
330Provides: OpenGLESv1-devel = 1.1
331Provides: OpenGLESv2-devel = 2.0
7731a383 332Provides: OpenGLESv3-devel = 3.1
278406ce
JB
333
334%description libGLES-devel
335Header files for Mesa GLES libraries.
336
337%description libGLES-devel -l pl.UTF-8
338Pliki nagłówkowe bibliotek Mesa GLES.
339
f4a8c5f6
JB
340%package libOSMesa
341Summary: OSMesa (off-screen renderer) library
342Summary(pl.UTF-8): Biblioteka OSMesa (renderująca bitmapy w pamięci)
343License: MIT
344Group: Libraries
f4a8c5f6
JB
345
346%description libOSMesa
347OSMesa (off-screen renderer) library.
348
349%description libOSMesa -l pl.UTF-8
350Biblioteka OSMesa (renderująca bitmapy w pamięci).
351
352%package libOSMesa-devel
353Summary: Header file for OSMesa (off-screen renderer) library
354Summary(pl.UTF-8): Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci)
355License: MIT
356Group: Development/Libraries
357Requires: %{name}-libOSMesa = %{version}-%{release}
358# for <GL/gl.h> only
359Requires: OpenGL-devel
bf8d2f73 360Requires: libselinux-devel
f4a8c5f6
JB
361
362%description libOSMesa-devel
363Header file for OSMesa (off-screen renderer) library.
364
365%description libOSMesa-devel -l pl.UTF-8
366Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci).
367
368%package libOSMesa-static
369Summary: Static OSMesa (off-screen renderer) library
370Summary(pl.UTF-8): Biblioteka statyczna OSMesa (renderująca bitmapy w pamięci)
371License: MIT
372Group: Development/Libraries
373Requires: %{name}-libOSMesa-devel = %{version}-%{release}
374# this static build of OSMesa needs static non-dri Mesa implementation
375Requires: %{name}-libGL-static = %{version}-%{release}
376
377%description libOSMesa-static
378Static OSMesa (off-screen renderer) library.
379
380%description libOSMesa-static -l pl.UTF-8
381Biblioteka statyczna OSMesa (renderująca bitmapy w pamięci).
382
ff879d59
JK
383%package OpenCL-icd
384Summary: Mesa implementation of OpenCL (Compuing Language) API ICD
385Summary(pl.UTF-8): Implementacja Mesa API OpenCL (języka obliczeń) ICD
386License: MIT
387Group: Libraries
388Requires: filesystem >= 4.0-29
389Requires: libdrm >= %{libdrm_ver}
390Requires: llvm-libclc
391Requires: udev-libs >= 1:151
392Provides: OpenCL = 1.1
e62c11c2 393Provides: ocl-icd-driver
ff879d59
JK
394
395%description OpenCL-icd
396This package contains Mesa implementation of OpenCL - standard for
397cross-platform, parallel programming of modern processors found in
398personal computers, servers and handheld/embedded devices. OpenCL
399specification can be found on Khronos Group site:
400<http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
401
402The implementation is provided as an installable client driver (ICD)
403for use with the ocl-icd loader.
404
405%description OpenCL-icd -l pl.UTF-8
406Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
407wieloplatformowego, równoległego programowania nowoczesnych
408procesorów, jakie znajdują się w komputerach osobistych, serwerach
409oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
410znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
411Mesa zawiera implementację OpenCL w wersji 1.1.
412
413Implementacja dostarczona jest w postaci instalowalnego sterownika klienta
414(ICD), który może być użyty z loaderem ocl-icd.
415
e5bc9334
JB
416%package libOpenCL
417Summary: Mesa implementation of OpenCL (Compuing Language) API
418Summary(pl.UTF-8): Implementacja Mesa API OpenCL (języka obliczeń)
419License: MIT
420Group: Libraries
421Requires: libdrm >= %{libdrm_ver}
bec14093 422Requires: llvm-libclc
4328392c 423Requires: udev-libs >= 1:151
e5bc9334
JB
424Provides: OpenCL = 1.1
425
426%description libOpenCL
427This package contains Mesa implementation of OpenCL - standard for
428cross-platform, parallel programming of modern processors found in
429personal computers, servers and handheld/embedded devices. OpenCL
430specification can be found on Khronos Group site:
431<http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
432
433%description libOpenCL -l pl.UTF-8
434Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
435wieloplatformowego, równoległego programowania nowoczesnych
436procesorów, jakie znajdują się w komputerach osobistych, serwerach
437oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
438znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
439Mesa zawiera implementację OpenCL w wersji 1.1.
440
441%package libOpenCL-devel
442Summary: Header files for Mesa OpenCL library
443Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Mesa OpenCL
444License: MIT
445Group: Development/Libraries
446Requires: %{name}-libOpenCL = %{version}-%{release}
7731a383 447Provides: OpenCL-devel = 1.2
e5bc9334
JB
448
449%description libOpenCL-devel
450Header files for Mesa OpenCL library.
451
452%description libOpenCL-devel -l pl.UTF-8
453Pliki nagłówkowe biblioteki Mesa OpenCL.
454
c1d2b5e2 455%package libOpenVG
278406ce
JB
456Summary: Mesa implementation of OpenVG (Vector Graphics Accelleration) API
457Summary(pl.UTF-8): Implementacja Mesa API OpenVG (akceleracji grafiki wektorowej)
c1d2b5e2
AM
458License: MIT
459Group: Libraries
95034bc4 460Provides: OpenVG = 1.1
c1d2b5e2
AM
461
462%description libOpenVG
278406ce
JB
463This package contains Mesa implementation of OpenVG - cross-platform
464API that provides a low-level hardware acceleration interface for
465vector graphics libraries such as Flash and SVG. OpenVG specification
466can be found on Khronos Group site: <http://www.khronos.org/openvg/>.
cc59a107 467Mesa implements OpenVG 1.1.
c1d2b5e2
AM
468
469%description libOpenVG -l pl.UTF-8
278406ce
JB
470Ten pakiet zawiera implementację Mesa standardu OpenVG -
471wieloplatfomowego API zapewniającego niskopoziomowy interfejs
9bfb354d
AM
472akceleracji sprzętowej dla bibliotek grafiki wektorowej, takiej jak
473Flash czy SVG. Specyfikację OpenVG można znaleźć na stronie Khronos
474Group: <http://www.khronos.org/openvg/>. Mesa zawiera implementację
475OpenVG w wersji 1.1.
c1d2b5e2
AM
476
477%package libOpenVG-devel
278406ce
JB
478Summary: Header file for Mesa OpenVG library
479Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa OpenVG
c1d2b5e2
AM
480License: MIT
481Group: Development/Libraries
166bc93f 482Requires: %{name}-khrplatform-devel = %{version}-%{release}
c1d2b5e2 483Requires: %{name}-libOpenVG = %{version}-%{release}
95034bc4 484Provides: OpenVG-devel = 1.1
c1d2b5e2
AM
485
486%description libOpenVG-devel
278406ce 487Header file for Mesa OpenVG library.
c1d2b5e2
AM
488
489%description libOpenVG-devel -l pl.UTF-8
278406ce 490Plik nagłówkowy biblioteki Mesa OpenVG.
c1d2b5e2 491
04c3cb73
JB
492%package libXvMC-nouveau
493Summary: Mesa implementation of XvMC API for NVidia adapters
494Summary(pl.UTF-8): Implementacja Mesa API XvMC dla kart NVidia
f4a8c5f6 495License: MIT
9bfb354d 496Group: Libraries
8eb275e9 497Requires: libdrm >= %{libdrm_ver}
a651d613 498Requires: xorg-lib-libXvMC >= 1.0.6
04c3cb73
JB
499Conflicts: Mesa-libXvMC
500
501%description libXvMC-nouveau
502Mesa implementation of XvMC API for NVidia adapters (NV40-NV96, NVa0).
503
504%description libXvMC-nouveau -l pl.UTF-8
505Implementacja Mesa API XvMC dla kart NVidia (NV40-NV96, NVa0).
506
04c3cb73
JB
507%package libXvMC-r600
508Summary: Mesa implementation of XvMC API for ATI Radeon R600 series adapters
509Summary(pl.UTF-8): Implementacja Mesa API XvMC dla kart ATI Radeon z serii R600
510License: MIT
511Group: Libraries
512Requires: libdrm >= %{libdrm_ver}
a651d613 513Requires: xorg-lib-libXvMC >= 1.0.6
04c3cb73
JB
514Conflicts: Mesa-libXvMC
515
516%description libXvMC-r600
517Mesa implementation of XvMC API for ATI Radeon adapters based on
518R600/R700 chips.
519
520%description libXvMC-r600 -l pl.UTF-8
521Implementacja Mesa API XvMC dla kart ATI Radeon opartych na układach
522R600/R700.
523
ebff9a35
AM
524%package -n libva-driver-gallium
525Summary: VA driver for Gallium State Tracker
526Summary(pl.UTF-8): Sterownik VA do Gallium
527Group: Libraries
435cda76 528Requires: libva >= 1.6.0
ebff9a35
AM
529
530%description -n libva-driver-gallium
531VA driver for Gallium State Tracker.
532
533%description -n libva-driver-gallium -l pl.UTF-8
534Sterownik VA do Gallium.
535
d3cd778a
JB
536%package libgbm
537Summary: Mesa Graphics Buffer Manager library
538Summary(pl.UTF-8): Biblioteka Mesa Graphics Buffer Manager
539Group: Libraries
e0e9f02c 540Requires: %{name}-libglapi = %{version}-%{release}
4328392c 541Requires: udev-libs >= 1:151
72a183c7 542Conflicts: Mesa-libEGL < 8.0.1-2
d3cd778a
JB
543
544%description libgbm
545Mesa Graphics Buffer Manager library.
546
547%description libgbm -l pl.UTF-8
548Biblioteka Mesa Graphics Buffer Manager (zarządcy bufora graficznego).
549
550%package libgbm-devel
551Summary: Header file for Mesa Graphics Buffer Manager library
552Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager
553Group: Development/Libraries
554Requires: %{name}-libgbm = %{version}-%{release}
4328392c 555Requires: udev-devel >= 1:151
d3cd778a
JB
556
557%description libgbm-devel
558Header file for Mesa Graphics Buffer Manager library.
559
560%description libgbm-devel -l pl.UTF-8
561Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager (zarządcy
562bufora graficznego).
563
c7f22387
JB
564%package libglapi
565Summary: Mesa GL API shared library
566Summary(pl.UTF-8): Biblioteka współdzielona Mesa GL API
567Group: Libraries
72a183c7 568Conflicts: Mesa-libEGL < 8.0.1-2
c7f22387
JB
569
570%description libglapi
571Mesa GL API shared library, common for various APIs (EGL, GL, GLES).
572
573%description libglapi -l pl.UTF-8
574Biblioteka współdzielona Mesa GL API, wspólna dla różnych API (EGL,
575GL, GLES).
576
24b30bc6
JB
577%package libwayland-egl
578Summary: Wayland EGL library
579Summary(pl.UTF-8): Biblioteka Wayland EGL
580Group: Libraries
581Requires: libdrm >= %{libdrm_ver}
582
583%description libwayland-egl
584Wayland EGL platform library.
585
586%description libwayland-egl -l pl.UTF-8
587Biblioteka platformy EGL Wayland.
588
589%package libwayland-egl-devel
590Summary: Development files for Wayland EGL library
591Summary(pl.UTF-8): Pliki programistyczne biblioteki Wayland EGL
592Group: Development/Libraries
593Requires: %{name}-libwayland-egl = %{version}-%{release}
594Requires: libdrm-devel >= %{libdrm_ver}
24b30bc6
JB
595
596%description libwayland-egl-devel
597Development files for Wayland EGL platform library.
598
599%description libwayland-egl-devel -l pl.UTF-8
600Pliki programistyczne biblioteki platformy EGL Wayland.
601
a651d613
JB
602%package libxatracker
603Summary: Xorg Gallium3D accelleration library
604Summary(pl.UTF-8): Biblioteka akceleracji Gallium3D dla Xorg
605Group: X11/Libraries
c7f22387 606Requires: libdrm >= %{libdrm_ver}
a651d613
JB
607
608%description libxatracker
609Xorg Gallium3D accelleration library (used by new vmwgfx driver).
610
611%description libxatracker -l pl.UTF-8
612Biblioteka akceleracji Gallium3D dla Xorg (używana przez nowy
613sterownik vmwgfx).
614
615%package libxatracker-devel
616Summary: Header files for Xorg Gallium3D accelleration library
617Summary(pl.UTF-8): Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg
618Group: X11/Development/Libraries
619Requires: %{name}-libxatracker = %{version}-%{release}
c7f22387 620Requires: libdrm-devel >= %{libdrm_ver}
a651d613
JB
621
622%description libxatracker-devel
623Header files for Xorg Gallium3D accelleration library.
624
625%description libxatracker-devel -l pl.UTF-8
626Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg.
627
166bc93f
JB
628%package khrplatform-devel
629Summary: Khronos platform header file
630Summary(pl.UTF-8): Plik nagłówkowy platformy Khronos
631Group: Development/Libraries
72a183c7 632Conflicts: Mesa-libEGL-devel < 8.0.1-2
166bc93f
JB
633
634%description khrplatform-devel
635Khronos platform header file.
636
637%description khrplatform-devel -l pl.UTF-8
638Plik nagłówkowy platformy Khronos.
639
afe33c03 640%package dri-driver-ati-radeon-R100
362c6f99
JB
641Summary: X.org DRI driver for ATI R100 card family
642Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R100
f4a8c5f6 643License: MIT
18da5046 644Group: X11/Libraries
83c21438 645Requires: xorg-driver-video-ati
d70abe90
JB
646Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
647Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 648Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 649
650%description dri-driver-ati-radeon-R100
362c6f99 651X.org DRI driver for ATI R100 card family (Radeon 7000-7500).
afe33c03 652
f77f03b8 653%description dri-driver-ati-radeon-R100 -l pl.UTF-8
362c6f99 654Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500).
afe33c03 655
656%package dri-driver-ati-radeon-R200
362c6f99
JB
657Summary: X.org DRI driver for ATI R200 card family
658Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R200
f4a8c5f6 659License: MIT
18da5046 660Group: X11/Libraries
83c21438 661Requires: xorg-driver-video-ati
d70abe90
JB
662Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
663Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 664Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 665
666%description dri-driver-ati-radeon-R200
362c6f99 667X.org DRI driver for ATI R200 card family (Radeon 8500-92xx)
afe33c03 668
f77f03b8 669%description dri-driver-ati-radeon-R200 -l pl.UTF-8
362c6f99 670Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx).
afe33c03 671
672%package dri-driver-ati-radeon-R300
362c6f99
JB
673Summary: X.org DRI driver for ATI R300 card family
674Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R300
f4a8c5f6 675License: MIT
18da5046 676Group: X11/Libraries
83c21438 677Requires: xorg-driver-video-ati
d70abe90
JB
678Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
679Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 680Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 681
682%description dri-driver-ati-radeon-R300
04c3cb73 683X.org DRI driver for ATI R300/R400/RS690/R500 card family.
afe33c03 684
f77f03b8 685%description dri-driver-ati-radeon-R300 -l pl.UTF-8
04c3cb73 686Sterownik X.org DRI dla rodziny kart ATI R300/R400/RS690/R500.
afe33c03 687
e68936d0
AM
688%package dri-driver-ati-radeon-R600
689Summary: X.org DRI driver for ATI R600 card family
690Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R600
691License: MIT
692Group: X11/Libraries
693Requires: radeon-ucode
694Requires: xorg-driver-video-ati
695Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
696Requires: xorg-xserver-server >= %{xserver_ver}
697
698%description dri-driver-ati-radeon-R600
04c3cb73 699X.org DRI driver for ATI R600/R700 card family.
e68936d0
AM
700
701%description dri-driver-ati-radeon-R600 -l pl.UTF-8
04c3cb73 702Sterownik X.org DRI dla rodziny kart ATI R600/R700.
e68936d0 703
3dc87f1a
AM
704%package dri-driver-ati-radeon-SI
705Summary: X.org DRI driver for ATI Southern Islands card family
706Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI Southern Islands
707License: MIT
708Group: X11/Libraries
709Requires: radeon-ucode
710Requires: xorg-driver-video-ati
711Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
712Requires: xorg-xserver-server >= %{xserver_ver}
713
714%description dri-driver-ati-radeon-SI
715X.org DRI driver for ATI Southern Islands card family.
716
717%description dri-driver-ati-radeon-SI -l pl.UTF-8
718Sterownik X.org DRI dla rodziny kart ATI Southern Islands.
719
f31a332e
JB
720%package dri-driver-freedreno
721Summary: X.org DRI driver for Adreno chips
722Summary(pl.UTF-8): Sterownik X.org DRI dla układów Adreno
723License: MIT
724Group: X11/Libraries
725Requires: xorg-driver-video-freedreno
726Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
727Requires: xorg-xserver-server >= %{xserver_ver}
728
729%description dri-driver-freedreno
730X.org DRI driver for Adreno chips.
731
732%description dri-driver-freedreno -l pl.UTF-8
733Sterownik X.org DRI dla układów Adreno.
734
afe33c03 735%package dri-driver-intel-i915
362c6f99
JB
736Summary: X.org DRI driver for Intel i915 card family
737Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i915
f4a8c5f6 738License: MIT
18da5046 739Group: X11/Libraries
d70abe90
JB
740Requires: xorg-driver-video-intel
741Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
742Requires: xorg-xserver-server >= %{xserver_ver}
2db432a2 743Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 744Obsoletes: X11-driver-i810-dri < 1:7.0.0
afe33c03 745
746%description dri-driver-intel-i915
04c3cb73
JB
747X.org DRI driver for Intel i915 card family (915, 945, G33, Q33, Q35,
748Pineview).
afe33c03 749
f77f03b8 750%description dri-driver-intel-i915 -l pl.UTF-8
04c3cb73
JB
751Sterownik X.org DRI dla rodziny kart Intel i915 (915, 945, G33, Q33,
752Q35, Pineview).
afe33c03 753
b360f4f6 754%package dri-driver-intel-i965
362c6f99
JB
755Summary: X.org DRI driver for Intel i965 card family
756Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i965
f4a8c5f6 757License: MIT
b360f4f6 758Group: X11/Libraries
d70abe90
JB
759Requires: xorg-driver-video-intel
760Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
761Requires: xorg-xserver-server >= %{xserver_ver}
b360f4f6 762Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 763Obsoletes: X11-driver-i810-dri < 1:7.0.0
b360f4f6 764
765%description dri-driver-intel-i965
04c3cb73
JB
766X.org DRI driver for Intel i965 card family (946GZ, 965G, 965Q, 965GM,
767965GME, GM45, G41, B43, Q45, G45);
b360f4f6 768
f77f03b8 769%description dri-driver-intel-i965 -l pl.UTF-8
04c3cb73
JB
770Sterownik X.org DRI dla rodziny kart Intel i965 (946GZ, 965G, 965Q,
771965GM, 965GME, GM45, G41, B43, Q45, G45).
b360f4f6 772
6e049c9d 773%package dri-driver-intel-ilo
6f955018
JB
774Summary: X.org DRI driver for Intel chips family
775Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny układów firmy Intel
6e049c9d
AM
776License: MIT
777Group: X11/Libraries
778Requires: xorg-driver-video-intel
779Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
780Requires: xorg-xserver-server >= %{xserver_ver}
781
782%description dri-driver-intel-ilo
6f955018
JB
783X.org DRI driver for Intel chips family. It supports Cherryview/
784Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge chips.
6e049c9d
AM
785
786%description dri-driver-intel-ilo -l pl.UTF-8
6f955018
JB
787Sterownik X.org DRI dla rodziny układów firmy Intel. Obsługuje układy
788Cherryview/Broadwell/Bay Trail/Haswell/Ivybdidge/Sandybridge.
6e049c9d 789
3e88bc92
AM
790%package dri-driver-nouveau
791Summary: X.org DRI driver for NVIDIA card family
792Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart NVIDIA
793License: MIT
794Group: X11/Libraries
795Requires: xorg-driver-video-nouveau
796Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
797Requires: xorg-xserver-server >= %{xserver_ver}
798
799%description dri-driver-nouveau
800X.org DRI drivers for NVIDIA card family.
801
802%description dri-driver-nouveau -l pl.UTF-8
803Sterowniki X.org DRI dla rodziny kart NVIDIA.
804
f3606317 805%package dri-driver-swrast
362c6f99
JB
806Summary: X.org DRI software rasterizer driver
807Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe
f3606317
AM
808License: MIT
809Group: X11/Libraries
d70abe90
JB
810Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
811Requires: xorg-xserver-server >= %{xserver_ver}
f3606317
AM
812
813%description dri-driver-swrast
362c6f99 814X.org DRI software rasterizer driver.
f3606317
AM
815
816%description dri-driver-swrast -l pl.UTF-8
362c6f99 817Sterownik X.org DRI obsługujący rysowanie programowe.
f3606317 818
f31a332e
JB
819%package dri-driver-vc4
820Summary: X.org DRI driver for Broadcom VC4 chips
821Summary(pl.UTF-8): Sterownik X.org DRI dla układów Broadcom VC4
822License: MIT
823Group: X11/Libraries
824Requires: xorg-driver-video-modesetting
825Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
826Requires: xorg-xserver-server >= %{xserver_ver}
827
828%description dri-driver-vc4
829X.org DRI driver for Broadcom VC4 chips.
830
831%description dri-driver-vc4 -l pl.UTF-8
832Sterownik X.org DRI dla układów Broadcom VC4.
833
6e049c9d
AM
834%package dri-driver-virgl
835Summary: X.org DRI driver for QEMU VirGL
836Summary(pl.UTF-8): Sterownik X.org DRI dla QEMU VirGL
837License: MIT
838Group: X11/Libraries
839Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
840Requires: xorg-xserver-server >= %{xserver_ver}
841
842%description dri-driver-virgl
843X.org DRI driver for QEMU VirGL.
844
845%description dri-driver-virgl -l pl.UTF-8
846Sterownik X.org DRI dla QEMU VirGL.
847
e68936d0
AM
848%package dri-driver-vmwgfx
849Summary: X.org DRI driver for VMware
850Summary(pl.UTF-8): Sterownik X.org DRI dla VMware
851License: MIT
852Group: X11/Libraries
0f9ae6ae 853Requires: xorg-driver-video-vmware
e68936d0
AM
854Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
855Requires: xorg-xserver-server >= %{xserver_ver}
856
857%description dri-driver-vmwgfx
858X.org DRI driver for VMWare.
859
860%description dri-driver-vmwgfx -l pl.UTF-8
861Sterownik X.org DRI dla VMware.
862
6f955018
JB
863%package pipe-driver-i915
864Summary: i915 driver for Mesa Gallium dynamic pipe loader
865Summary(pl.UTF-8): Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
866Group: Libraries
867Obsoletes: Mesa-gbm-driver-i915
868Obsoletes: Mesa-opencl-driver-i915
869
870%description pipe-driver-i915
871i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
872915/945/G33/Q33/Q35/Pineview chips.
873
874%description pipe-driver-i915 -l pl.UTF-8
875Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
876Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
877
878%package pipe-driver-i965
879Summary: i965 (ilo) driver for Mesa Gallium dynamic pipe loader
880Summary(pl.UTF-8): Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa Gallium
881Group: Libraries
882
883%description pipe-driver-i965
884i965 (ilo) driver for Mesa Gallium dynamic pipe loader. It supports
885Intel Cherryview/Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge
886chips.
887
888%description pipe-driver-i965 -l pl.UTF-8
889Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa
890Gallium. Obsługuje układy Intela Cherryview/Broadwell/Bay Trail/
891Haswell/Ivybdidge/Sandybridge.
892
893%package pipe-driver-msm
894Summary: msm (freedreno) driver for Mesa Gallium dynamic pipe loader
895Summary(pl.UTF-8): Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
896Group: Libraries
897
898%description pipe-driver-msm
899msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
900supports Adreno chips.
901
902%description pipe-driver-msm -l pl.UTF-8
903Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
904Mesa Gallium. Obsługuje układy Adreno.
905
906%package pipe-driver-nouveau
907Summary: nouveau driver for Mesa Gallium dynamic pipe loader
908Summary(pl.UTF-8): Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
909Group: Libraries
910Obsoletes: Mesa-gbm-driver-nouveau
911Obsoletes: Mesa-opencl-driver-nouveau
912
913%description pipe-driver-nouveau
914nouveau driver for Mesa Gallium dynamic pipe loader. It supports
915NVidia adapters.
916
917%description pipe-driver-nouveau -l pl.UTF-8
918Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
919Gallium. Obsługuje karty graficzne firmy NVidia.
920
921%package pipe-driver-r300
922Summary: r300 driver for Mesa Gallium dynamic pipe loader
923Summary(pl.UTF-8): Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
924Group: Libraries
925Obsoletes: Mesa-gbm-driver-r300
926Obsoletes: Mesa-opencl-driver-r300
927
928%description pipe-driver-r300
929r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
930Radeon adapters based on R300/R400/RS690/R500 chips.
931
932%description pipe-driver-r300 -l pl.UTF-8
933Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
934Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
935R300/R400/RS690/R500.
936
937%package pipe-driver-r600
938Summary: r600 driver for Mesa Gallium dynamic pipe loader
939Summary(pl.UTF-8): Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
940Group: Libraries
941Obsoletes: Mesa-gbm-driver-r600
942Obsoletes: Mesa-libllvmradeon
943Obsoletes: Mesa-opencl-driver-r600
944
945%description pipe-driver-r600
946r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
947Radeon adapters based on R600/R700 chips.
948
949%description pipe-driver-r600 -l pl.UTF-8
950Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
951Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
952R600/R700.
953
954%package pipe-driver-radeonsi
955Summary: radeonsi driver for Mesa Gallium dynamic pipe loader
956Summary(pl.UTF-8): Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
957Group: Libraries
958Obsoletes: Mesa-gbm-driver-radeonsi
959Obsoletes: Mesa-libllvmradeon
960Obsoletes: Mesa-opencl-driver-radeonsi
961
962%description pipe-driver-radeonsi
963radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
964Radeon adapters based on Southern Islands chips.
965
966%description pipe-driver-radeonsi -l pl.UTF-8
967Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
968Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
969Southern Islands.
970
971%package pipe-driver-swrast
972Summary: Software (swrast) driver for Mesa Gallium dynamic pipe loader
973Summary(pl.UTF-8): Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
974Group: Libraries
975Obsoletes: Mesa-gbm-driver-swrast
976Obsoletes: Mesa-opencl-driver-swrast
977
978%description pipe-driver-swrast
979Software (swrast) driver for Mesa Gallium dynamic pipe loader.
980
981%description pipe-driver-swrast -l pl.UTF-8
982Sterownik programowy (swrast) dla dynamicznego systemu potoków
983szkieletu Mesa Gallium.
984
985%package pipe-driver-vmwgfx
986Summary: vmwgfx driver for Mesa Gallium dynamic pipe loader
987Summary(pl.UTF-8): Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
988Group: Libraries
989Obsoletes: Mesa-gbm-driver-vmwgfx
990Obsoletes: Mesa-opencl-driver-vmwgfx
991
992%description pipe-driver-vmwgfx
993vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
994virtual video adapter.
995
996%description pipe-driver-vmwgfx -l pl.UTF-8
997Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
998Gallium. Obsługuje wirtualną kartę graficzną VMware.
999
1f730540
JB
1000%package d3d
1001Summary: Nine Direct3D9 driver (for Wine)
1002Summary(pl.UTF-8): Sterownik Direct3D9 Nine (dla Wine)
1003Group: Libraries
1004Requires: libdrm >= %{libdrm_ver}
1005
1006%description d3d
1007Nine Direct3D9 driver (for Wine).
1008
1009%description d3d -l pl.UTF-8
1010Sterownik Direct3D9 Nine (dla Wine).
1011
1012%package d3d-devel
1013Summary: Nine Direct3D9 driver API
1014Summary(pl.UTF-8): API sterownika Direct3D9 Nine
1015Group: Development/Libraries
1016Requires: libdrm-devel >= %{libdrm_ver}
1017
1018%description d3d-devel
1019Nine Direct3D9 driver API.
1020
1021%description d3d-devel -l pl.UTF-8
1022API sterownika Direct3D9 Nine.
1023
04c3cb73
JB
1024%package -n libvdpau-driver-mesa-nouveau
1025Summary: Mesa nouveau driver for the vdpau API
1026Summary(pl.UTF-8): Sterownik Mesa nouveau dla API vdpau
9bfb354d
AM
1027License: MIT
1028Group: X11/Libraries
8eb275e9 1029Requires: libdrm >= %{libdrm_ver}
7731a383 1030Requires: libvdpau >= 1.1
04c3cb73 1031Conflicts: libvdpau-driver-mesa
9bfb354d 1032
04c3cb73
JB
1033%description -n libvdpau-driver-mesa-nouveau
1034Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1035(NV40-NV96, NVa0).
9bfb354d 1036
04c3cb73
JB
1037%description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1038Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1039(NV40-NV96, NVa0).
9bfb354d 1040
ebff9a35
AM
1041%package -n libvdpau-driver-mesa-r300
1042Summary: Mesa r300 driver for the vdpau API
1043Summary(pl.UTF-8): Sterownik Mesa r300 dla API vdpau
1044License: MIT
1045Group: X11/Libraries
1046Requires: libdrm >= %{libdrm_ver}
7731a383 1047Requires: libvdpau >= 1.1
ebff9a35
AM
1048Conflicts: libvdpau-driver-mesa
1049
1050%description -n libvdpau-driver-mesa-r300
1051Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
1052based on R300 chips.
1053
1054%description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
1055Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
1056na układach R300.
1057
04c3cb73
JB
1058%package -n libvdpau-driver-mesa-r600
1059Summary: Mesa r600 driver for the vdpau API
1060Summary(pl.UTF-8): Sterownik Mesa r600 dla API vdpau
1061License: MIT
1062Group: X11/Libraries
1063Requires: libdrm >= %{libdrm_ver}
7731a383 1064Requires: libvdpau >= 1.1
04c3cb73
JB
1065Conflicts: libvdpau-driver-mesa
1066
1067%description -n libvdpau-driver-mesa-r600
1068Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1069based on R600/R700 chips.
1070
1071%description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1072Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1073na układach R600/R700.
1074
3dc87f1a
AM
1075%package -n libvdpau-driver-mesa-radeonsi
1076Summary: Mesa radeonsi driver for the vdpau API
1077Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API vdpau
1078License: MIT
1079Group: X11/Libraries
1080Requires: libdrm >= %{libdrm_ver}
7731a383 1081Requires: libvdpau >= 1.1
3dc87f1a 1082Conflicts: libvdpau-driver-mesa
5b8e9162 1083Obsoletes: Mesa-libllvmradeon
3dc87f1a
AM
1084
1085%description -n libvdpau-driver-mesa-radeonsi
0784ce78
JB
1086Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1087adapters based on Southern Islands chips.
3dc87f1a
AM
1088
1089%description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
0784ce78
JB
1090Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1091oparte na układach Southern Islands.
3dc87f1a 1092
56313830
AM
1093%package -n omxil-mesa
1094Summary: Mesa driver for Bellagio OpenMAX IL API
1095Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1096License: MIT
1097Group: X11/Libraries
1098Requires: libdrm >= %{libdrm_ver}
1099Requires: libxcb >= 1.8
1100Requires: libomxil-bellagio
c45391bc
JB
1101Obsoletes: omxil-mesa-nouveau
1102Obsoletes: omxil-mesa-r600
1103Obsoletes: omxil-mesa-radeonsi
56313830
AM
1104
1105%description -n omxil-mesa
1106Mesa driver for Bellagio OpenMAX IL API.
1107
1108%description -n omxil-mesa -l pl.UTF-8
1109Sterownik Mesa dla API Bellagio OpenMAX IL.
1110
4bacd84c
JB
1111%package -n omxil-mesa-nouveau
1112Summary: Mesa nouveau driver for Bellagio OpenMAX IL API
1113Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1114License: MIT
1115Group: X11/Libraries
1116Requires: libdrm >= %{libdrm_ver}
1117Requires: libxcb >= 1.8
1118Requires: libomxil-bellagio
1119
1120%description -n omxil-mesa-nouveau
1121Mesa nouveau driver for Bellagio OpenMAX IL API. It supports NVidia
1122adapters (NV40-NV96, NVa0).
1123
1124%description -n omxil-mesa-nouveau -l pl.UTF-8
1125Sterownik Mesa nouveau dla API Bellagio OpenMAX IL. Obsługuje karty
1126NVidia (NV40-NV96, NVa0).
1127
1128%package -n omxil-mesa-r600
1129Summary: Mesa r600 driver for Bellagio OpenMAX IL API
1130Summary(pl.UTF-8): Sterownik Mesa r600 dla API Bellagio OpenMAX IL
1131License: MIT
1132Group: X11/Libraries
1133Requires: libdrm >= %{libdrm_ver}
1134Requires: libxcb >= 1.8
1135Requires: libomxil-bellagio
1136
1137%description -n omxil-mesa-r600
1138Mesa r600 driver for Bellagio OpenMAX IL API. It supports ATI Radeon
1139adapters based on R600/R700 chips.
1140
1141%description -n omxil-mesa-r600 -l pl.UTF-8
1142Sterownik Mesa r600 dla API Bellagio OpenMAX IL. Obsługuje karty ATI
1143Radeon oparte na układach R600/R700.
1144
1145%package -n omxil-mesa-radeonsi
1146Summary: Mesa radeonsi driver for Bellagio OpenMAX IL API
1147Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL
1148License: MIT
1149Group: X11/Libraries
1150Requires: libdrm >= %{libdrm_ver}
1151Requires: libxcb >= 1.8
1152Requires: libomxil-bellagio
1153
1154%description -n omxil-mesa-radeonsi
1155Mesa radeonsi driver for Bellagio OpenMAX IL API. It supports ATI
1156Radeon adapters based on Southern Islands chips.
1157
1158%description -n omxil-mesa-radeonsi -l pl.UTF-8
1159Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL. Obsługuje karty
1160ATI Radeon oparte na układach Southern Islands.
1161
a0b2836a 1162%prep
0bad6e58 1163%setup -q -n mesa-%{version}
4db28b99 1164%patch0 -p1
a0b2836a 1165
1166%build
5853b3ab
JB
1167%{__libtoolize}
1168%{__aclocal} -I m4
bb686270 1169%{__autoconf}
5853b3ab 1170%{__automake}
a5afae62 1171
9bfb354d 1172dri_drivers="r200 radeon \
6e049c9d 1173%if %{without gallium_i915}
04c3cb73 1174i915 \
a5afae62 1175%endif
d9ca63e3
JB
1176i965 \
1177nouveau \
59f12de8
AM
1178%ifarch sparc sparcv9 sparc64
1179ffb \
6299b3cd 1180%endif
9bfb354d 1181swrast"
59f12de8
AM
1182
1183dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1184
c1d2b5e2 1185gallium_drivers="svga swrast \
6e049c9d 1186%if %{with gallium_i915}
c1d2b5e2 1187i915 \
c1d2b5e2 1188%endif
56313830 1189%if %{with gallium_radeon}
b8e6b6d7 1190r300 \
c1d2b5e2 1191r600 \
700470bd 1192radeonsi \
56313830 1193%endif
45300693 1194%if %{with gallium_nouveau}
0784ce78 1195nouveau
c1d2b5e2 1196%endif
6e049c9d
AM
1197ilo \
1198virgl \
f31a332e
JB
1199%ifarch arm
1200freedreno \
1201vc4 \
1202%endif
c1d2b5e2
AM
1203"
1204
1205gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1206
700470bd 1207%configure \
4799b78a 1208 --disable-silent-rules \
9bfb354d 1209 %{__enable gbm} \
b4a5c074 1210 --enable-glx-tls \
700470bd 1211 --enable-osmesa \
c885f99e 1212 --enable-selinux \
1f730540 1213 --enable-shared \
f566cdfa 1214 --enable-shared-glapi \
c885f99e 1215 %{?with_static_libs:--enable-static} \
3f1b1b5d 1216 %{?with_texture_float:--enable-texture-float} \
c885f99e
JB
1217%if %{with egl}
1218 --enable-egl \
1219 --enable-gles1 \
1220 --enable-gles2 \
24b30bc6 1221 --with-egl-platforms=x11%{?with_gbm:,drm}%{?with_wayland:,wayland} \
c885f99e 1222%endif
5f574b4b 1223%if %{with gallium}
9bfb354d 1224 --enable-gallium-llvm \
2fc49cce 1225 --enable-llvm-shared-libs \
9bfb354d
AM
1226 %{__enable egl gallium-egl} \
1227 %{__enable gbm gallium-gbm} \
ff879d59 1228 %{__enable ocl_icd opencl-icd} \
1f730540
JB
1229 %{?with_nine:--enable-nine} \
1230 %{__enable opencl} \
9bfb354d 1231 --enable-vdpau \
4bacd84c 1232 %{?with_omx:--enable-omx} \
a651d613 1233 %{?with_xa:--enable-xa} \
9bfb354d 1234 --enable-xvmc \
c1d2b5e2 1235 --with-gallium-drivers=${gallium_drivers} \
5f574b4b 1236%else
5eb992a8 1237 --without-gallium-drivers \
5f574b4b 1238%endif
e481f96e
JR
1239 --with-dri-drivers=${dri_drivers} \
1240 --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
1f88045a
JB
1241 --with-sha1=libnettle \
1242 --with-va-libdir=%{_libdir}/libva/dri
59f12de8
AM
1243
1244%{__make}
59f12de8 1245
34f695f1
AM
1246%{?with_tests:%{__make} check}
1247
a0b2836a 1248%install
f5543b17 1249rm -rf $RPM_BUILD_ROOT
ddde5931 1250
59f12de8
AM
1251%{__make} install \
1252 DESTDIR=$RPM_BUILD_ROOT
ddde5931 1253
59f12de8 1254# strip out undesirable headers
7b63a369 1255%{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/wglext.h
80fb8e4d 1256# dlopened by soname
e22d206b
JR
1257%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so}
1258%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so.1.0}
c45391bc 1259# dlopened by soname or .so link
e22d206b 1260%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_*.so.1.0}
c7f22387 1261# not used externally
0d8bac2a 1262%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1cd368bc 1263# dlopened
4bacd84c 1264%{?with_omx:%{__rm} $RPM_BUILD_ROOT%{_libdir}/bellagio/libomx_*.la}
1f730540 1265%{?with_nine:%{__rm} $RPM_BUILD_ROOT%{_libdir}/d3d/d3dadapter9.la}
e22d206b 1266%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_*.la}
1cd368bc
JB
1267# not defined by standards; and not needed, there is pkg-config support
1268%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
ebff9a35 1269%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libva/dri/gallium_drv_video.la}
c1d2b5e2 1270
f56e1323
JR
1271# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1272# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1273strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1274
abc9e15f
JB
1275%clean
1276rm -rf $RPM_BUILD_ROOT
1277
bb686270
AM
1278%post libEGL -p /sbin/ldconfig
1279%postun libEGL -p /sbin/ldconfig
1280
f445ed6c
JB
1281%post libGL -p /sbin/ldconfig
1282%postun libGL -p /sbin/ldconfig
1283
c1d2b5e2
AM
1284%post libGLES -p /sbin/ldconfig
1285%postun libGLES -p /sbin/ldconfig
1286
c1d2b5e2
AM
1287%post libOSMesa -p /sbin/ldconfig
1288%postun libOSMesa -p /sbin/ldconfig
1289
e5bc9334
JB
1290%post libOpenCL -p /sbin/ldconfig
1291%postun libOpenCL -p /sbin/ldconfig
1292
c1d2b5e2
AM
1293%post libOpenVG -p /sbin/ldconfig
1294%postun libOpenVG -p /sbin/ldconfig
1295
04c3cb73
JB
1296%post libXvMC-nouveau -p /sbin/ldconfig
1297%postun libXvMC-nouveau -p /sbin/ldconfig
04c3cb73
JB
1298%post libXvMC-r600 -p /sbin/ldconfig
1299%postun libXvMC-r600 -p /sbin/ldconfig
9bfb354d 1300
d3cd778a
JB
1301%post libgbm -p /sbin/ldconfig
1302%postun libgbm -p /sbin/ldconfig
1303
c7f22387
JB
1304%post libglapi -p /sbin/ldconfig
1305%postun libglapi -p /sbin/ldconfig
1306
24b30bc6
JB
1307%post libwayland-egl -p /sbin/ldconfig
1308%postun libwayland-egl -p /sbin/ldconfig
1309
a651d613
JB
1310%post libxatracker -p /sbin/ldconfig
1311%postun libxatracker -p /sbin/ldconfig
1312
bb686270
AM
1313%if %{with egl}
1314%files libEGL
1315%defattr(644,root,root,755)
1316%attr(755,root,root) %{_libdir}/libEGL.so.*.*
c794b508 1317%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
bb686270
AM
1318
1319%files libEGL-devel
1320%defattr(644,root,root,755)
1321%attr(755,root,root) %{_libdir}/libEGL.so
bb686270
AM
1322%dir %{_includedir}/EGL
1323%{_includedir}/EGL/egl.h
1324%{_includedir}/EGL/eglext.h
56313830 1325%{_includedir}/EGL/eglextchromium.h
9bfb354d 1326%{_includedir}/EGL/eglmesaext.h
bb686270 1327%{_includedir}/EGL/eglplatform.h
bb686270
AM
1328%{_pkgconfigdir}/egl.pc
1329
c885f99e 1330%if %{with static_libs}
bb686270
AM
1331%files libEGL-static
1332%defattr(644,root,root,755)
1333%{_libdir}/libEGL.a
1334%endif
1335%endif
1336
f445ed6c 1337%files libGL
e9b3ff7a 1338%defattr(644,root,root,755)
3f1b1b5d 1339%doc docs/{*.html,README.UVD,patents.txt,relnotes/*.html}
9b0e6ebb
JB
1340%attr(755,root,root) %{_libdir}/libGL.so.*.*
1341%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
0cb33a09 1342# symlink for binary apps which fail to conform Linux OpenGL ABI
bf8d2f73 1343# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
0cb33a09 1344%attr(755,root,root) %{_libdir}/libGL.so
0d8bac2a 1345%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drirc
a0b2836a 1346
f445ed6c 1347%files libGL-devel
e9b3ff7a 1348%defattr(644,root,root,755)
5b8e9162 1349%doc docs/specs/*
debcd977 1350%dir %{_includedir}/GL
d3dd48bf 1351%{_includedir}/GL/gl.h
56313830 1352%{_includedir}/GL/glcorearb.h
e1833810 1353%{_includedir}/GL/glext.h
d3dd48bf 1354%{_includedir}/GL/gl_mangle.h
d3dd48bf 1355%{_includedir}/GL/glx.h
abc9e15f 1356%{_includedir}/GL/glxext.h
d3dd48bf 1357%{_includedir}/GL/glx_mangle.h
1ec0796e
AM
1358%dir %{_includedir}/GL/internal
1359%{_includedir}/GL/internal/dri_interface.h
59f12de8 1360%{_pkgconfigdir}/dri.pc
f4a8c5f6 1361%{_pkgconfigdir}/gl.pc
a0b2836a 1362
c885f99e 1363%if %{with static_libs}
278406ce
JB
1364%files libGL-static
1365%defattr(644,root,root,755)
1366%{_libdir}/libGL.a
1367%endif
1368
c1d2b5e2
AM
1369%files libGLES
1370%defattr(644,root,root,755)
cc59a107
JB
1371%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1372%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1373%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1374%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
c1d2b5e2
AM
1375
1376%files libGLES-devel
1377%defattr(644,root,root,755)
cc59a107
JB
1378%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1379%attr(755,root,root) %{_libdir}/libGLESv2.so
c1d2b5e2
AM
1380%{_includedir}/GLES
1381%{_includedir}/GLES2
46cee963 1382%{_includedir}/GLES3
cc59a107
JB
1383%{_pkgconfigdir}/glesv1_cm.pc
1384%{_pkgconfigdir}/glesv2.pc
c1d2b5e2 1385
f4a8c5f6
JB
1386%files libOSMesa
1387%defattr(644,root,root,755)
cc59a107 1388%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
9bfb354d 1389%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
f4a8c5f6
JB
1390
1391%files libOSMesa-devel
1392%defattr(644,root,root,755)
cc59a107 1393%attr(755,root,root) %{_libdir}/libOSMesa.so
f4a8c5f6 1394%{_includedir}/GL/osmesa.h
bf8d2f73 1395%{_pkgconfigdir}/osmesa.pc
f4a8c5f6 1396
c885f99e 1397%if %{with static_libs}
f4a8c5f6
JB
1398%files libOSMesa-static
1399%defattr(644,root,root,755)
cc59a107 1400%{_libdir}/libOSMesa.a
59f12de8 1401%endif
f4a8c5f6 1402
e5bc9334 1403%if %{with opencl}
ff879d59
JK
1404%if %{with ocl_icd}
1405%files OpenCL-icd
1406%defattr(644,root,root,755)
1407/etc/OpenCL/vendors/mesa.icd
1408%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1409%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1410%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
6f955018
JB
1411# currently only OpenCL uses dynamic pipe loader
1412%dir %{_libdir}/gallium-pipe
ff879d59 1413%else
e5bc9334
JB
1414%files libOpenCL
1415%defattr(644,root,root,755)
1416%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1417%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
6f955018
JB
1418# currently only OpenCL uses dynamic pipe loader
1419%dir %{_libdir}/gallium-pipe
e5bc9334
JB
1420
1421%files libOpenCL-devel
1422%defattr(644,root,root,755)
1423%attr(755,root,root) %{_libdir}/libOpenCL.so
1424%{_includedir}/CL
e5bc9334 1425%endif
ff879d59 1426%endif
e5bc9334 1427
ebff9a35 1428%if %{with egl} && %{with openvg} && %{with gallium}
c1d2b5e2
AM
1429%files libOpenVG
1430%defattr(644,root,root,755)
cc59a107 1431%attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.*
278406ce 1432%attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1
c1d2b5e2
AM
1433
1434%files libOpenVG-devel
1435%defattr(644,root,root,755)
278406ce 1436%attr(755,root,root) %{_libdir}/libOpenVG.so
c1d2b5e2 1437%{_includedir}/VG
c1d2b5e2
AM
1438%{_pkgconfigdir}/vg.pc
1439%endif
1440
c3f739d4 1441%if %{with gallium}
80fb8e4d 1442%if %{with gallium_nouveau}
04c3cb73 1443%files libXvMC-nouveau
875da849 1444%defattr(644,root,root,755)
46cee963 1445%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0.0
04c3cb73 1446%attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
80fb8e4d 1447%endif
04c3cb73 1448
56313830 1449%if %{with gallium_radeon}
04c3cb73
JB
1450%files libXvMC-r600
1451%defattr(644,root,root,755)
46cee963 1452%attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0.0
04c3cb73 1453%attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
c3f739d4 1454%endif
ebff9a35 1455
3f1b1b5d 1456%if %{with va}
ebff9a35 1457%files -n libva-driver-gallium
3f1b1b5d 1458%defattr(644,root,root,755)
ebff9a35 1459%attr(755,root,root) %{_libdir}/libva/dri/gallium_drv_video.so
56313830 1460%endif
56313830 1461%endif
afe33c03 1462
d3cd778a
JB
1463%if %{with gbm}
1464%files libgbm
1465%defattr(644,root,root,755)
1466%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1467%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
d3cd778a
JB
1468
1469%files libgbm-devel
1470%defattr(644,root,root,755)
1471%attr(755,root,root) %{_libdir}/libgbm.so
1472%{_includedir}/gbm.h
1473%{_pkgconfigdir}/gbm.pc
1474%endif
1475
c7f22387
JB
1476%files libglapi
1477%defattr(644,root,root,755)
1478%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1479%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1480# libglapi-devel? nothing seems to need it atm.
1481#%attr(755,root,root) %{_libdir}/libglapi.so
1482
24b30bc6
JB
1483%if %{with wayland}
1484%files libwayland-egl
1485%defattr(644,root,root,755)
1486%attr(755,root,root) %{_libdir}/libwayland-egl.so.*.*
1487%attr(755,root,root) %ghost %{_libdir}/libwayland-egl.so.1
1488
1489%files libwayland-egl-devel
1490%defattr(644,root,root,755)
1491%attr(755,root,root) %{_libdir}/libwayland-egl.so
1492%{_pkgconfigdir}/wayland-egl.pc
1493%endif
1494
a651d613
JB
1495%if %{with xa}
1496%files libxatracker
1497%defattr(644,root,root,755)
1498%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
0d8bac2a 1499%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
a651d613
JB
1500
1501%files libxatracker-devel
1502%defattr(644,root,root,755)
1503%attr(755,root,root) %{_libdir}/libxatracker.so
1504%{_includedir}/xa_composite.h
1505%{_includedir}/xa_context.h
1506%{_includedir}/xa_tracker.h
1507%{_pkgconfigdir}/xatracker.pc
1508%endif
1509
166bc93f
JB
1510%if %{with egl}
1511%files khrplatform-devel
1512%defattr(644,root,root,755)
1513%dir %{_includedir}/KHR
1514%{_includedir}/KHR/khrplatform.h
1515%endif
1516
afe33c03 1517%files dri-driver-ati-radeon-R100
1518%defattr(644,root,root,755)
1519%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1520
1521%files dri-driver-ati-radeon-R200
1522%defattr(644,root,root,755)
1523%attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1524
c3f739d4 1525%if %{with gallium}
56313830 1526%if %{with gallium_radeon}
afe33c03 1527%files dri-driver-ati-radeon-R300
1528%defattr(644,root,root,755)
1529%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1530
e68936d0
AM
1531%files dri-driver-ati-radeon-R600
1532%defattr(644,root,root,755)
1533%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1534
3dc87f1a
AM
1535%files dri-driver-ati-radeon-SI
1536%defattr(644,root,root,755)
1537%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
56313830 1538%endif
6e049c9d
AM
1539
1540%files dri-driver-intel-ilo
1541%defattr(644,root,root,755)
1542%attr(755,root,root) %{_libdir}/xorg/modules/dri/ilo_dri.so
56313830 1543%endif
3dc87f1a 1544
afe33c03 1545%files dri-driver-intel-i915
1546%defattr(644,root,root,755)
5f574b4b 1547%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
afe33c03 1548
b360f4f6 1549%files dri-driver-intel-i965
1550%defattr(644,root,root,755)
1551%attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1552
3e88bc92
AM
1553%files dri-driver-nouveau
1554%defattr(644,root,root,755)
5b103bd4
JB
1555%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1556%if %{with gallium_nouveau}
3e88bc92 1557%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
a7a3223c 1558%endif
3e88bc92 1559
f3606317
AM
1560%files dri-driver-swrast
1561%defattr(644,root,root,755)
e22d206b 1562%if %{with gallium}
56313830 1563%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
e22d206b 1564%endif
f3606317
AM
1565%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1566
bb5f0825 1567%if %{with gallium}
f31a332e
JB
1568%ifarch arm
1569%files dri-driver-vc4
1570%defattr(644,root,root,755)
1571%attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1572%endif
1573
6e049c9d
AM
1574%files dri-driver-virgl
1575%defattr(644,root,root,755)
1576%attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1577
e68936d0
AM
1578%files dri-driver-vmwgfx
1579%defattr(644,root,root,755)
9c4e4073 1580%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
bb5f0825 1581%endif
9bfb354d 1582
6f955018
JB
1583%if %{with gallium}
1584%if %{with gallium_i915}
1585%files pipe-driver-i915
1586%defattr(644,root,root,755)
1587%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1588%endif
1589
1590%files pipe-driver-i965
1591%defattr(644,root,root,755)
1592%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i965.so
1593
1594%ifarch arm
1595%files pipe-driver-msm
1596%defattr(644,root,root,755)
1597%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1598%endif
1599
1600%if %{with gallium_nouveau}
1601%files pipe-driver-nouveau
1602%defattr(644,root,root,755)
1603%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1604%endif
1605
1606%if %{with gallium_radeon}
1607%files pipe-driver-r300
1608%defattr(644,root,root,755)
1609%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1610
1611%files pipe-driver-r600
1612%defattr(644,root,root,755)
1613%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1614
1615%files pipe-driver-radeonsi
1616%defattr(644,root,root,755)
1617%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1618%endif
1619
1620%files pipe-driver-swrast
1621%defattr(644,root,root,755)
1622%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1623
1624%files pipe-driver-vmwgfx
1625%defattr(644,root,root,755)
1626%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1627%endif
1628
1f730540
JB
1629%if %{with nine}
1630%files d3d
1631%defattr(644,root,root,755)
1632%dir %{_libdir}/d3d
1633%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1634
1635%files d3d-devel
1636%defattr(644,root,root,755)
1637%{_includedir}/d3dadapter
1638%{_pkgconfigdir}/d3d.pc
1639%endif
1640
c3f739d4 1641%if %{with gallium}
04c3cb73
JB
1642# ldconfig is not used in vdpau tree, so package all symlinks
1643%if %{with gallium_nouveau}
1644%files -n libvdpau-driver-mesa-nouveau
1645%defattr(644,root,root,755)
46cee963 1646%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
04c3cb73
JB
1647%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1648%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1649%endif
1650
56313830 1651%if %{with gallium_radeon}
ebff9a35
AM
1652%files -n libvdpau-driver-mesa-r300
1653%defattr(644,root,root,755)
1654%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
1655%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
1656%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
1657
04c3cb73
JB
1658%files -n libvdpau-driver-mesa-r600
1659%defattr(644,root,root,755)
46cee963 1660%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
9bfb354d
AM
1661%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
1662%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
04c3cb73 1663
3dc87f1a
AM
1664%files -n libvdpau-driver-mesa-radeonsi
1665%defattr(644,root,root,755)
46cee963 1666%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
3dc87f1a
AM
1667%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
1668%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
c3f739d4 1669%endif
56313830 1670%endif
4bacd84c
JB
1671
1672%if %{with gallium} && %{with omx}
56313830
AM
1673%files -n omxil-mesa
1674%defattr(644,root,root,755)
1675%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
56313830 1676%endif
This page took 0.458875 seconds and 4 git commands to generate.