]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa.spec
more OpenGL 4.5
[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)
3b1b1d06 7# - libglvnd?
0cb33a09 8#
6299b3cd 9# Conditional build:
5eb992a8 10%bcond_without gallium # gallium drivers
6e049c9d 11%bcond_with gallium_i915 # gallium i915 Intel 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
435cda76 35%define libdrm_ver 2.4.66
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 41%if %{without gallium}
6e049c9d 42%undefine with_gallium_i915
12cbb35f
JR
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
175718fb 57%define rel 1
e1833810 58Summary: Free OpenGL implementation
54181d82 59Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
e9b3ff7a 60Name: Mesa
581b61d2 61Version: 13.0.0
22344c48 62Release: 1
3dc87f1a 63License: MIT (core) and others - see license.html file
e9b3ff7a 64Group: X11/Libraries
55da7721 65Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}.tar.xz
581b61d2 66# Source0-md5: 8c4ca7da1be2b8f9a877db09304335a4
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
075ec3a3 85%{?with_gallium_radeon:BuildRequires: llvm-devel >= 3.6}
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}
581b61d2 220Provides: OpenGL = 4.5
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
f4c7ba0d 265Provides: OpenGL-devel = 4.5
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}
f4c7ba0d 284Provides: OpenGL-static = 4.5
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
0b61c751 526Summary(pl.UTF-8): Sterowniki VA do Gallium
ebff9a35 527Group: Libraries
0b61c751
JK
528%if %{with gallium_radeon}
529Requires: libva-driver-r600
530Requires: libva-driver-radeonsi
531%endif
532%if %{with gallium_nouveau}
533Requires: libva-driver-nouveau
534%endif
ebff9a35
AM
535
536%description -n libva-driver-gallium
0b61c751 537VA drivers for Gallium State Tracker (r600, radeonsi & nouveau).
ebff9a35
AM
538
539%description -n libva-driver-gallium -l pl.UTF-8
0b61c751
JK
540Sterowniki VA do Gallium (r600, radeonsi & nouveau).
541
542%package -n libva-driver-r600
543Summary: VA driver for ATI Radeon R600 series adapters
544Summary(pl.UTF-8): Sterownik VA dla kart ATI Radeon z serii R600
545Group: Libraries
59b29c4c 546Requires: libva >= 1.6.0
0b61c751
JK
547
548%description -n libva-driver-r600
549VA driver for ATI Radeon R600 series adapters.
550
551%description -n libva-driver-r600 -l pl.UTF-8
552Sterownik VA dla kart ATI Radeon z serii R600.
553
554%package -n libva-driver-radeonsi
555Summary: VA driver for ATI Radeon SI adapters
556Summary(pl.UTF-8): Sterownik VA dla kart ATI Radeon SI
557Group: Libraries
59b29c4c 558Requires: libva >= 1.6.0
0b61c751
JK
559
560%description -n libva-driver-radeonsi
561VA driver for ATI Radeon adapters based on Southern Islands chips.
562
563%description -n libva-driver-radeonsi -l pl.UTF-8
564Sterownik VA dla kart ATI Radeon opartych na układach Southern Islands.
565
566%package -n libva-driver-nouveau
567Summary: VA driver for NVidia adapters
568Summary(pl.UTF-8): Sterownik VA dla kart NVidia
569Group: Libraries
59b29c4c 570Requires: libva >= 1.6.0
0b61c751
JK
571
572%description -n libva-driver-nouveau
573VA driver for NVidia adapters.
574
575%description -n libva-driver-nouveau -l pl.UTF-8
576Sterownik VA dla kart NVidia.
ebff9a35 577
d3cd778a
JB
578%package libgbm
579Summary: Mesa Graphics Buffer Manager library
580Summary(pl.UTF-8): Biblioteka Mesa Graphics Buffer Manager
581Group: Libraries
e0e9f02c 582Requires: %{name}-libglapi = %{version}-%{release}
4328392c 583Requires: udev-libs >= 1:151
72a183c7 584Conflicts: Mesa-libEGL < 8.0.1-2
d3cd778a
JB
585
586%description libgbm
587Mesa Graphics Buffer Manager library.
588
589%description libgbm -l pl.UTF-8
590Biblioteka Mesa Graphics Buffer Manager (zarządcy bufora graficznego).
591
592%package libgbm-devel
593Summary: Header file for Mesa Graphics Buffer Manager library
594Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager
595Group: Development/Libraries
596Requires: %{name}-libgbm = %{version}-%{release}
4328392c 597Requires: udev-devel >= 1:151
d3cd778a
JB
598
599%description libgbm-devel
600Header file for Mesa Graphics Buffer Manager library.
601
602%description libgbm-devel -l pl.UTF-8
603Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager (zarządcy
604bufora graficznego).
605
c7f22387
JB
606%package libglapi
607Summary: Mesa GL API shared library
608Summary(pl.UTF-8): Biblioteka współdzielona Mesa GL API
609Group: Libraries
72a183c7 610Conflicts: Mesa-libEGL < 8.0.1-2
c7f22387
JB
611
612%description libglapi
613Mesa GL API shared library, common for various APIs (EGL, GL, GLES).
614
615%description libglapi -l pl.UTF-8
616Biblioteka współdzielona Mesa GL API, wspólna dla różnych API (EGL,
617GL, GLES).
618
24b30bc6
JB
619%package libwayland-egl
620Summary: Wayland EGL library
621Summary(pl.UTF-8): Biblioteka Wayland EGL
622Group: Libraries
623Requires: libdrm >= %{libdrm_ver}
624
625%description libwayland-egl
626Wayland EGL platform library.
627
628%description libwayland-egl -l pl.UTF-8
629Biblioteka platformy EGL Wayland.
630
631%package libwayland-egl-devel
632Summary: Development files for Wayland EGL library
633Summary(pl.UTF-8): Pliki programistyczne biblioteki Wayland EGL
634Group: Development/Libraries
635Requires: %{name}-libwayland-egl = %{version}-%{release}
636Requires: libdrm-devel >= %{libdrm_ver}
24b30bc6
JB
637
638%description libwayland-egl-devel
639Development files for Wayland EGL platform library.
640
641%description libwayland-egl-devel -l pl.UTF-8
642Pliki programistyczne biblioteki platformy EGL Wayland.
643
a651d613
JB
644%package libxatracker
645Summary: Xorg Gallium3D accelleration library
646Summary(pl.UTF-8): Biblioteka akceleracji Gallium3D dla Xorg
647Group: X11/Libraries
c7f22387 648Requires: libdrm >= %{libdrm_ver}
a651d613
JB
649
650%description libxatracker
651Xorg Gallium3D accelleration library (used by new vmwgfx driver).
652
653%description libxatracker -l pl.UTF-8
654Biblioteka akceleracji Gallium3D dla Xorg (używana przez nowy
655sterownik vmwgfx).
656
657%package libxatracker-devel
658Summary: Header files for Xorg Gallium3D accelleration library
659Summary(pl.UTF-8): Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg
660Group: X11/Development/Libraries
661Requires: %{name}-libxatracker = %{version}-%{release}
c7f22387 662Requires: libdrm-devel >= %{libdrm_ver}
a651d613
JB
663
664%description libxatracker-devel
665Header files for Xorg Gallium3D accelleration library.
666
667%description libxatracker-devel -l pl.UTF-8
668Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg.
669
166bc93f
JB
670%package khrplatform-devel
671Summary: Khronos platform header file
672Summary(pl.UTF-8): Plik nagłówkowy platformy Khronos
673Group: Development/Libraries
72a183c7 674Conflicts: Mesa-libEGL-devel < 8.0.1-2
166bc93f
JB
675
676%description khrplatform-devel
677Khronos platform header file.
678
679%description khrplatform-devel -l pl.UTF-8
680Plik nagłówkowy platformy Khronos.
681
afe33c03 682%package dri-driver-ati-radeon-R100
362c6f99
JB
683Summary: X.org DRI driver for ATI R100 card family
684Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R100
f4a8c5f6 685License: MIT
18da5046 686Group: X11/Libraries
83c21438 687Requires: xorg-driver-video-ati
d70abe90
JB
688Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
689Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 690Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 691
692%description dri-driver-ati-radeon-R100
362c6f99 693X.org DRI driver for ATI R100 card family (Radeon 7000-7500).
afe33c03 694
f77f03b8 695%description dri-driver-ati-radeon-R100 -l pl.UTF-8
362c6f99 696Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500).
afe33c03 697
698%package dri-driver-ati-radeon-R200
362c6f99
JB
699Summary: X.org DRI driver for ATI R200 card family
700Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R200
f4a8c5f6 701License: MIT
18da5046 702Group: X11/Libraries
83c21438 703Requires: xorg-driver-video-ati
d70abe90
JB
704Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
705Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 706Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 707
708%description dri-driver-ati-radeon-R200
362c6f99 709X.org DRI driver for ATI R200 card family (Radeon 8500-92xx)
afe33c03 710
f77f03b8 711%description dri-driver-ati-radeon-R200 -l pl.UTF-8
362c6f99 712Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx).
afe33c03 713
714%package dri-driver-ati-radeon-R300
362c6f99
JB
715Summary: X.org DRI driver for ATI R300 card family
716Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R300
f4a8c5f6 717License: MIT
18da5046 718Group: X11/Libraries
83c21438 719Requires: xorg-driver-video-ati
d70abe90
JB
720Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
721Requires: xorg-xserver-server >= %{xserver_ver}
8e26093b 722Obsoletes: X11-driver-radeon-dri < 1:7.0.0
afe33c03 723
724%description dri-driver-ati-radeon-R300
04c3cb73 725X.org DRI driver for ATI R300/R400/RS690/R500 card family.
afe33c03 726
f77f03b8 727%description dri-driver-ati-radeon-R300 -l pl.UTF-8
04c3cb73 728Sterownik X.org DRI dla rodziny kart ATI R300/R400/RS690/R500.
afe33c03 729
e68936d0
AM
730%package dri-driver-ati-radeon-R600
731Summary: X.org DRI driver for ATI R600 card family
732Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R600
733License: MIT
734Group: X11/Libraries
735Requires: radeon-ucode
736Requires: xorg-driver-video-ati
737Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
738Requires: xorg-xserver-server >= %{xserver_ver}
739
740%description dri-driver-ati-radeon-R600
04c3cb73 741X.org DRI driver for ATI R600/R700 card family.
e68936d0
AM
742
743%description dri-driver-ati-radeon-R600 -l pl.UTF-8
04c3cb73 744Sterownik X.org DRI dla rodziny kart ATI R600/R700.
e68936d0 745
3dc87f1a
AM
746%package dri-driver-ati-radeon-SI
747Summary: X.org DRI driver for ATI Southern Islands card family
748Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI Southern Islands
749License: MIT
750Group: X11/Libraries
751Requires: radeon-ucode
752Requires: xorg-driver-video-ati
753Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
754Requires: xorg-xserver-server >= %{xserver_ver}
755
756%description dri-driver-ati-radeon-SI
757X.org DRI driver for ATI Southern Islands card family.
758
759%description dri-driver-ati-radeon-SI -l pl.UTF-8
760Sterownik X.org DRI dla rodziny kart ATI Southern Islands.
761
f31a332e
JB
762%package dri-driver-freedreno
763Summary: X.org DRI driver for Adreno chips
764Summary(pl.UTF-8): Sterownik X.org DRI dla układów Adreno
765License: MIT
766Group: X11/Libraries
767Requires: xorg-driver-video-freedreno
768Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
769Requires: xorg-xserver-server >= %{xserver_ver}
770
771%description dri-driver-freedreno
772X.org DRI driver for Adreno chips.
773
774%description dri-driver-freedreno -l pl.UTF-8
775Sterownik X.org DRI dla układów Adreno.
776
afe33c03 777%package dri-driver-intel-i915
362c6f99
JB
778Summary: X.org DRI driver for Intel i915 card family
779Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i915
f4a8c5f6 780License: MIT
18da5046 781Group: X11/Libraries
d70abe90
JB
782Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
783Requires: xorg-xserver-server >= %{xserver_ver}
2db432a2 784Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 785Obsoletes: X11-driver-i810-dri < 1:7.0.0
afe33c03 786
787%description dri-driver-intel-i915
04c3cb73
JB
788X.org DRI driver for Intel i915 card family (915, 945, G33, Q33, Q35,
789Pineview).
afe33c03 790
f77f03b8 791%description dri-driver-intel-i915 -l pl.UTF-8
04c3cb73
JB
792Sterownik X.org DRI dla rodziny kart Intel i915 (915, 945, G33, Q33,
793Q35, Pineview).
afe33c03 794
b360f4f6 795%package dri-driver-intel-i965
362c6f99
JB
796Summary: X.org DRI driver for Intel i965 card family
797Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i965
f4a8c5f6 798License: MIT
b360f4f6 799Group: X11/Libraries
d70abe90
JB
800Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
801Requires: xorg-xserver-server >= %{xserver_ver}
b360f4f6 802Obsoletes: Mesa-dri-driver-intel-i830
8e26093b 803Obsoletes: X11-driver-i810-dri < 1:7.0.0
b360f4f6 804
805%description dri-driver-intel-i965
04c3cb73
JB
806X.org DRI driver for Intel i965 card family (946GZ, 965G, 965Q, 965GM,
807965GME, GM45, G41, B43, Q45, G45);
b360f4f6 808
f77f03b8 809%description dri-driver-intel-i965 -l pl.UTF-8
04c3cb73
JB
810Sterownik X.org DRI dla rodziny kart Intel i965 (946GZ, 965G, 965Q,
811965GM, 965GME, GM45, G41, B43, Q45, G45).
b360f4f6 812
6e049c9d 813%package dri-driver-intel-ilo
6f955018
JB
814Summary: X.org DRI driver for Intel chips family
815Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny układów firmy Intel
6e049c9d
AM
816License: MIT
817Group: X11/Libraries
818Requires: xorg-driver-video-intel
819Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
820Requires: xorg-xserver-server >= %{xserver_ver}
821
822%description dri-driver-intel-ilo
6f955018
JB
823X.org DRI driver for Intel chips family. It supports Cherryview/
824Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge chips.
6e049c9d
AM
825
826%description dri-driver-intel-ilo -l pl.UTF-8
6f955018
JB
827Sterownik X.org DRI dla rodziny układów firmy Intel. Obsługuje układy
828Cherryview/Broadwell/Bay Trail/Haswell/Ivybdidge/Sandybridge.
6e049c9d 829
3e88bc92
AM
830%package dri-driver-nouveau
831Summary: X.org DRI driver for NVIDIA card family
832Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart NVIDIA
833License: MIT
834Group: X11/Libraries
835Requires: xorg-driver-video-nouveau
836Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
837Requires: xorg-xserver-server >= %{xserver_ver}
838
839%description dri-driver-nouveau
840X.org DRI drivers for NVIDIA card family.
841
842%description dri-driver-nouveau -l pl.UTF-8
843Sterowniki X.org DRI dla rodziny kart NVIDIA.
844
f3606317 845%package dri-driver-swrast
362c6f99
JB
846Summary: X.org DRI software rasterizer driver
847Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe
f3606317
AM
848License: MIT
849Group: X11/Libraries
d70abe90
JB
850Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
851Requires: xorg-xserver-server >= %{xserver_ver}
f3606317
AM
852
853%description dri-driver-swrast
362c6f99 854X.org DRI software rasterizer driver.
f3606317
AM
855
856%description dri-driver-swrast -l pl.UTF-8
362c6f99 857Sterownik X.org DRI obsługujący rysowanie programowe.
f3606317 858
f31a332e
JB
859%package dri-driver-vc4
860Summary: X.org DRI driver for Broadcom VC4 chips
861Summary(pl.UTF-8): Sterownik X.org DRI dla układów Broadcom VC4
862License: MIT
863Group: X11/Libraries
864Requires: xorg-driver-video-modesetting
865Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
866Requires: xorg-xserver-server >= %{xserver_ver}
867
868%description dri-driver-vc4
869X.org DRI driver for Broadcom VC4 chips.
870
871%description dri-driver-vc4 -l pl.UTF-8
872Sterownik X.org DRI dla układów Broadcom VC4.
873
6e049c9d
AM
874%package dri-driver-virgl
875Summary: X.org DRI driver for QEMU VirGL
876Summary(pl.UTF-8): Sterownik X.org DRI dla QEMU VirGL
877License: MIT
878Group: X11/Libraries
879Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
880Requires: xorg-xserver-server >= %{xserver_ver}
881
882%description dri-driver-virgl
883X.org DRI driver for QEMU VirGL.
884
885%description dri-driver-virgl -l pl.UTF-8
886Sterownik X.org DRI dla QEMU VirGL.
887
e68936d0
AM
888%package dri-driver-vmwgfx
889Summary: X.org DRI driver for VMware
890Summary(pl.UTF-8): Sterownik X.org DRI dla VMware
891License: MIT
892Group: X11/Libraries
0f9ae6ae 893Requires: xorg-driver-video-vmware
e68936d0
AM
894Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
895Requires: xorg-xserver-server >= %{xserver_ver}
896
897%description dri-driver-vmwgfx
898X.org DRI driver for VMWare.
899
900%description dri-driver-vmwgfx -l pl.UTF-8
901Sterownik X.org DRI dla VMware.
902
6f955018
JB
903%package pipe-driver-i915
904Summary: i915 driver for Mesa Gallium dynamic pipe loader
905Summary(pl.UTF-8): Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
906Group: Libraries
907Obsoletes: Mesa-gbm-driver-i915
908Obsoletes: Mesa-opencl-driver-i915
909
910%description pipe-driver-i915
911i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
912915/945/G33/Q33/Q35/Pineview chips.
913
914%description pipe-driver-i915 -l pl.UTF-8
915Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
916Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
917
918%package pipe-driver-i965
919Summary: i965 (ilo) driver for Mesa Gallium dynamic pipe loader
920Summary(pl.UTF-8): Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa Gallium
921Group: Libraries
922
923%description pipe-driver-i965
924i965 (ilo) driver for Mesa Gallium dynamic pipe loader. It supports
925Intel Cherryview/Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge
926chips.
927
928%description pipe-driver-i965 -l pl.UTF-8
929Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa
930Gallium. Obsługuje układy Intela Cherryview/Broadwell/Bay Trail/
931Haswell/Ivybdidge/Sandybridge.
932
933%package pipe-driver-msm
934Summary: msm (freedreno) driver for Mesa Gallium dynamic pipe loader
935Summary(pl.UTF-8): Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
936Group: Libraries
937
938%description pipe-driver-msm
939msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
940supports Adreno chips.
941
942%description pipe-driver-msm -l pl.UTF-8
943Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
944Mesa Gallium. Obsługuje układy Adreno.
945
946%package pipe-driver-nouveau
947Summary: nouveau driver for Mesa Gallium dynamic pipe loader
948Summary(pl.UTF-8): Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
949Group: Libraries
950Obsoletes: Mesa-gbm-driver-nouveau
951Obsoletes: Mesa-opencl-driver-nouveau
952
953%description pipe-driver-nouveau
954nouveau driver for Mesa Gallium dynamic pipe loader. It supports
955NVidia adapters.
956
957%description pipe-driver-nouveau -l pl.UTF-8
958Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
959Gallium. Obsługuje karty graficzne firmy NVidia.
960
961%package pipe-driver-r300
962Summary: r300 driver for Mesa Gallium dynamic pipe loader
963Summary(pl.UTF-8): Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
964Group: Libraries
965Obsoletes: Mesa-gbm-driver-r300
966Obsoletes: Mesa-opencl-driver-r300
967
968%description pipe-driver-r300
969r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
970Radeon adapters based on R300/R400/RS690/R500 chips.
971
972%description pipe-driver-r300 -l pl.UTF-8
973Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
974Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
975R300/R400/RS690/R500.
976
977%package pipe-driver-r600
978Summary: r600 driver for Mesa Gallium dynamic pipe loader
979Summary(pl.UTF-8): Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
980Group: Libraries
981Obsoletes: Mesa-gbm-driver-r600
982Obsoletes: Mesa-libllvmradeon
983Obsoletes: Mesa-opencl-driver-r600
984
985%description pipe-driver-r600
986r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
987Radeon adapters based on R600/R700 chips.
988
989%description pipe-driver-r600 -l pl.UTF-8
990Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
991Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
992R600/R700.
993
994%package pipe-driver-radeonsi
995Summary: radeonsi driver for Mesa Gallium dynamic pipe loader
996Summary(pl.UTF-8): Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
997Group: Libraries
998Obsoletes: Mesa-gbm-driver-radeonsi
999Obsoletes: Mesa-libllvmradeon
1000Obsoletes: Mesa-opencl-driver-radeonsi
1001
1002%description pipe-driver-radeonsi
1003radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
1004Radeon adapters based on Southern Islands chips.
1005
1006%description pipe-driver-radeonsi -l pl.UTF-8
1007Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
1008Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1009Southern Islands.
1010
1011%package pipe-driver-swrast
1012Summary: Software (swrast) driver for Mesa Gallium dynamic pipe loader
1013Summary(pl.UTF-8): Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1014Group: Libraries
1015Obsoletes: Mesa-gbm-driver-swrast
1016Obsoletes: Mesa-opencl-driver-swrast
1017
1018%description pipe-driver-swrast
1019Software (swrast) driver for Mesa Gallium dynamic pipe loader.
1020
1021%description pipe-driver-swrast -l pl.UTF-8
1022Sterownik programowy (swrast) dla dynamicznego systemu potoków
1023szkieletu Mesa Gallium.
1024
1025%package pipe-driver-vmwgfx
1026Summary: vmwgfx driver for Mesa Gallium dynamic pipe loader
1027Summary(pl.UTF-8): Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
1028Group: Libraries
1029Obsoletes: Mesa-gbm-driver-vmwgfx
1030Obsoletes: Mesa-opencl-driver-vmwgfx
1031
1032%description pipe-driver-vmwgfx
1033vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
1034virtual video adapter.
1035
1036%description pipe-driver-vmwgfx -l pl.UTF-8
1037Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
1038Gallium. Obsługuje wirtualną kartę graficzną VMware.
1039
1f730540
JB
1040%package d3d
1041Summary: Nine Direct3D9 driver (for Wine)
1042Summary(pl.UTF-8): Sterownik Direct3D9 Nine (dla Wine)
1043Group: Libraries
1044Requires: libdrm >= %{libdrm_ver}
1045
1046%description d3d
1047Nine Direct3D9 driver (for Wine).
1048
1049%description d3d -l pl.UTF-8
1050Sterownik Direct3D9 Nine (dla Wine).
1051
1052%package d3d-devel
1053Summary: Nine Direct3D9 driver API
1054Summary(pl.UTF-8): API sterownika Direct3D9 Nine
1055Group: Development/Libraries
1056Requires: libdrm-devel >= %{libdrm_ver}
1057
1058%description d3d-devel
1059Nine Direct3D9 driver API.
1060
1061%description d3d-devel -l pl.UTF-8
1062API sterownika Direct3D9 Nine.
1063
04c3cb73
JB
1064%package -n libvdpau-driver-mesa-nouveau
1065Summary: Mesa nouveau driver for the vdpau API
1066Summary(pl.UTF-8): Sterownik Mesa nouveau dla API vdpau
9bfb354d
AM
1067License: MIT
1068Group: X11/Libraries
8eb275e9 1069Requires: libdrm >= %{libdrm_ver}
7731a383 1070Requires: libvdpau >= 1.1
04c3cb73 1071Conflicts: libvdpau-driver-mesa
9bfb354d 1072
04c3cb73
JB
1073%description -n libvdpau-driver-mesa-nouveau
1074Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1075(NV40-NV96, NVa0).
9bfb354d 1076
04c3cb73
JB
1077%description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1078Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1079(NV40-NV96, NVa0).
9bfb354d 1080
ebff9a35
AM
1081%package -n libvdpau-driver-mesa-r300
1082Summary: Mesa r300 driver for the vdpau API
1083Summary(pl.UTF-8): Sterownik Mesa r300 dla API vdpau
1084License: MIT
1085Group: X11/Libraries
1086Requires: libdrm >= %{libdrm_ver}
7731a383 1087Requires: libvdpau >= 1.1
ebff9a35
AM
1088Conflicts: libvdpau-driver-mesa
1089
1090%description -n libvdpau-driver-mesa-r300
1091Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
1092based on R300 chips.
1093
1094%description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
1095Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
1096na układach R300.
1097
04c3cb73
JB
1098%package -n libvdpau-driver-mesa-r600
1099Summary: Mesa r600 driver for the vdpau API
1100Summary(pl.UTF-8): Sterownik Mesa r600 dla API vdpau
1101License: MIT
1102Group: X11/Libraries
1103Requires: libdrm >= %{libdrm_ver}
7731a383 1104Requires: libvdpau >= 1.1
04c3cb73
JB
1105Conflicts: libvdpau-driver-mesa
1106
1107%description -n libvdpau-driver-mesa-r600
1108Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1109based on R600/R700 chips.
1110
1111%description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1112Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1113na układach R600/R700.
1114
3dc87f1a
AM
1115%package -n libvdpau-driver-mesa-radeonsi
1116Summary: Mesa radeonsi driver for the vdpau API
1117Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API vdpau
1118License: MIT
1119Group: X11/Libraries
1120Requires: libdrm >= %{libdrm_ver}
7731a383 1121Requires: libvdpau >= 1.1
3dc87f1a 1122Conflicts: libvdpau-driver-mesa
5b8e9162 1123Obsoletes: Mesa-libllvmradeon
3dc87f1a
AM
1124
1125%description -n libvdpau-driver-mesa-radeonsi
0784ce78
JB
1126Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1127adapters based on Southern Islands chips.
3dc87f1a
AM
1128
1129%description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
0784ce78
JB
1130Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1131oparte na układach Southern Islands.
3dc87f1a 1132
56313830
AM
1133%package -n omxil-mesa
1134Summary: Mesa driver for Bellagio OpenMAX IL API
1135Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1136License: MIT
1137Group: X11/Libraries
1138Requires: libdrm >= %{libdrm_ver}
1139Requires: libxcb >= 1.8
1140Requires: libomxil-bellagio
c45391bc
JB
1141Obsoletes: omxil-mesa-nouveau
1142Obsoletes: omxil-mesa-r600
1143Obsoletes: omxil-mesa-radeonsi
56313830
AM
1144
1145%description -n omxil-mesa
1146Mesa driver for Bellagio OpenMAX IL API.
1147
1148%description -n omxil-mesa -l pl.UTF-8
1149Sterownik Mesa dla API Bellagio OpenMAX IL.
1150
4bacd84c
JB
1151%package -n omxil-mesa-nouveau
1152Summary: Mesa nouveau driver for Bellagio OpenMAX IL API
1153Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1154License: MIT
1155Group: X11/Libraries
1156Requires: libdrm >= %{libdrm_ver}
1157Requires: libxcb >= 1.8
1158Requires: libomxil-bellagio
1159
1160%description -n omxil-mesa-nouveau
1161Mesa nouveau driver for Bellagio OpenMAX IL API. It supports NVidia
1162adapters (NV40-NV96, NVa0).
1163
1164%description -n omxil-mesa-nouveau -l pl.UTF-8
1165Sterownik Mesa nouveau dla API Bellagio OpenMAX IL. Obsługuje karty
1166NVidia (NV40-NV96, NVa0).
1167
1168%package -n omxil-mesa-r600
1169Summary: Mesa r600 driver for Bellagio OpenMAX IL API
1170Summary(pl.UTF-8): Sterownik Mesa r600 dla API Bellagio OpenMAX IL
1171License: MIT
1172Group: X11/Libraries
1173Requires: libdrm >= %{libdrm_ver}
1174Requires: libxcb >= 1.8
1175Requires: libomxil-bellagio
1176
1177%description -n omxil-mesa-r600
1178Mesa r600 driver for Bellagio OpenMAX IL API. It supports ATI Radeon
1179adapters based on R600/R700 chips.
1180
1181%description -n omxil-mesa-r600 -l pl.UTF-8
1182Sterownik Mesa r600 dla API Bellagio OpenMAX IL. Obsługuje karty ATI
1183Radeon oparte na układach R600/R700.
1184
1185%package -n omxil-mesa-radeonsi
1186Summary: Mesa radeonsi driver for Bellagio OpenMAX IL API
1187Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL
1188License: MIT
1189Group: X11/Libraries
1190Requires: libdrm >= %{libdrm_ver}
1191Requires: libxcb >= 1.8
1192Requires: libomxil-bellagio
1193
1194%description -n omxil-mesa-radeonsi
1195Mesa radeonsi driver for Bellagio OpenMAX IL API. It supports ATI
1196Radeon adapters based on Southern Islands chips.
1197
1198%description -n omxil-mesa-radeonsi -l pl.UTF-8
1199Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL. Obsługuje karty
1200ATI Radeon oparte na układach Southern Islands.
1201
075ec3a3
JK
1202%package vulkan-icd-intel
1203Summary: Mesa Vulkan driver for Intel GPUs
3b1b1d06 1204Summary(pl.UTF-8): Sterownik Vulkan dla GPU firmy Intel
075ec3a3
JK
1205License: MIT
1206Group: Libraries
1207Suggests: vulkan(loader)
1208Requires: libdrm >= %{libdrm_ver}
1209Provides: vulkan(icd) = 1.0.3
1210
1211%description vulkan-icd-intel
1212Mesa Vulkan driver for Intel GPUs.
1213
1214%description vulkan-icd-intel -l pl.UTF-8
1215Sterownik Vulkan dla GPU Intela.
1216
1217%package vulkan-icd-intel-devel
1218Summary: Header files for Mesa Intel GPU Vulkan driver
3b1b1d06 1219Summary(pl.UTF-8): Pliki nagłówkowe sterownika Vulkan dla GPU Intela
075ec3a3
JK
1220License: MIT
1221Group: Development/Libraries
1222Requires: %{name}-vulkan-icd-intel = %{version}-%{release}
1223
1224%description vulkan-icd-intel-devel
1225eader files for Mesa Intel GPU Vulkan driver.
1226
1227%description vulkan-icd-intel-devel -l pl.UTF-8
1228Pliki nagłówkowe sterownika Vulkan dla GPU Intel.
1229
a0b2836a 1230%prep
0bad6e58 1231%setup -q -n mesa-%{version}
a0b2836a 1232
1233%build
5853b3ab
JB
1234%{__libtoolize}
1235%{__aclocal} -I m4
bb686270 1236%{__autoconf}
5853b3ab 1237%{__automake}
a5afae62 1238
9bfb354d 1239dri_drivers="r200 radeon \
6e049c9d 1240%if %{without gallium_i915}
04c3cb73 1241i915 \
a5afae62 1242%endif
d9ca63e3
JB
1243i965 \
1244nouveau \
59f12de8
AM
1245%ifarch sparc sparcv9 sparc64
1246ffb \
6299b3cd 1247%endif
9bfb354d 1248swrast"
59f12de8
AM
1249
1250dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1251
c1d2b5e2 1252gallium_drivers="svga swrast \
6e049c9d 1253%if %{with gallium_i915}
c1d2b5e2 1254i915 \
c1d2b5e2 1255%endif
56313830 1256%if %{with gallium_radeon}
b8e6b6d7 1257r300 \
c1d2b5e2 1258r600 \
700470bd 1259radeonsi \
56313830 1260%endif
45300693 1261%if %{with gallium_nouveau}
0784ce78 1262nouveau
c1d2b5e2 1263%endif
6e049c9d
AM
1264ilo \
1265virgl \
f31a332e
JB
1266%ifarch arm
1267freedreno \
1268vc4 \
1269%endif
c1d2b5e2
AM
1270"
1271
1272gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1273
075ec3a3
JK
1274vulkan_drivers="intel"
1275
700470bd 1276%configure \
4799b78a 1277 --disable-silent-rules \
9bfb354d 1278 %{__enable gbm} \
b4a5c074 1279 --enable-glx-tls \
700470bd 1280 --enable-osmesa \
c885f99e 1281 --enable-selinux \
1f730540 1282 --enable-shared \
f566cdfa 1283 --enable-shared-glapi \
c885f99e 1284 %{?with_static_libs:--enable-static} \
3f1b1b5d 1285 %{?with_texture_float:--enable-texture-float} \
c885f99e
JB
1286%if %{with egl}
1287 --enable-egl \
1288 --enable-gles1 \
1289 --enable-gles2 \
24b30bc6 1290 --with-egl-platforms=x11%{?with_gbm:,drm}%{?with_wayland:,wayland} \
c885f99e 1291%endif
5f574b4b 1292%if %{with gallium}
9bfb354d 1293 --enable-gallium-llvm \
2fc49cce 1294 --enable-llvm-shared-libs \
ff879d59 1295 %{__enable ocl_icd opencl-icd} \
1f730540
JB
1296 %{?with_nine:--enable-nine} \
1297 %{__enable opencl} \
075ec3a3 1298 %{__enable va} \
9bfb354d 1299 --enable-vdpau \
4bacd84c 1300 %{?with_omx:--enable-omx} \
a651d613 1301 %{?with_xa:--enable-xa} \
9bfb354d 1302 --enable-xvmc \
c1d2b5e2 1303 --with-gallium-drivers=${gallium_drivers} \
5f574b4b 1304%else
5eb992a8 1305 --without-gallium-drivers \
5f574b4b 1306%endif
e481f96e
JR
1307 --with-dri-drivers=${dri_drivers} \
1308 --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
075ec3a3
JK
1309 --with-vulkan-drivers=${vulkan_drivers} \
1310 --with-vulkan-icddir=/usr/share/vulkan/icd.d \
1f88045a
JB
1311 --with-sha1=libnettle \
1312 --with-va-libdir=%{_libdir}/libva/dri
59f12de8
AM
1313
1314%{__make}
59f12de8 1315
34f695f1
AM
1316%{?with_tests:%{__make} check}
1317
a0b2836a 1318%install
f5543b17 1319rm -rf $RPM_BUILD_ROOT
ddde5931 1320
59f12de8
AM
1321%{__make} install \
1322 DESTDIR=$RPM_BUILD_ROOT
ddde5931 1323
80fb8e4d 1324# dlopened by soname
e22d206b
JR
1325%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so}
1326%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so.1.0}
c45391bc 1327# dlopened by soname or .so link
e22d206b 1328%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_*.so.1.0}
c7f22387 1329# not used externally
0d8bac2a 1330%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1cd368bc 1331# dlopened
4bacd84c 1332%{?with_omx:%{__rm} $RPM_BUILD_ROOT%{_libdir}/bellagio/libomx_*.la}
1f730540 1333%{?with_nine:%{__rm} $RPM_BUILD_ROOT%{_libdir}/d3d/d3dadapter9.la}
e22d206b 1334%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_*.la}
1cd368bc
JB
1335# not defined by standards; and not needed, there is pkg-config support
1336%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
075ec3a3
JK
1337
1338# these are provided by vulkan-devel
1339rm -r $RPM_BUILD_ROOT%{_includedir}/vulkan/{vk_platform.h,vulkan.h}
c1d2b5e2 1340
f56e1323
JR
1341# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1342# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1343strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1344
abc9e15f
JB
1345%clean
1346rm -rf $RPM_BUILD_ROOT
1347
bb686270
AM
1348%post libEGL -p /sbin/ldconfig
1349%postun libEGL -p /sbin/ldconfig
1350
f445ed6c
JB
1351%post libGL -p /sbin/ldconfig
1352%postun libGL -p /sbin/ldconfig
1353
c1d2b5e2
AM
1354%post libGLES -p /sbin/ldconfig
1355%postun libGLES -p /sbin/ldconfig
1356
c1d2b5e2
AM
1357%post libOSMesa -p /sbin/ldconfig
1358%postun libOSMesa -p /sbin/ldconfig
1359
e5bc9334
JB
1360%post libOpenCL -p /sbin/ldconfig
1361%postun libOpenCL -p /sbin/ldconfig
1362
c1d2b5e2
AM
1363%post libOpenVG -p /sbin/ldconfig
1364%postun libOpenVG -p /sbin/ldconfig
1365
04c3cb73
JB
1366%post libXvMC-nouveau -p /sbin/ldconfig
1367%postun libXvMC-nouveau -p /sbin/ldconfig
04c3cb73
JB
1368%post libXvMC-r600 -p /sbin/ldconfig
1369%postun libXvMC-r600 -p /sbin/ldconfig
9bfb354d 1370
d3cd778a
JB
1371%post libgbm -p /sbin/ldconfig
1372%postun libgbm -p /sbin/ldconfig
1373
c7f22387
JB
1374%post libglapi -p /sbin/ldconfig
1375%postun libglapi -p /sbin/ldconfig
1376
24b30bc6
JB
1377%post libwayland-egl -p /sbin/ldconfig
1378%postun libwayland-egl -p /sbin/ldconfig
1379
a651d613
JB
1380%post libxatracker -p /sbin/ldconfig
1381%postun libxatracker -p /sbin/ldconfig
1382
bb686270
AM
1383%if %{with egl}
1384%files libEGL
1385%defattr(644,root,root,755)
1386%attr(755,root,root) %{_libdir}/libEGL.so.*.*
c794b508 1387%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
bb686270
AM
1388
1389%files libEGL-devel
1390%defattr(644,root,root,755)
1391%attr(755,root,root) %{_libdir}/libEGL.so
bb686270
AM
1392%dir %{_includedir}/EGL
1393%{_includedir}/EGL/egl.h
1394%{_includedir}/EGL/eglext.h
56313830 1395%{_includedir}/EGL/eglextchromium.h
9bfb354d 1396%{_includedir}/EGL/eglmesaext.h
bb686270 1397%{_includedir}/EGL/eglplatform.h
bb686270
AM
1398%{_pkgconfigdir}/egl.pc
1399
c885f99e 1400%if %{with static_libs}
bb686270
AM
1401%files libEGL-static
1402%defattr(644,root,root,755)
1403%{_libdir}/libEGL.a
1404%endif
1405%endif
1406
f445ed6c 1407%files libGL
e9b3ff7a 1408%defattr(644,root,root,755)
3f1b1b5d 1409%doc docs/{*.html,README.UVD,patents.txt,relnotes/*.html}
9b0e6ebb
JB
1410%attr(755,root,root) %{_libdir}/libGL.so.*.*
1411%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
0cb33a09 1412# symlink for binary apps which fail to conform Linux OpenGL ABI
bf8d2f73 1413# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
0cb33a09 1414%attr(755,root,root) %{_libdir}/libGL.so
0d8bac2a 1415%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drirc
a0b2836a 1416
f445ed6c 1417%files libGL-devel
e9b3ff7a 1418%defattr(644,root,root,755)
5b8e9162 1419%doc docs/specs/*
debcd977 1420%dir %{_includedir}/GL
d3dd48bf 1421%{_includedir}/GL/gl.h
56313830 1422%{_includedir}/GL/glcorearb.h
e1833810 1423%{_includedir}/GL/glext.h
d3dd48bf 1424%{_includedir}/GL/gl_mangle.h
d3dd48bf 1425%{_includedir}/GL/glx.h
abc9e15f 1426%{_includedir}/GL/glxext.h
d3dd48bf 1427%{_includedir}/GL/glx_mangle.h
1ec0796e
AM
1428%dir %{_includedir}/GL/internal
1429%{_includedir}/GL/internal/dri_interface.h
59f12de8 1430%{_pkgconfigdir}/dri.pc
f4a8c5f6 1431%{_pkgconfigdir}/gl.pc
a0b2836a 1432
c885f99e 1433%if %{with static_libs}
278406ce
JB
1434%files libGL-static
1435%defattr(644,root,root,755)
1436%{_libdir}/libGL.a
1437%endif
1438
c1d2b5e2
AM
1439%files libGLES
1440%defattr(644,root,root,755)
cc59a107
JB
1441%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1442%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1443%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1444%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
c1d2b5e2
AM
1445
1446%files libGLES-devel
1447%defattr(644,root,root,755)
cc59a107
JB
1448%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1449%attr(755,root,root) %{_libdir}/libGLESv2.so
c1d2b5e2
AM
1450%{_includedir}/GLES
1451%{_includedir}/GLES2
46cee963 1452%{_includedir}/GLES3
cc59a107
JB
1453%{_pkgconfigdir}/glesv1_cm.pc
1454%{_pkgconfigdir}/glesv2.pc
c1d2b5e2 1455
f4a8c5f6
JB
1456%files libOSMesa
1457%defattr(644,root,root,755)
cc59a107 1458%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
9bfb354d 1459%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
f4a8c5f6
JB
1460
1461%files libOSMesa-devel
1462%defattr(644,root,root,755)
cc59a107 1463%attr(755,root,root) %{_libdir}/libOSMesa.so
f4a8c5f6 1464%{_includedir}/GL/osmesa.h
bf8d2f73 1465%{_pkgconfigdir}/osmesa.pc
f4a8c5f6 1466
c885f99e 1467%if %{with static_libs}
f4a8c5f6
JB
1468%files libOSMesa-static
1469%defattr(644,root,root,755)
cc59a107 1470%{_libdir}/libOSMesa.a
59f12de8 1471%endif
f4a8c5f6 1472
e5bc9334 1473%if %{with opencl}
ff879d59
JK
1474%if %{with ocl_icd}
1475%files OpenCL-icd
1476%defattr(644,root,root,755)
1477/etc/OpenCL/vendors/mesa.icd
1478%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1479%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1480%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
6f955018
JB
1481# currently only OpenCL uses dynamic pipe loader
1482%dir %{_libdir}/gallium-pipe
ff879d59 1483%else
e5bc9334
JB
1484%files libOpenCL
1485%defattr(644,root,root,755)
1486%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1487%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
6f955018
JB
1488# currently only OpenCL uses dynamic pipe loader
1489%dir %{_libdir}/gallium-pipe
e5bc9334
JB
1490
1491%files libOpenCL-devel
1492%defattr(644,root,root,755)
1493%attr(755,root,root) %{_libdir}/libOpenCL.so
1494%{_includedir}/CL
e5bc9334 1495%endif
ff879d59 1496%endif
e5bc9334 1497
ebff9a35 1498%if %{with egl} && %{with openvg} && %{with gallium}
c1d2b5e2
AM
1499%files libOpenVG
1500%defattr(644,root,root,755)
cc59a107 1501%attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.*
278406ce 1502%attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1
c1d2b5e2
AM
1503
1504%files libOpenVG-devel
1505%defattr(644,root,root,755)
278406ce 1506%attr(755,root,root) %{_libdir}/libOpenVG.so
c1d2b5e2 1507%{_includedir}/VG
c1d2b5e2
AM
1508%{_pkgconfigdir}/vg.pc
1509%endif
1510
c3f739d4 1511%if %{with gallium}
80fb8e4d 1512%if %{with gallium_nouveau}
04c3cb73 1513%files libXvMC-nouveau
875da849 1514%defattr(644,root,root,755)
46cee963 1515%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0.0
04c3cb73 1516%attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
80fb8e4d 1517%endif
04c3cb73 1518
56313830 1519%if %{with gallium_radeon}
04c3cb73
JB
1520%files libXvMC-r600
1521%defattr(644,root,root,755)
46cee963 1522%attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0.0
04c3cb73 1523%attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
c3f739d4 1524%endif
ebff9a35 1525
3f1b1b5d 1526%if %{with va}
ebff9a35 1527%files -n libva-driver-gallium
3f1b1b5d 1528%defattr(644,root,root,755)
0b61c751
JK
1529
1530%if %{with gallium_radeon}
1531%files -n libva-driver-r600
1532%defattr(644,root,root,755)
1533%attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
1534
1535%files -n libva-driver-radeonsi
1536%defattr(644,root,root,755)
1537%attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
1538%endif
1539
1540%if %{with gallium_nouveau}
1541%files -n libva-driver-nouveau
1542%defattr(644,root,root,755)
1543%attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
1544%endif
56313830 1545%endif
56313830 1546%endif
afe33c03 1547
d3cd778a
JB
1548%if %{with gbm}
1549%files libgbm
1550%defattr(644,root,root,755)
1551%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1552%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
d3cd778a
JB
1553
1554%files libgbm-devel
1555%defattr(644,root,root,755)
1556%attr(755,root,root) %{_libdir}/libgbm.so
1557%{_includedir}/gbm.h
1558%{_pkgconfigdir}/gbm.pc
1559%endif
1560
c7f22387
JB
1561%files libglapi
1562%defattr(644,root,root,755)
1563%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1564%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1565# libglapi-devel? nothing seems to need it atm.
1566#%attr(755,root,root) %{_libdir}/libglapi.so
1567
24b30bc6
JB
1568%if %{with wayland}
1569%files libwayland-egl
1570%defattr(644,root,root,755)
1571%attr(755,root,root) %{_libdir}/libwayland-egl.so.*.*
1572%attr(755,root,root) %ghost %{_libdir}/libwayland-egl.so.1
1573
1574%files libwayland-egl-devel
1575%defattr(644,root,root,755)
1576%attr(755,root,root) %{_libdir}/libwayland-egl.so
1577%{_pkgconfigdir}/wayland-egl.pc
1578%endif
1579
a651d613
JB
1580%if %{with xa}
1581%files libxatracker
1582%defattr(644,root,root,755)
1583%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
0d8bac2a 1584%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
a651d613
JB
1585
1586%files libxatracker-devel
1587%defattr(644,root,root,755)
1588%attr(755,root,root) %{_libdir}/libxatracker.so
1589%{_includedir}/xa_composite.h
1590%{_includedir}/xa_context.h
1591%{_includedir}/xa_tracker.h
1592%{_pkgconfigdir}/xatracker.pc
1593%endif
1594
166bc93f
JB
1595%if %{with egl}
1596%files khrplatform-devel
1597%defattr(644,root,root,755)
1598%dir %{_includedir}/KHR
1599%{_includedir}/KHR/khrplatform.h
1600%endif
1601
afe33c03 1602%files dri-driver-ati-radeon-R100
1603%defattr(644,root,root,755)
1604%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1605
1606%files dri-driver-ati-radeon-R200
1607%defattr(644,root,root,755)
1608%attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1609
c3f739d4 1610%if %{with gallium}
56313830 1611%if %{with gallium_radeon}
afe33c03 1612%files dri-driver-ati-radeon-R300
1613%defattr(644,root,root,755)
1614%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1615
e68936d0
AM
1616%files dri-driver-ati-radeon-R600
1617%defattr(644,root,root,755)
1618%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1619
3dc87f1a
AM
1620%files dri-driver-ati-radeon-SI
1621%defattr(644,root,root,755)
1622%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
56313830 1623%endif
6e049c9d
AM
1624
1625%files dri-driver-intel-ilo
1626%defattr(644,root,root,755)
1627%attr(755,root,root) %{_libdir}/xorg/modules/dri/ilo_dri.so
56313830 1628%endif
3dc87f1a 1629
afe33c03 1630%files dri-driver-intel-i915
1631%defattr(644,root,root,755)
5f574b4b 1632%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
afe33c03 1633
b360f4f6 1634%files dri-driver-intel-i965
1635%defattr(644,root,root,755)
1636%attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1637
3e88bc92
AM
1638%files dri-driver-nouveau
1639%defattr(644,root,root,755)
5b103bd4
JB
1640%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1641%if %{with gallium_nouveau}
3e88bc92 1642%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
a7a3223c 1643%endif
3e88bc92 1644
f3606317
AM
1645%files dri-driver-swrast
1646%defattr(644,root,root,755)
e22d206b 1647%if %{with gallium}
56313830 1648%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
e22d206b 1649%endif
f3606317
AM
1650%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1651
bb5f0825 1652%if %{with gallium}
f31a332e
JB
1653%ifarch arm
1654%files dri-driver-vc4
1655%defattr(644,root,root,755)
1656%attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1657%endif
1658
6e049c9d
AM
1659%files dri-driver-virgl
1660%defattr(644,root,root,755)
1661%attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1662
e68936d0
AM
1663%files dri-driver-vmwgfx
1664%defattr(644,root,root,755)
9c4e4073 1665%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
bb5f0825 1666%endif
9bfb354d 1667
6f955018
JB
1668%if %{with gallium}
1669%if %{with gallium_i915}
1670%files pipe-driver-i915
1671%defattr(644,root,root,755)
1672%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1673%endif
1674
1675%files pipe-driver-i965
1676%defattr(644,root,root,755)
1677%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i965.so
1678
1679%ifarch arm
1680%files pipe-driver-msm
1681%defattr(644,root,root,755)
1682%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1683%endif
1684
1685%if %{with gallium_nouveau}
1686%files pipe-driver-nouveau
1687%defattr(644,root,root,755)
1688%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1689%endif
1690
1691%if %{with gallium_radeon}
1692%files pipe-driver-r300
1693%defattr(644,root,root,755)
1694%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1695
1696%files pipe-driver-r600
1697%defattr(644,root,root,755)
1698%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1699
1700%files pipe-driver-radeonsi
1701%defattr(644,root,root,755)
1702%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1703%endif
1704
1705%files pipe-driver-swrast
1706%defattr(644,root,root,755)
1707%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1708
1709%files pipe-driver-vmwgfx
1710%defattr(644,root,root,755)
1711%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1712%endif
1713
1f730540
JB
1714%if %{with nine}
1715%files d3d
1716%defattr(644,root,root,755)
1717%dir %{_libdir}/d3d
1718%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1719
1720%files d3d-devel
1721%defattr(644,root,root,755)
1722%{_includedir}/d3dadapter
1723%{_pkgconfigdir}/d3d.pc
1724%endif
1725
c3f739d4 1726%if %{with gallium}
04c3cb73
JB
1727# ldconfig is not used in vdpau tree, so package all symlinks
1728%if %{with gallium_nouveau}
1729%files -n libvdpau-driver-mesa-nouveau
1730%defattr(644,root,root,755)
46cee963 1731%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
04c3cb73
JB
1732%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1733%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1734%endif
1735
56313830 1736%if %{with gallium_radeon}
ebff9a35
AM
1737%files -n libvdpau-driver-mesa-r300
1738%defattr(644,root,root,755)
1739%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
1740%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
1741%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
1742
04c3cb73
JB
1743%files -n libvdpau-driver-mesa-r600
1744%defattr(644,root,root,755)
46cee963 1745%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
9bfb354d
AM
1746%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
1747%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
04c3cb73 1748
3dc87f1a
AM
1749%files -n libvdpau-driver-mesa-radeonsi
1750%defattr(644,root,root,755)
46cee963 1751%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
3dc87f1a
AM
1752%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
1753%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
c3f739d4 1754%endif
56313830 1755%endif
4bacd84c
JB
1756
1757%if %{with gallium} && %{with omx}
56313830
AM
1758%files -n omxil-mesa
1759%defattr(644,root,root,755)
1760%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
56313830 1761%endif
075ec3a3
JK
1762
1763%files vulkan-icd-intel
1764%defattr(644,root,root,755)
3b1b1d06 1765%attr(755,root,root) %{_libdir}/libvulkan_intel.so
581b61d2 1766%{_datadir}/vulkan/icd.d/intel_icd*.json
075ec3a3
JK
1767
1768%files vulkan-icd-intel-devel
1769%defattr(644,root,root,755)
1770%{_includedir}/vulkan/vulkan_intel.h
This page took 0.597136 seconds and 4 git commands to generate.