]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa.spec
- up to 11.0.7
[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
7731a383 35%define libdrm_ver 2.4.63
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
61802ee5 60Version: 11.0.7
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
61802ee5 65# Source0-md5: 5bb515d4b0931b7a9e1bfec3da73f10f
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}
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
3f1b1b5d 528Requires: libva >= 1.3.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
564%package gbm-driver-i915
565Summary: i915 driver for Mesa GBM framework
566Summary(pl.UTF-8): Sterownik i915 dla szkieletu Mesa GBM
567Group: Libraries
568Requires: %{name}-libgbm = %{version}-%{release}
4bf93def 569Obsoletes: Mesa-opencl-driver-i915
d3cd778a
JB
570
571%description gbm-driver-i915
572i915 driver for Mesa Graphics Buffer Manager. It supports Intel
573915/945/G33/Q33/Q35/Pineview chips.
574
575%description gbm-driver-i915 -l pl.UTF-8
576Sterownik i915 dla szkieletu Mesa Graphics Buffer Manager (zarządcy
577bufora graficznego). Obsługuje układy Intela z serii
578915/945/G33/Q33/Q35/Pineview.
579
580%package gbm-driver-nouveau
581Summary: nouveau driver for Mesa GBM framework
582Summary(pl.UTF-8): Sterownik nouveau dla szkieletu Mesa GBM
583Group: Libraries
584Requires: %{name}-libgbm = %{version}-%{release}
4bf93def 585Obsoletes: Mesa-opencl-driver-nouveau
d3cd778a
JB
586
587%description gbm-driver-nouveau
588nouveau driver for Mesa Graphics Buffer Manager. It supports NVidia
589adapters.
590
591%description gbm-driver-nouveau -l pl.UTF-8
592Sterownik nouveau dla szkieletu Mesa Graphics Buffer Manager (zarządcy
593bufora graficznego). Obsługuje karty graficzne firmy NVidia.
594
595%package gbm-driver-r300
596Summary: r300 driver for Mesa GBM framework
597Summary(pl.UTF-8): Sterownik r300 dla szkieletu Mesa GBM
598Group: Libraries
599Requires: %{name}-libgbm = %{version}-%{release}
4bf93def 600Obsoletes: Mesa-opencl-driver-r300
d3cd778a
JB
601
602%description gbm-driver-r300
603r300 driver for Mesa Graphics Buffer Manager. It supports ATI Radeon
604adapters based on R300/R400/RS690/R500 chips.
605
606%description gbm-driver-r300 -l pl.UTF-8
607Sterownik r300 dla szkieletu Mesa Graphics Buffer Manager (zarządcy
608bufora graficznego). Obsługuje karty graficzne ATI Radeon oparte na
609układach R300/R400/RS690/R500.
610
611%package gbm-driver-r600
612Summary: r600 driver for Mesa GBM framework
613Summary(pl.UTF-8): Sterownik r600 dla szkieletu Mesa GBM
614Group: Libraries
615Requires: %{name}-libgbm = %{version}-%{release}
507629f4 616Obsoletes: Mesa-libllvmradeon
4bf93def 617Obsoletes: Mesa-opencl-driver-r600
d3cd778a
JB
618
619%description gbm-driver-r600
620r600 driver for Mesa Graphics Buffer Manager. It supports ATI Radeon
621adapters based on R600/R700 chips.
622
623%description gbm-driver-r600 -l pl.UTF-8
624Sterownik r600 dla szkieletu Mesa Graphics Buffer Manager (zarządcy
625bufora graficznego). Obsługuje karty graficzne ATI Radeon oparte na
626układach R600/R700.
627
3dc87f1a
AM
628%package gbm-driver-radeonsi
629Summary: radeonsi driver for Mesa GBM framework
630Summary(pl.UTF-8): Sterownik radeonsi dla szkieletu Mesa GBM
631Group: Libraries
632Requires: %{name}-libgbm = %{version}-%{release}
5b8e9162 633Obsoletes: Mesa-libllvmradeon
507629f4 634Obsoletes: Mesa-opencl-driver-radeonsi
3dc87f1a
AM
635
636%description gbm-driver-radeonsi
0784ce78
JB
637radeonsi driver for Mesa Graphics Buffer Manager. It supports ATI
638Radeon adapters based on Southern Islands chips.
3dc87f1a
AM
639
640%description gbm-driver-radeonsi -l pl.UTF-8
0784ce78
JB
641Sterownik radeonsi dla szkieletu Mesa Graphics Buffer Manager
642(zarządcy bufora graficznego). Obsługuje karty graficzne ATI Radeon
643oparte na układach Southern Islands.
3dc87f1a 644
e5bc9334
JB
645%package gbm-driver-swrast
646Summary: Software (swrast) driver for Mesa GBM framework
647Summary(pl.UTF-8): Sterownik programowy (swrast) dla szkieletu Mesa GBM
648Group: Libraries
649Requires: %{name}-libgbm = %{version}-%{release}
4bf93def 650Obsoletes: Mesa-opencl-driver-swrast
e5bc9334
JB
651
652%description gbm-driver-swrast
653Software (swrast) driver for Mesa Graphics Buffer Manager.
654
655%description gbm-driver-swrast -l pl.UTF-8
656Sterownik programowy (swrast) dla szkieletu Mesa Graphics Buffer
657Manager (zarządcy bufora graficznego).
658
d3cd778a
JB
659%package gbm-driver-vmwgfx
660Summary: vmwgfx driver for Mesa GBM framework
661Summary(pl.UTF-8): Sterownik vmwgfx dla szkieletu Mesa GBM
662Group: Libraries
663Requires: %{name}-libgbm = %{version}-%{release}
4bf93def 664Obsoletes: Mesa-opencl-driver-vmwgfx
d3cd778a
JB
665
666%description gbm-driver-vmwgfx
667vmwgfx driver for Mesa Graphics Buffer Manager. It supports VMware
668virtual video adapter.
669
670%description gbm-driver-vmwgfx -l pl.UTF-8
671Sterownik vmwgfx dla szkieletu Mesa Graphics Buffer Manager (zarządcy
672bufora graficznego). Obsługuje wirtualną kartę graficzną VMware.
673
c7f22387
JB
674%package libglapi
675Summary: Mesa GL API shared library
676Summary(pl.UTF-8): Biblioteka współdzielona Mesa GL API
677Group: Libraries
72a183c7 678Conflicts: Mesa-libEGL < 8.0.1-2
c7f22387
JB
679
680%description libglapi
681Mesa GL API shared library, common for various APIs (EGL, GL, GLES).
682
683%description libglapi -l pl.UTF-8
684Biblioteka współdzielona Mesa GL API, wspólna dla różnych API (EGL,
685GL, GLES).
686
24b30bc6
JB
687%package libwayland-egl
688Summary: Wayland EGL library
689Summary(pl.UTF-8): Biblioteka Wayland EGL
690Group: Libraries
691Requires: libdrm >= %{libdrm_ver}
692
693%description libwayland-egl
694Wayland EGL platform library.
695
696%description libwayland-egl -l pl.UTF-8
697Biblioteka platformy EGL Wayland.
698
699%package libwayland-egl-devel
700Summary: Development files for Wayland EGL library
701Summary(pl.UTF-8): Pliki programistyczne biblioteki Wayland EGL
702Group: Development/Libraries
703Requires: %{name}-libwayland-egl = %{version}-%{release}
704Requires: libdrm-devel >= %{libdrm_ver}
24b30bc6
JB
705
706%description libwayland-egl-devel
707Development files for Wayland EGL platform library.
708
709%description libwayland-egl-devel -l pl.UTF-8
710Pliki programistyczne biblioteki platformy EGL Wayland.
711
a651d613
JB
712%package libxatracker
713Summary: Xorg Gallium3D accelleration library
714Summary(pl.UTF-8): Biblioteka akceleracji Gallium3D dla Xorg
715Group: X11/Libraries
c7f22387 716Requires: libdrm >= %{libdrm_ver}
a651d613
JB
717
718%description libxatracker
719Xorg Gallium3D accelleration library (used by new vmwgfx driver).
720
721%description libxatracker -l pl.UTF-8
722Biblioteka akceleracji Gallium3D dla Xorg (używana przez nowy
723sterownik vmwgfx).
724
725%package libxatracker-devel
726Summary: Header files for Xorg Gallium3D accelleration library
727Summary(pl.UTF-8): Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg
728Group: X11/Development/Libraries
729Requires: %{name}-libxatracker = %{version}-%{release}
c7f22387 730Requires: libdrm-devel >= %{libdrm_ver}
a651d613
JB
731
732%description libxatracker-devel
733Header files for Xorg Gallium3D accelleration library.
734
735%description libxatracker-devel -l pl.UTF-8
736Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg.
737
166bc93f
JB
738%package khrplatform-devel
739Summary: Khronos platform header file
740Summary(pl.UTF-8): Plik nagłówkowy platformy Khronos
741Group: Development/Libraries
72a183c7 742Conflicts: Mesa-libEGL-devel < 8.0.1-2
166bc93f
JB
743
744%description khrplatform-devel
745Khronos platform header file.
746
747%description khrplatform-devel -l pl.UTF-8
748Plik nagłówkowy platformy Khronos.
749
afe33c03 750%package dri-driver-ati-radeon-R100
362c6f99
JB
751Summary: X.org DRI driver for ATI R100 card family
752Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R100
f4a8c5f6 753License: MIT
18da5046 754Group: X11/Libraries
83c21438 755Requires: xorg-driver-video-ati
d70abe90
JB
756Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
757Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 758Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 759
760%description dri-driver-ati-radeon-R100
362c6f99 761X.org DRI driver for ATI R100 card family (Radeon 7000-7500).
afe33c03 762
f77f03b8 763%description dri-driver-ati-radeon-R100 -l pl.UTF-8
362c6f99 764Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500).
afe33c03 765
766%package dri-driver-ati-radeon-R200
362c6f99
JB
767Summary: X.org DRI driver for ATI R200 card family
768Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R200
f4a8c5f6 769License: MIT
18da5046 770Group: X11/Libraries
83c21438 771Requires: xorg-driver-video-ati
d70abe90
JB
772Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
773Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 774Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 775
776%description dri-driver-ati-radeon-R200
362c6f99 777X.org DRI driver for ATI R200 card family (Radeon 8500-92xx)
afe33c03 778
f77f03b8 779%description dri-driver-ati-radeon-R200 -l pl.UTF-8
362c6f99 780Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx).
afe33c03 781
782%package dri-driver-ati-radeon-R300
362c6f99
JB
783Summary: X.org DRI driver for ATI R300 card family
784Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R300
f4a8c5f6 785License: MIT
18da5046 786Group: X11/Libraries
83c21438 787Requires: xorg-driver-video-ati
d70abe90
JB
788Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
789Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 790Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 791
792%description dri-driver-ati-radeon-R300
04c3cb73 793X.org DRI driver for ATI R300/R400/RS690/R500 card family.
afe33c03 794
f77f03b8 795%description dri-driver-ati-radeon-R300 -l pl.UTF-8
04c3cb73 796Sterownik X.org DRI dla rodziny kart ATI R300/R400/RS690/R500.
afe33c03 797
e68936d0
AM
798%package dri-driver-ati-radeon-R600
799Summary: X.org DRI driver for ATI R600 card family
800Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R600
801License: MIT
802Group: X11/Libraries
803Requires: radeon-ucode
804Requires: xorg-driver-video-ati
805Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
806Requires: xorg-xserver-server >= %{xserver_ver}
807
808%description dri-driver-ati-radeon-R600
04c3cb73 809X.org DRI driver for ATI R600/R700 card family.
e68936d0
AM
810
811%description dri-driver-ati-radeon-R600 -l pl.UTF-8
04c3cb73 812Sterownik X.org DRI dla rodziny kart ATI R600/R700.
e68936d0 813
3dc87f1a
AM
814%package dri-driver-ati-radeon-SI
815Summary: X.org DRI driver for ATI Southern Islands card family
816Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI Southern Islands
817License: MIT
818Group: X11/Libraries
819Requires: radeon-ucode
820Requires: xorg-driver-video-ati
821Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
822Requires: xorg-xserver-server >= %{xserver_ver}
823
824%description dri-driver-ati-radeon-SI
825X.org DRI driver for ATI Southern Islands card family.
826
827%description dri-driver-ati-radeon-SI -l pl.UTF-8
828Sterownik X.org DRI dla rodziny kart ATI Southern Islands.
829
afe33c03 830%package dri-driver-intel-i915
362c6f99
JB
831Summary: X.org DRI driver for Intel i915 card family
832Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i915
f4a8c5f6 833License: MIT
18da5046 834Group: X11/Libraries
d70abe90
JB
835Requires: xorg-driver-video-intel
836Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
837Requires: xorg-xserver-server >= %{xserver_ver}
2db432a2 838Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 839Obsoletes: X11-driver-i810-dri < 1:7.0.0
afe33c03 840
841%description dri-driver-intel-i915
04c3cb73
JB
842X.org DRI driver for Intel i915 card family (915, 945, G33, Q33, Q35,
843Pineview).
afe33c03 844
f77f03b8 845%description dri-driver-intel-i915 -l pl.UTF-8
04c3cb73
JB
846Sterownik X.org DRI dla rodziny kart Intel i915 (915, 945, G33, Q33,
847Q35, Pineview).
afe33c03 848
b360f4f6 849%package dri-driver-intel-i965
362c6f99
JB
850Summary: X.org DRI driver for Intel i965 card family
851Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i965
f4a8c5f6 852License: MIT
b360f4f6 853Group: X11/Libraries
d70abe90
JB
854Requires: xorg-driver-video-intel
855Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
856Requires: xorg-xserver-server >= %{xserver_ver}
b360f4f6 857Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 858Obsoletes: X11-driver-i810-dri < 1:7.0.0
b360f4f6 859
860%description dri-driver-intel-i965
04c3cb73
JB
861X.org DRI driver for Intel i965 card family (946GZ, 965G, 965Q, 965GM,
862965GME, GM45, G41, B43, Q45, G45);
b360f4f6 863
f77f03b8 864%description dri-driver-intel-i965 -l pl.UTF-8
04c3cb73
JB
865Sterownik X.org DRI dla rodziny kart Intel i965 (946GZ, 965G, 965Q,
866965GM, 965GME, GM45, G41, B43, Q45, G45).
b360f4f6 867
3e88bc92
AM
868%package dri-driver-nouveau
869Summary: X.org DRI driver for NVIDIA card family
870Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart NVIDIA
871License: MIT
872Group: X11/Libraries
873Requires: xorg-driver-video-nouveau
874Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
875Requires: xorg-xserver-server >= %{xserver_ver}
876
877%description dri-driver-nouveau
878X.org DRI drivers for NVIDIA card family.
879
880%description dri-driver-nouveau -l pl.UTF-8
881Sterowniki X.org DRI dla rodziny kart NVIDIA.
882
f3606317 883%package dri-driver-swrast
362c6f99
JB
884Summary: X.org DRI software rasterizer driver
885Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe
f3606317
AM
886License: MIT
887Group: X11/Libraries
d70abe90
JB
888Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
889Requires: xorg-xserver-server >= %{xserver_ver}
f3606317
AM
890
891%description dri-driver-swrast
362c6f99 892X.org DRI software rasterizer driver.
f3606317
AM
893
894%description dri-driver-swrast -l pl.UTF-8
362c6f99 895Sterownik X.org DRI obsługujący rysowanie programowe.
f3606317 896
e68936d0
AM
897%package dri-driver-vmwgfx
898Summary: X.org DRI driver for VMware
899Summary(pl.UTF-8): Sterownik X.org DRI dla VMware
900License: MIT
901Group: X11/Libraries
0f9ae6ae 902Requires: xorg-driver-video-vmware
e68936d0
AM
903Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
904Requires: xorg-xserver-server >= %{xserver_ver}
905
906%description dri-driver-vmwgfx
907X.org DRI driver for VMWare.
908
909%description dri-driver-vmwgfx -l pl.UTF-8
910Sterownik X.org DRI dla VMware.
911
1f730540
JB
912%package d3d
913Summary: Nine Direct3D9 driver (for Wine)
914Summary(pl.UTF-8): Sterownik Direct3D9 Nine (dla Wine)
915Group: Libraries
916Requires: libdrm >= %{libdrm_ver}
917
918%description d3d
919Nine Direct3D9 driver (for Wine).
920
921%description d3d -l pl.UTF-8
922Sterownik Direct3D9 Nine (dla Wine).
923
924%package d3d-devel
925Summary: Nine Direct3D9 driver API
926Summary(pl.UTF-8): API sterownika Direct3D9 Nine
927Group: Development/Libraries
928Requires: libdrm-devel >= %{libdrm_ver}
929
930%description d3d-devel
931Nine Direct3D9 driver API.
932
933%description d3d-devel -l pl.UTF-8
934API sterownika Direct3D9 Nine.
935
04c3cb73
JB
936%package -n libvdpau-driver-mesa-nouveau
937Summary: Mesa nouveau driver for the vdpau API
938Summary(pl.UTF-8): Sterownik Mesa nouveau dla API vdpau
9bfb354d
AM
939License: MIT
940Group: X11/Libraries
8eb275e9 941Requires: libdrm >= %{libdrm_ver}
7731a383 942Requires: libvdpau >= 1.1
04c3cb73 943Conflicts: libvdpau-driver-mesa
9bfb354d 944
04c3cb73
JB
945%description -n libvdpau-driver-mesa-nouveau
946Mesa nouveau driver for the vdpau API. It supports NVidia adapters
947(NV40-NV96, NVa0).
9bfb354d 948
04c3cb73
JB
949%description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
950Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
951(NV40-NV96, NVa0).
9bfb354d 952
ebff9a35
AM
953%package -n libvdpau-driver-mesa-r300
954Summary: Mesa r300 driver for the vdpau API
955Summary(pl.UTF-8): Sterownik Mesa r300 dla API vdpau
956License: MIT
957Group: X11/Libraries
958Requires: libdrm >= %{libdrm_ver}
7731a383 959Requires: libvdpau >= 1.1
ebff9a35
AM
960Conflicts: libvdpau-driver-mesa
961
962%description -n libvdpau-driver-mesa-r300
963Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
964based on R300 chips.
965
966%description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
967Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
968na układach R300.
969
04c3cb73
JB
970%package -n libvdpau-driver-mesa-r600
971Summary: Mesa r600 driver for the vdpau API
972Summary(pl.UTF-8): Sterownik Mesa r600 dla API vdpau
973License: MIT
974Group: X11/Libraries
975Requires: libdrm >= %{libdrm_ver}
7731a383 976Requires: libvdpau >= 1.1
04c3cb73
JB
977Conflicts: libvdpau-driver-mesa
978
979%description -n libvdpau-driver-mesa-r600
980Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
981based on R600/R700 chips.
982
983%description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
984Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
985na układach R600/R700.
986
3dc87f1a
AM
987%package -n libvdpau-driver-mesa-radeonsi
988Summary: Mesa radeonsi driver for the vdpau API
989Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API vdpau
990License: MIT
991Group: X11/Libraries
992Requires: libdrm >= %{libdrm_ver}
7731a383 993Requires: libvdpau >= 1.1
3dc87f1a 994Conflicts: libvdpau-driver-mesa
5b8e9162 995Obsoletes: Mesa-libllvmradeon
3dc87f1a
AM
996
997%description -n libvdpau-driver-mesa-radeonsi
0784ce78
JB
998Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
999adapters based on Southern Islands chips.
3dc87f1a
AM
1000
1001%description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
0784ce78
JB
1002Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1003oparte na układach Southern Islands.
3dc87f1a 1004
56313830
AM
1005%package -n omxil-mesa
1006Summary: Mesa driver for Bellagio OpenMAX IL API
1007Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1008License: MIT
1009Group: X11/Libraries
1010Requires: libdrm >= %{libdrm_ver}
1011Requires: libxcb >= 1.8
1012Requires: libomxil-bellagio
c45391bc
JB
1013Obsoletes: omxil-mesa-nouveau
1014Obsoletes: omxil-mesa-r600
1015Obsoletes: omxil-mesa-radeonsi
56313830
AM
1016
1017%description -n omxil-mesa
1018Mesa driver for Bellagio OpenMAX IL API.
1019
1020%description -n omxil-mesa -l pl.UTF-8
1021Sterownik Mesa dla API Bellagio OpenMAX IL.
1022
4bacd84c
JB
1023%package -n omxil-mesa-nouveau
1024Summary: Mesa nouveau driver for Bellagio OpenMAX IL API
1025Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1026License: MIT
1027Group: X11/Libraries
1028Requires: libdrm >= %{libdrm_ver}
1029Requires: libxcb >= 1.8
1030Requires: libomxil-bellagio
1031
1032%description -n omxil-mesa-nouveau
1033Mesa nouveau driver for Bellagio OpenMAX IL API. It supports NVidia
1034adapters (NV40-NV96, NVa0).
1035
1036%description -n omxil-mesa-nouveau -l pl.UTF-8
1037Sterownik Mesa nouveau dla API Bellagio OpenMAX IL. Obsługuje karty
1038NVidia (NV40-NV96, NVa0).
1039
1040%package -n omxil-mesa-r600
1041Summary: Mesa r600 driver for Bellagio OpenMAX IL API
1042Summary(pl.UTF-8): Sterownik Mesa r600 dla API Bellagio OpenMAX IL
1043License: MIT
1044Group: X11/Libraries
1045Requires: libdrm >= %{libdrm_ver}
1046Requires: libxcb >= 1.8
1047Requires: libomxil-bellagio
1048
1049%description -n omxil-mesa-r600
1050Mesa r600 driver for Bellagio OpenMAX IL API. It supports ATI Radeon
1051adapters based on R600/R700 chips.
1052
1053%description -n omxil-mesa-r600 -l pl.UTF-8
1054Sterownik Mesa r600 dla API Bellagio OpenMAX IL. Obsługuje karty ATI
1055Radeon oparte na układach R600/R700.
1056
1057%package -n omxil-mesa-radeonsi
1058Summary: Mesa radeonsi driver for Bellagio OpenMAX IL API
1059Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL
1060License: MIT
1061Group: X11/Libraries
1062Requires: libdrm >= %{libdrm_ver}
1063Requires: libxcb >= 1.8
1064Requires: libomxil-bellagio
1065
1066%description -n omxil-mesa-radeonsi
1067Mesa radeonsi driver for Bellagio OpenMAX IL API. It supports ATI
1068Radeon adapters based on Southern Islands chips.
1069
1070%description -n omxil-mesa-radeonsi -l pl.UTF-8
1071Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL. Obsługuje karty
1072ATI Radeon oparte na układach Southern Islands.
1073
a0b2836a 1074%prep
0bad6e58 1075%setup -q -n mesa-%{version}
4db28b99 1076%patch0 -p1
1cd92499 1077%patch1 -p1
a0b2836a 1078
1079%build
5853b3ab
JB
1080%{__libtoolize}
1081%{__aclocal} -I m4
bb686270 1082%{__autoconf}
5853b3ab 1083%{__automake}
a5afae62 1084
9bfb354d 1085dri_drivers="r200 radeon \
8060076f 1086%if %{without gallium_intel}
04c3cb73 1087i915 \
a5afae62 1088%endif
d9ca63e3
JB
1089i965 \
1090nouveau \
59f12de8
AM
1091%ifarch sparc sparcv9 sparc64
1092ffb \
6299b3cd 1093%endif
9bfb354d 1094swrast"
59f12de8
AM
1095
1096dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1097
c1d2b5e2
AM
1098gallium_drivers="svga swrast \
1099%if %{with gallium_intel}
1100i915 \
c1d2b5e2 1101%endif
56313830 1102%if %{with gallium_radeon}
b8e6b6d7 1103r300 \
c1d2b5e2 1104r600 \
700470bd 1105radeonsi \
56313830 1106%endif
45300693 1107%if %{with gallium_nouveau}
0784ce78 1108nouveau
c1d2b5e2
AM
1109%endif
1110"
1111
1112gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1113
700470bd 1114%configure \
4799b78a 1115 --disable-silent-rules \
9bfb354d 1116 %{__enable gbm} \
b4a5c074 1117 --enable-glx-tls \
700470bd 1118 --enable-osmesa \
c885f99e 1119 --enable-selinux \
1f730540 1120 --enable-shared \
f566cdfa 1121 --enable-shared-glapi \
c885f99e 1122 %{?with_static_libs:--enable-static} \
3f1b1b5d 1123 %{?with_texture_float:--enable-texture-float} \
c885f99e
JB
1124%if %{with egl}
1125 --enable-egl \
1126 --enable-gles1 \
1127 --enable-gles2 \
24b30bc6 1128 --with-egl-platforms=x11%{?with_gbm:,drm}%{?with_wayland:,wayland} \
c885f99e 1129%endif
5f574b4b 1130%if %{with gallium}
9bfb354d 1131 --enable-gallium-llvm \
2fc49cce 1132 --enable-llvm-shared-libs \
9bfb354d
AM
1133 %{__enable egl gallium-egl} \
1134 %{__enable gbm gallium-gbm} \
ff879d59 1135 %{__enable ocl_icd opencl-icd} \
1f730540
JB
1136 %{?with_nine:--enable-nine} \
1137 %{__enable opencl} \
9bfb354d 1138 --enable-vdpau \
4bacd84c 1139 %{?with_omx:--enable-omx} \
a651d613 1140 %{?with_xa:--enable-xa} \
9bfb354d 1141 --enable-xvmc \
c1d2b5e2 1142 --with-gallium-drivers=${gallium_drivers} \
5f574b4b 1143%else
5eb992a8 1144 --without-gallium-drivers \
5f574b4b 1145%endif
e481f96e
JR
1146 --with-dri-drivers=${dri_drivers} \
1147 --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
1f88045a
JB
1148 --with-sha1=libnettle \
1149 --with-va-libdir=%{_libdir}/libva/dri
59f12de8
AM
1150
1151%{__make}
59f12de8 1152
34f695f1
AM
1153%{?with_tests:%{__make} check}
1154
a0b2836a 1155%install
f5543b17 1156rm -rf $RPM_BUILD_ROOT
ddde5931 1157
59f12de8
AM
1158%{__make} install \
1159 DESTDIR=$RPM_BUILD_ROOT
ddde5931 1160
59f12de8 1161# strip out undesirable headers
7b63a369 1162%{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/wglext.h
80fb8e4d 1163# dlopened by soname
e22d206b
JR
1164%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so}
1165%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so.1.0}
c45391bc 1166# dlopened by soname or .so link
e22d206b 1167%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_*.so.1.0}
c7f22387 1168# not used externally
0d8bac2a 1169%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1cd368bc 1170# dlopened
4bacd84c 1171%{?with_omx:%{__rm} $RPM_BUILD_ROOT%{_libdir}/bellagio/libomx_*.la}
1f730540 1172%{?with_nine:%{__rm} $RPM_BUILD_ROOT%{_libdir}/d3d/d3dadapter9.la}
e22d206b 1173%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_*.la}
1cd368bc
JB
1174# not defined by standards; and not needed, there is pkg-config support
1175%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
ebff9a35 1176%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libva/dri/gallium_drv_video.la}
c1d2b5e2 1177
f56e1323
JR
1178# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1179# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1180strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1181
abc9e15f
JB
1182%clean
1183rm -rf $RPM_BUILD_ROOT
1184
bb686270
AM
1185%post libEGL -p /sbin/ldconfig
1186%postun libEGL -p /sbin/ldconfig
1187
f445ed6c
JB
1188%post libGL -p /sbin/ldconfig
1189%postun libGL -p /sbin/ldconfig
1190
c1d2b5e2
AM
1191%post libGLES -p /sbin/ldconfig
1192%postun libGLES -p /sbin/ldconfig
1193
c1d2b5e2
AM
1194%post libOSMesa -p /sbin/ldconfig
1195%postun libOSMesa -p /sbin/ldconfig
1196
e5bc9334
JB
1197%post libOpenCL -p /sbin/ldconfig
1198%postun libOpenCL -p /sbin/ldconfig
1199
c1d2b5e2
AM
1200%post libOpenVG -p /sbin/ldconfig
1201%postun libOpenVG -p /sbin/ldconfig
1202
04c3cb73
JB
1203%post libXvMC-nouveau -p /sbin/ldconfig
1204%postun libXvMC-nouveau -p /sbin/ldconfig
04c3cb73
JB
1205%post libXvMC-r600 -p /sbin/ldconfig
1206%postun libXvMC-r600 -p /sbin/ldconfig
9bfb354d 1207
d3cd778a
JB
1208%post libgbm -p /sbin/ldconfig
1209%postun libgbm -p /sbin/ldconfig
1210
c7f22387
JB
1211%post libglapi -p /sbin/ldconfig
1212%postun libglapi -p /sbin/ldconfig
1213
24b30bc6
JB
1214%post libwayland-egl -p /sbin/ldconfig
1215%postun libwayland-egl -p /sbin/ldconfig
1216
a651d613
JB
1217%post libxatracker -p /sbin/ldconfig
1218%postun libxatracker -p /sbin/ldconfig
1219
bb686270
AM
1220%if %{with egl}
1221%files libEGL
1222%defattr(644,root,root,755)
1223%attr(755,root,root) %{_libdir}/libEGL.so.*.*
c794b508 1224%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
bb686270
AM
1225
1226%files libEGL-devel
1227%defattr(644,root,root,755)
1228%attr(755,root,root) %{_libdir}/libEGL.so
bb686270
AM
1229%dir %{_includedir}/EGL
1230%{_includedir}/EGL/egl.h
1231%{_includedir}/EGL/eglext.h
56313830 1232%{_includedir}/EGL/eglextchromium.h
9bfb354d 1233%{_includedir}/EGL/eglmesaext.h
bb686270 1234%{_includedir}/EGL/eglplatform.h
bb686270
AM
1235%{_pkgconfigdir}/egl.pc
1236
c885f99e 1237%if %{with static_libs}
bb686270
AM
1238%files libEGL-static
1239%defattr(644,root,root,755)
1240%{_libdir}/libEGL.a
1241%endif
1242%endif
1243
f445ed6c 1244%files libGL
e9b3ff7a 1245%defattr(644,root,root,755)
3f1b1b5d 1246%doc docs/{*.html,README.UVD,patents.txt,relnotes/*.html}
9b0e6ebb
JB
1247%attr(755,root,root) %{_libdir}/libGL.so.*.*
1248%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
0cb33a09 1249# symlink for binary apps which fail to conform Linux OpenGL ABI
bf8d2f73 1250# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
0cb33a09 1251%attr(755,root,root) %{_libdir}/libGL.so
0d8bac2a 1252%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drirc
a0b2836a 1253
f445ed6c 1254%files libGL-devel
e9b3ff7a 1255%defattr(644,root,root,755)
5b8e9162 1256%doc docs/specs/*
debcd977 1257%dir %{_includedir}/GL
d3dd48bf 1258%{_includedir}/GL/gl.h
56313830 1259%{_includedir}/GL/glcorearb.h
e1833810 1260%{_includedir}/GL/glext.h
d3dd48bf 1261%{_includedir}/GL/gl_mangle.h
d3dd48bf 1262%{_includedir}/GL/glx.h
abc9e15f 1263%{_includedir}/GL/glxext.h
d3dd48bf 1264%{_includedir}/GL/glx_mangle.h
1ec0796e
AM
1265%dir %{_includedir}/GL/internal
1266%{_includedir}/GL/internal/dri_interface.h
59f12de8 1267%{_pkgconfigdir}/dri.pc
f4a8c5f6 1268%{_pkgconfigdir}/gl.pc
a0b2836a 1269
c885f99e 1270%if %{with static_libs}
278406ce
JB
1271%files libGL-static
1272%defattr(644,root,root,755)
1273%{_libdir}/libGL.a
1274%endif
1275
c1d2b5e2
AM
1276%files libGLES
1277%defattr(644,root,root,755)
cc59a107
JB
1278%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1279%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1280%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1281%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
c1d2b5e2
AM
1282
1283%files libGLES-devel
1284%defattr(644,root,root,755)
cc59a107
JB
1285%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1286%attr(755,root,root) %{_libdir}/libGLESv2.so
c1d2b5e2
AM
1287%{_includedir}/GLES
1288%{_includedir}/GLES2
46cee963 1289%{_includedir}/GLES3
cc59a107
JB
1290%{_pkgconfigdir}/glesv1_cm.pc
1291%{_pkgconfigdir}/glesv2.pc
c1d2b5e2 1292
f4a8c5f6
JB
1293%files libOSMesa
1294%defattr(644,root,root,755)
cc59a107 1295%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
9bfb354d 1296%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
f4a8c5f6
JB
1297
1298%files libOSMesa-devel
1299%defattr(644,root,root,755)
cc59a107 1300%attr(755,root,root) %{_libdir}/libOSMesa.so
f4a8c5f6 1301%{_includedir}/GL/osmesa.h
bf8d2f73 1302%{_pkgconfigdir}/osmesa.pc
f4a8c5f6 1303
c885f99e 1304%if %{with static_libs}
f4a8c5f6
JB
1305%files libOSMesa-static
1306%defattr(644,root,root,755)
cc59a107 1307%{_libdir}/libOSMesa.a
59f12de8 1308%endif
f4a8c5f6 1309
e5bc9334 1310%if %{with opencl}
ff879d59
JK
1311%if %{with ocl_icd}
1312%files OpenCL-icd
1313%defattr(644,root,root,755)
1314/etc/OpenCL/vendors/mesa.icd
1315%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1316%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1317%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
1318%else
e5bc9334
JB
1319%files libOpenCL
1320%defattr(644,root,root,755)
1321%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1322%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
e5bc9334
JB
1323
1324%files libOpenCL-devel
1325%defattr(644,root,root,755)
1326%attr(755,root,root) %{_libdir}/libOpenCL.so
1327%{_includedir}/CL
e5bc9334 1328%endif
ff879d59 1329%endif
e5bc9334 1330
ebff9a35 1331%if %{with egl} && %{with openvg} && %{with gallium}
c1d2b5e2
AM
1332%files libOpenVG
1333%defattr(644,root,root,755)
cc59a107 1334%attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.*
278406ce 1335%attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1
c1d2b5e2
AM
1336
1337%files libOpenVG-devel
1338%defattr(644,root,root,755)
278406ce 1339%attr(755,root,root) %{_libdir}/libOpenVG.so
c1d2b5e2 1340%{_includedir}/VG
c1d2b5e2
AM
1341%{_pkgconfigdir}/vg.pc
1342%endif
1343
c3f739d4 1344%if %{with gallium}
80fb8e4d 1345%if %{with gallium_nouveau}
04c3cb73 1346%files libXvMC-nouveau
875da849 1347%defattr(644,root,root,755)
46cee963 1348%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0.0
04c3cb73 1349%attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
80fb8e4d 1350%endif
04c3cb73 1351
56313830 1352%if %{with gallium_radeon}
04c3cb73
JB
1353%files libXvMC-r600
1354%defattr(644,root,root,755)
46cee963 1355%attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0.0
04c3cb73 1356%attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
c3f739d4 1357%endif
ebff9a35 1358
3f1b1b5d 1359%if %{with va}
ebff9a35 1360%files -n libva-driver-gallium
3f1b1b5d 1361%defattr(644,root,root,755)
ebff9a35 1362%attr(755,root,root) %{_libdir}/libva/dri/gallium_drv_video.so
56313830 1363%endif
56313830 1364%endif
afe33c03 1365
d3cd778a
JB
1366%if %{with gbm}
1367%files libgbm
1368%defattr(644,root,root,755)
1369%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1370%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
1371%if %{with gallium}
deb41977 1372%dir %{_libdir}/gallium-pipe
ebff9a35 1373%endif
d3cd778a
JB
1374
1375%files libgbm-devel
1376%defattr(644,root,root,755)
1377%attr(755,root,root) %{_libdir}/libgbm.so
1378%{_includedir}/gbm.h
1379%{_pkgconfigdir}/gbm.pc
1380%endif
1381
1382%if %{with gallium}
1383%if %{with gallium_intel}
1384%files gbm-driver-i915
1385%defattr(644,root,root,755)
deb41977 1386%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
d3cd778a
JB
1387%endif
1388
1389%if %{with gallium_nouveau}
1390%files gbm-driver-nouveau
1391%defattr(644,root,root,755)
deb41977 1392%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
d3cd778a
JB
1393%endif
1394
56313830 1395%if %{with gallium_radeon}
d3cd778a
JB
1396%files gbm-driver-r300
1397%defattr(644,root,root,755)
deb41977 1398%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
d3cd778a
JB
1399
1400%files gbm-driver-r600
1401%defattr(644,root,root,755)
deb41977 1402%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
d3cd778a 1403
3dc87f1a
AM
1404%files gbm-driver-radeonsi
1405%defattr(644,root,root,755)
deb41977 1406%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
56313830 1407%endif
3dc87f1a 1408
e5bc9334
JB
1409%files gbm-driver-swrast
1410%defattr(644,root,root,755)
deb41977 1411%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
e5bc9334 1412
d3cd778a
JB
1413%files gbm-driver-vmwgfx
1414%defattr(644,root,root,755)
deb41977 1415%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
d3cd778a
JB
1416%endif
1417
c7f22387
JB
1418%files libglapi
1419%defattr(644,root,root,755)
1420%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1421%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1422# libglapi-devel? nothing seems to need it atm.
1423#%attr(755,root,root) %{_libdir}/libglapi.so
1424
24b30bc6
JB
1425%if %{with wayland}
1426%files libwayland-egl
1427%defattr(644,root,root,755)
1428%attr(755,root,root) %{_libdir}/libwayland-egl.so.*.*
1429%attr(755,root,root) %ghost %{_libdir}/libwayland-egl.so.1
1430
1431%files libwayland-egl-devel
1432%defattr(644,root,root,755)
1433%attr(755,root,root) %{_libdir}/libwayland-egl.so
1434%{_pkgconfigdir}/wayland-egl.pc
1435%endif
1436
a651d613
JB
1437%if %{with xa}
1438%files libxatracker
1439%defattr(644,root,root,755)
1440%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
0d8bac2a 1441%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
a651d613
JB
1442
1443%files libxatracker-devel
1444%defattr(644,root,root,755)
1445%attr(755,root,root) %{_libdir}/libxatracker.so
1446%{_includedir}/xa_composite.h
1447%{_includedir}/xa_context.h
1448%{_includedir}/xa_tracker.h
1449%{_pkgconfigdir}/xatracker.pc
1450%endif
1451
166bc93f
JB
1452%if %{with egl}
1453%files khrplatform-devel
1454%defattr(644,root,root,755)
1455%dir %{_includedir}/KHR
1456%{_includedir}/KHR/khrplatform.h
1457%endif
1458
afe33c03 1459%files dri-driver-ati-radeon-R100
1460%defattr(644,root,root,755)
1461%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1462
1463%files dri-driver-ati-radeon-R200
1464%defattr(644,root,root,755)
1465%attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1466
c3f739d4 1467%if %{with gallium}
56313830 1468%if %{with gallium_radeon}
afe33c03 1469%files dri-driver-ati-radeon-R300
1470%defattr(644,root,root,755)
1471%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1472
e68936d0
AM
1473%files dri-driver-ati-radeon-R600
1474%defattr(644,root,root,755)
1475%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1476
3dc87f1a
AM
1477%files dri-driver-ati-radeon-SI
1478%defattr(644,root,root,755)
1479%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
56313830
AM
1480%endif
1481%endif
3dc87f1a 1482
afe33c03 1483%files dri-driver-intel-i915
1484%defattr(644,root,root,755)
5f574b4b 1485%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
afe33c03 1486
b360f4f6 1487%files dri-driver-intel-i965
1488%defattr(644,root,root,755)
1489%attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1490
3e88bc92
AM
1491%files dri-driver-nouveau
1492%defattr(644,root,root,755)
5b103bd4
JB
1493%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1494%if %{with gallium_nouveau}
3e88bc92 1495%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
a7a3223c 1496%endif
3e88bc92 1497
f3606317
AM
1498%files dri-driver-swrast
1499%defattr(644,root,root,755)
e22d206b 1500%if %{with gallium}
56313830 1501%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
e22d206b 1502%endif
f3606317
AM
1503%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1504
bb5f0825 1505%if %{with gallium}
e68936d0
AM
1506%files dri-driver-vmwgfx
1507%defattr(644,root,root,755)
9c4e4073 1508%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
bb5f0825 1509%endif
9bfb354d 1510
1f730540
JB
1511%if %{with nine}
1512%files d3d
1513%defattr(644,root,root,755)
1514%dir %{_libdir}/d3d
1515%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1516
1517%files d3d-devel
1518%defattr(644,root,root,755)
1519%{_includedir}/d3dadapter
1520%{_pkgconfigdir}/d3d.pc
1521%endif
1522
c3f739d4 1523%if %{with gallium}
04c3cb73
JB
1524# ldconfig is not used in vdpau tree, so package all symlinks
1525%if %{with gallium_nouveau}
1526%files -n libvdpau-driver-mesa-nouveau
1527%defattr(644,root,root,755)
46cee963 1528%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
04c3cb73
JB
1529%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1530%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1531%endif
1532
56313830 1533%if %{with gallium_radeon}
ebff9a35
AM
1534%files -n libvdpau-driver-mesa-r300
1535%defattr(644,root,root,755)
1536%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
1537%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
1538%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
1539
04c3cb73
JB
1540%files -n libvdpau-driver-mesa-r600
1541%defattr(644,root,root,755)
46cee963 1542%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
9bfb354d
AM
1543%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
1544%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
04c3cb73 1545
3dc87f1a
AM
1546%files -n libvdpau-driver-mesa-radeonsi
1547%defattr(644,root,root,755)
46cee963 1548%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
3dc87f1a
AM
1549%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
1550%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
c3f739d4 1551%endif
56313830 1552%endif
4bacd84c
JB
1553
1554%if %{with gallium} && %{with omx}
56313830
AM
1555%files -n omxil-mesa
1556%defattr(644,root,root,755)
1557%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
56313830 1558%endif
This page took 0.500558 seconds and 4 git commands to generate.