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