]> git.pld-linux.org Git - packages/Mesa.git/blame_incremental - Mesa.spec
there will be no 11.3.0, reference the 12 branch
[packages/Mesa.git] / Mesa.spec
... / ...
CommitLineData
1#
2# TODO:
3# - check if gallium_i915 note is still valid, switch the bcond if not
4# - consider:
5# - subpackage with non-dri libGL for use with X-servers with missing GLX extension?
6# - resurrect static if it's useful (using plain xorg target? DRI doesn't support static)
7#
8# Conditional build:
9%bcond_without gallium # gallium drivers
10%bcond_with gallium_i915 # gallium i915 Intel driver (instead of plain dri; doesn't work with AIGLX)
11%bcond_without gallium_nouveau # gallium nouveau driver
12%bcond_without gallium_radeon # gallium radeon drivers
13%bcond_without egl # EGL libraries
14%bcond_with openvg # OpenVG library [not builind since 10.4, dropped in 10.6]
15%bcond_without gbm # Graphics Buffer Manager
16%bcond_without nine # Nine Direct3D 9+ state tracker (for Wine)
17%bcond_without opencl # OpenCL support
18%bcond_without ocl_icd # OpenCL as ICD (installable client driver)
19%bcond_without omx # OpenMAX (Bellagio OMXIL) support
20%bcond_without va # VA library
21%bcond_without wayland # Wayland EGL
22%bcond_without xa # XA state tracker (for vmwgfx xorg driver)
23%bcond_with texture_float # floating-point textures and renderbuffers (SGI patent in US)
24%bcond_with static_libs # static libraries [not supported for DRI, thus broken currently]
25%bcond_with tests # tests
26#
27# glapi version (glapi tables in dri drivers and libglx must be in sync);
28# set to current Mesa version on ABI break, when xserver tables get regenerated
29# (until they start to be somehow versioned themselves)
30%define glapi_ver 7.1.0
31# minimal supported xserver version
32%define xserver_ver 1.5.0
33# other packages
34%define libdrm_ver 2.4.66
35%define dri2proto_ver 2.6
36%define dri3proto_ver 1.0
37%define glproto_ver 1.4.14
38%define presentproto_ver 1.0
39
40%if %{without gallium}
41%undefine with_gallium_i915
42%undefine with_gallium_nouveau
43%undefine with_gallium_radeon
44%undefine with_nine
45%undefine with_ocl_icd
46%undefine with_omx
47%undefine with_opencl
48%undefine with_xa
49%endif
50
51%if %{without egl}
52%undefine with_gbm
53%undefine with_wayland
54%endif
55
56Summary: Free OpenGL implementation
57Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
58Name: Mesa
59# NOTE: version 12.0.0 is being prepared on the MESA_12_0 branch
60Version: 11.2.2
61Release: 1
62License: MIT (core) and others - see license.html file
63Group: X11/Libraries
64Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}.tar.xz
65# Source0-md5: e0ec73f7273662a74366f0d76dd19ac3
66Patch0: missing-type.patch
67URL: http://www.mesa3d.org/
68BuildRequires: autoconf >= 2.60
69BuildRequires: automake
70%{?with_opencl:BuildRequires: clang-devel >= 3.1}
71BuildRequires: elfutils-devel
72BuildRequires: expat-devel
73BuildRequires: gcc >= 6:4.2.0
74%{?with_nine:BuildRequires: gcc-c++ >= 6:4.6}
75%{?with_opencl:BuildRequires: gcc-c++ >= 6:4.7}
76BuildRequires: libdrm-devel >= %{libdrm_ver}
77BuildRequires: libselinux-devel
78BuildRequires: libstdc++-devel >= 6:4.2.0
79BuildRequires: libtalloc-devel >= 2:2.0.1
80BuildRequires: libtool >= 2:2.2
81%{?with_va:BuildRequires: libva-devel >= 1.6.0}
82%{?with_va:BuildRequires: pkgconfig(libva) >= 0.38.0}
83BuildRequires: libvdpau-devel >= 1.1
84BuildRequires: libxcb-devel >= 1.10
85%{?with_gallium_radeon:BuildRequires: llvm-devel >= 3.4.2}
86%{?with_opencl:BuildRequires: llvm-libclc}
87# for SHA1 (could use also libmd/libsha1/libgcrypt/openssl instead)
88BuildRequires: nettle-devel
89%{?with_ocl_icd:BuildRequires: ocl-icd-devel}
90%{?with_omx:BuildRequires: libomxil-bellagio-devel}
91BuildRequires: perl-base
92BuildRequires: pixman-devel
93BuildRequires: pkgconfig
94BuildRequires: pkgconfig(talloc) >= 2.0.1
95BuildRequires: pkgconfig(xcb-dri3)
96BuildRequires: pkgconfig(xcb-present)
97BuildRequires: python >= 2
98BuildRequires: python-Mako >= 0.3.4
99BuildRequires: python-modules >= 2
100BuildRequires: rpmbuild(macros) >= 1.470
101BuildRequires: sed >= 4.0
102%{?with_egl:BuildRequires: udev-devel >= 1:151}
103# wayland-{client,server}
104%{?with_wayland:BuildRequires: wayland-devel >= 1.2.0}
105BuildRequires: xorg-lib-libXdamage-devel
106BuildRequires: xorg-lib-libXext-devel >= 1.0.5
107BuildRequires: xorg-lib-libXfixes-devel
108BuildRequires: xorg-lib-libXt-devel
109BuildRequires: xorg-lib-libXvMC-devel >= 1.0.6
110BuildRequires: xorg-lib-libXxf86vm-devel
111BuildRequires: xorg-lib-libxshmfence-devel >= 1.1
112BuildRequires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
113BuildRequires: xorg-proto-dri3proto-devel >= %{dri3proto_ver}
114BuildRequires: xorg-proto-glproto-devel >= %{glproto_ver}
115BuildRequires: xorg-proto-presentproto-devel >= %{presentproto_ver}
116BuildRequires: xorg-util-makedepend
117%if %{with gallium}
118BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
119BuildRequires: xorg-xserver-server-devel >= %{xserver_ver}
120%endif
121BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
122
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(?)
125# libgbm: circular dependency with libEGL (wayland_buffer_is_drm symbol)
126%define skip_post_check_so libGLESv1_CM.so.1.* libGLESv2.so.2.* libGL.so.1.* libOSMesa.so.* libgbm.*.so.*
127
128# llvm build broken
129%define filterout_ld -Wl,--as-needed
130
131%description
132Mesa is a 3-D graphics library with an API which is very similar to
133that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
134syntax or state machine, it is being used with authorization from
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.
138
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.
145
146%package libEGL
147Summary: Mesa implementation of EGL Native Platform Graphics Interface library
148Summary(pl.UTF-8): Implementacja Mesa biblioteki interfejsu EGL
149License: MIT
150Group: Libraries
151Requires: %{name}-libglapi = %{version}-%{release}
152# glx driver in libEGL dlopens libGL.so
153Requires: OpenGL >= 1.2
154Requires: libdrm >= %{libdrm_ver}
155Requires: libxcb >= 1.9
156%{?with_wayland:Requires: wayland >= 1.2.0}
157%if %{with gallium}
158Requires: udev-libs >= 1:151
159%endif
160%if %{with gbm}
161Requires: %{name}-libgbm = %{version}-%{release}
162%endif
163Provides: EGL = 1.5
164
165%description libEGL
166This package contains shared libEGL - Mesa implementation of EGL
167Native Platform Graphics Interface as specified by Khronos Group:
168<http://www.khronos.org/egl/>.
169
170%description libEGL -l pl.UTF-8
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/>.
175
176%package libEGL-devel
177Summary: Header files for Mesa implementation of EGL library
178Summary(pl.UTF-8): Pliki nagłówkowe implementacji Mesa biblioteki EGL
179License: MIT
180Group: Development/Libraries
181Requires: %{name}-khrplatform-devel = %{version}-%{release}
182Requires: %{name}-libEGL = %{version}-%{release}
183Requires: libdrm-devel >= %{libdrm_ver}
184Requires: xorg-lib-libX11-devel
185Requires: xorg-lib-libXdamage-devel
186Requires: xorg-lib-libXext-devel >= 1.0.5
187Requires: xorg-lib-libXfixes-devel
188Requires: xorg-lib-libXxf86vm-devel
189Requires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
190Requires: xorg-proto-glproto-devel >= %{glproto_ver}
191Provides: EGL-devel = 1.5
192
193%description libEGL-devel
194Header files for Mesa implementation of EGL library.
195
196%description libEGL-devel -l pl.UTF-8
197Pliki nagłówkowe implementacji Mesa biblioteki EGL.
198
199%package libEGL-static
200Summary: Static Mesa EGL library
201Summary(pl.UTF-8): Statyczna biblioteka Mesa EGL
202License: MIT
203Group: Development/Libraries
204Requires: %{name}-libEGL-devel = %{version}-%{release}
205Provides: EGL-static = 1.5
206
207%description libEGL-static
208Static Mesa EGL library.
209
210%description libEGL-static -l pl.UTF-8
211Statyczna biblioteka Mesa EGL.
212
213%package libGL
214Summary: Free Mesa3D implementation of libGL OpenGL library
215Summary(pl.UTF-8): Wolnodostępna implementacja Mesa3D biblioteki libGL ze standardu OpenGL
216License: MIT
217Group: X11/Libraries
218Requires: %{name}-libglapi = %{version}-%{release}
219Requires: libdrm >= %{libdrm_ver}
220Provides: OpenGL = 4.1
221Provides: OpenGL-GLX = 1.4
222Obsoletes: Mesa
223Obsoletes: Mesa-dri
224Obsoletes: Mesa-dri-core < 10.0.0
225Obsoletes: X11-OpenGL-libGL < 1:7.0.0
226Obsoletes: XFree86-OpenGL-libGL < 1:7.0.0
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
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.
245
246Ten pakiet zawiera libGL implementującą specyfikacje OpenGL 1.5 oraz
247GLX 1.4. Używa DRI do renderowania.
248
249%package libGL-devel
250Summary: Header files for Mesa3D libGL library
251Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libGL z projektu Mesa3D
252License: MIT
253Group: X11/Development/Libraries
254# loose dependency on libGL to use with other libGL binaries
255Requires: OpenGL >= 1.5
256Requires: libdrm-devel >= %{libdrm_ver}
257Requires: xorg-lib-libX11-devel
258Requires: xorg-lib-libXdamage-devel
259Requires: xorg-lib-libXext-devel >= 1.0.5
260Requires: xorg-lib-libXxf86vm-devel
261Requires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
262Requires: xorg-proto-glproto-devel >= %{glproto_ver}
263Suggests: OpenGL-doc-man
264Provides: OpenGL-GLX-devel = 1.4
265Provides: OpenGL-devel = 4.1
266Obsoletes: Mesa-devel
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
271
272%description libGL-devel
273Header files for Mesa3D libGL library.
274
275%description libGL-devel -l pl.UTF-8
276Pliki nagłówkowe biblioteki libGL z projektu Mesa3D.
277
278%package libGL-static
279Summary: Static Mesa3D libGL library
280Summary(pl.UTF-8): Statyczna biblioteka libGL z projektu Mesa3D
281License: MIT
282Group: X11/Development/Libraries
283Requires: %{name}-libGL-devel = %{version}-%{release}
284Provides: OpenGL-static = 4.1
285Obsoletes: Mesa-static
286Obsoletes: X11-OpenGL-static < 1:7.0.0
287Obsoletes: XFree86-OpenGL-static < 1:7.0.0
288
289%description libGL-static
290Static Mesa3D libGL library. It uses software renderer.
291
292%description libGL-static -l pl.UTF-8
293Statyczna biblioteka libGL z projektu Mesa3D. Używa programowego
294renderingu.
295
296%package libGLES
297Summary: Mesa implementation of GLES (OpenGL ES) libraries
298Summary(pl.UTF-8): Implementacja Mesa bibliotek GLES (OpenGL ES)
299Group: Libraries
300Requires: %{name}-libglapi = %{version}-%{release}
301Provides: OpenGLES
302Provides: OpenGLESv1 = 1.1
303Provides: OpenGLESv2 = 2.0
304Provides: OpenGLESv3 = 3.1
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
310Group site: <http://www.khronos.org/opengles/>. Mesa implements OpenGL
311ES 1.1 and 2.0.
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:
318<http://www.khronos.org/opengles/>. Mesa zawiera implementacją OpenGL
319ES 1.1 i 2.0.
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
325Requires: %{name}-khrplatform-devel = %{version}-%{release}
326# <EGL/egl.h> for <GLES/egl.h>
327Requires: %{name}-libEGL-devel = %{version}-%{release}
328Requires: %{name}-libGLES = %{version}-%{release}
329Provides: OpenGLES-devel
330Provides: OpenGLESv1-devel = 1.1
331Provides: OpenGLESv2-devel = 2.0
332Provides: OpenGLESv3-devel = 3.1
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
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
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
360Requires: libselinux-devel
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
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
393Provides: ocl-icd-driver
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
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}
422Requires: llvm-libclc
423Requires: udev-libs >= 1:151
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}
447Provides: OpenCL-devel = 1.2
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
455%package libOpenVG
456Summary: Mesa implementation of OpenVG (Vector Graphics Accelleration) API
457Summary(pl.UTF-8): Implementacja Mesa API OpenVG (akceleracji grafiki wektorowej)
458License: MIT
459Group: Libraries
460Provides: OpenVG = 1.1
461
462%description libOpenVG
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/>.
467Mesa implements OpenVG 1.1.
468
469%description libOpenVG -l pl.UTF-8
470Ten pakiet zawiera implementację Mesa standardu OpenVG -
471wieloplatfomowego API zapewniającego niskopoziomowy interfejs
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.
476
477%package libOpenVG-devel
478Summary: Header file for Mesa OpenVG library
479Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa OpenVG
480License: MIT
481Group: Development/Libraries
482Requires: %{name}-khrplatform-devel = %{version}-%{release}
483Requires: %{name}-libOpenVG = %{version}-%{release}
484Provides: OpenVG-devel = 1.1
485
486%description libOpenVG-devel
487Header file for Mesa OpenVG library.
488
489%description libOpenVG-devel -l pl.UTF-8
490Plik nagłówkowy biblioteki Mesa OpenVG.
491
492%package libXvMC-nouveau
493Summary: Mesa implementation of XvMC API for NVidia adapters
494Summary(pl.UTF-8): Implementacja Mesa API XvMC dla kart NVidia
495License: MIT
496Group: Libraries
497Requires: libdrm >= %{libdrm_ver}
498Requires: xorg-lib-libXvMC >= 1.0.6
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
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}
513Requires: xorg-lib-libXvMC >= 1.0.6
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
524%package -n libva-driver-gallium
525Summary: VA driver for Gallium State Tracker
526Summary(pl.UTF-8): Sterownik VA do Gallium
527Group: Libraries
528Requires: libva >= 1.6.0
529
530%description -n libva-driver-gallium
531VA driver for Gallium State Tracker.
532
533%description -n libva-driver-gallium -l pl.UTF-8
534Sterownik VA do Gallium.
535
536%package libgbm
537Summary: Mesa Graphics Buffer Manager library
538Summary(pl.UTF-8): Biblioteka Mesa Graphics Buffer Manager
539Group: Libraries
540Requires: %{name}-libglapi = %{version}-%{release}
541Requires: udev-libs >= 1:151
542Conflicts: Mesa-libEGL < 8.0.1-2
543
544%description libgbm
545Mesa Graphics Buffer Manager library.
546
547%description libgbm -l pl.UTF-8
548Biblioteka Mesa Graphics Buffer Manager (zarządcy bufora graficznego).
549
550%package libgbm-devel
551Summary: Header file for Mesa Graphics Buffer Manager library
552Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager
553Group: Development/Libraries
554Requires: %{name}-libgbm = %{version}-%{release}
555Requires: udev-devel >= 1:151
556
557%description libgbm-devel
558Header file for Mesa Graphics Buffer Manager library.
559
560%description libgbm-devel -l pl.UTF-8
561Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager (zarządcy
562bufora graficznego).
563
564%package libglapi
565Summary: Mesa GL API shared library
566Summary(pl.UTF-8): Biblioteka współdzielona Mesa GL API
567Group: Libraries
568Conflicts: Mesa-libEGL < 8.0.1-2
569
570%description libglapi
571Mesa GL API shared library, common for various APIs (EGL, GL, GLES).
572
573%description libglapi -l pl.UTF-8
574Biblioteka współdzielona Mesa GL API, wspólna dla różnych API (EGL,
575GL, GLES).
576
577%package libwayland-egl
578Summary: Wayland EGL library
579Summary(pl.UTF-8): Biblioteka Wayland EGL
580Group: Libraries
581Requires: libdrm >= %{libdrm_ver}
582
583%description libwayland-egl
584Wayland EGL platform library.
585
586%description libwayland-egl -l pl.UTF-8
587Biblioteka platformy EGL Wayland.
588
589%package libwayland-egl-devel
590Summary: Development files for Wayland EGL library
591Summary(pl.UTF-8): Pliki programistyczne biblioteki Wayland EGL
592Group: Development/Libraries
593Requires: %{name}-libwayland-egl = %{version}-%{release}
594Requires: libdrm-devel >= %{libdrm_ver}
595
596%description libwayland-egl-devel
597Development files for Wayland EGL platform library.
598
599%description libwayland-egl-devel -l pl.UTF-8
600Pliki programistyczne biblioteki platformy EGL Wayland.
601
602%package libxatracker
603Summary: Xorg Gallium3D accelleration library
604Summary(pl.UTF-8): Biblioteka akceleracji Gallium3D dla Xorg
605Group: X11/Libraries
606Requires: libdrm >= %{libdrm_ver}
607
608%description libxatracker
609Xorg Gallium3D accelleration library (used by new vmwgfx driver).
610
611%description libxatracker -l pl.UTF-8
612Biblioteka akceleracji Gallium3D dla Xorg (używana przez nowy
613sterownik vmwgfx).
614
615%package libxatracker-devel
616Summary: Header files for Xorg Gallium3D accelleration library
617Summary(pl.UTF-8): Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg
618Group: X11/Development/Libraries
619Requires: %{name}-libxatracker = %{version}-%{release}
620Requires: libdrm-devel >= %{libdrm_ver}
621
622%description libxatracker-devel
623Header files for Xorg Gallium3D accelleration library.
624
625%description libxatracker-devel -l pl.UTF-8
626Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg.
627
628%package khrplatform-devel
629Summary: Khronos platform header file
630Summary(pl.UTF-8): Plik nagłówkowy platformy Khronos
631Group: Development/Libraries
632Conflicts: Mesa-libEGL-devel < 8.0.1-2
633
634%description khrplatform-devel
635Khronos platform header file.
636
637%description khrplatform-devel -l pl.UTF-8
638Plik nagłówkowy platformy Khronos.
639
640%package dri-driver-ati-radeon-R100
641Summary: X.org DRI driver for ATI R100 card family
642Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R100
643License: MIT
644Group: X11/Libraries
645Requires: xorg-driver-video-ati
646Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
647Requires: xorg-xserver-server >= %{xserver_ver}
648Obsoletes: X11-driver-radeon-dri < 1:7.0.0
649
650%description dri-driver-ati-radeon-R100
651X.org DRI driver for ATI R100 card family (Radeon 7000-7500).
652
653%description dri-driver-ati-radeon-R100 -l pl.UTF-8
654Sterownik X.org DRI dla rodziny kart ATI R100 (Radeon 7000-7500).
655
656%package dri-driver-ati-radeon-R200
657Summary: X.org DRI driver for ATI R200 card family
658Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R200
659License: MIT
660Group: X11/Libraries
661Requires: xorg-driver-video-ati
662Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
663Requires: xorg-xserver-server >= %{xserver_ver}
664Obsoletes: X11-driver-radeon-dri < 1:7.0.0
665
666%description dri-driver-ati-radeon-R200
667X.org DRI driver for ATI R200 card family (Radeon 8500-92xx)
668
669%description dri-driver-ati-radeon-R200 -l pl.UTF-8
670Sterownik X.org DRI dla rodziny kart ATI R200 (Radeon 8500-92xx).
671
672%package dri-driver-ati-radeon-R300
673Summary: X.org DRI driver for ATI R300 card family
674Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R300
675License: MIT
676Group: X11/Libraries
677Requires: xorg-driver-video-ati
678Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
679Requires: xorg-xserver-server >= %{xserver_ver}
680Obsoletes: X11-driver-radeon-dri < 1:7.0.0
681
682%description dri-driver-ati-radeon-R300
683X.org DRI driver for ATI R300/R400/RS690/R500 card family.
684
685%description dri-driver-ati-radeon-R300 -l pl.UTF-8
686Sterownik X.org DRI dla rodziny kart ATI R300/R400/RS690/R500.
687
688%package dri-driver-ati-radeon-R600
689Summary: X.org DRI driver for ATI R600 card family
690Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R600
691License: MIT
692Group: X11/Libraries
693Requires: radeon-ucode
694Requires: xorg-driver-video-ati
695Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
696Requires: xorg-xserver-server >= %{xserver_ver}
697
698%description dri-driver-ati-radeon-R600
699X.org DRI driver for ATI R600/R700 card family.
700
701%description dri-driver-ati-radeon-R600 -l pl.UTF-8
702Sterownik X.org DRI dla rodziny kart ATI R600/R700.
703
704%package dri-driver-ati-radeon-SI
705Summary: X.org DRI driver for ATI Southern Islands card family
706Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI Southern Islands
707License: MIT
708Group: X11/Libraries
709Requires: radeon-ucode
710Requires: xorg-driver-video-ati
711Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
712Requires: xorg-xserver-server >= %{xserver_ver}
713
714%description dri-driver-ati-radeon-SI
715X.org DRI driver for ATI Southern Islands card family.
716
717%description dri-driver-ati-radeon-SI -l pl.UTF-8
718Sterownik X.org DRI dla rodziny kart ATI Southern Islands.
719
720%package dri-driver-freedreno
721Summary: X.org DRI driver for Adreno chips
722Summary(pl.UTF-8): Sterownik X.org DRI dla układów Adreno
723License: MIT
724Group: X11/Libraries
725Requires: xorg-driver-video-freedreno
726Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
727Requires: xorg-xserver-server >= %{xserver_ver}
728
729%description dri-driver-freedreno
730X.org DRI driver for Adreno chips.
731
732%description dri-driver-freedreno -l pl.UTF-8
733Sterownik X.org DRI dla układów Adreno.
734
735%package dri-driver-intel-i915
736Summary: X.org DRI driver for Intel i915 card family
737Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i915
738License: MIT
739Group: X11/Libraries
740Requires: xorg-driver-video-intel
741Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
742Requires: xorg-xserver-server >= %{xserver_ver}
743Obsoletes: Mesa-dri-driver-intel-i830
744Obsoletes: X11-driver-i810-dri < 1:7.0.0
745
746%description dri-driver-intel-i915
747X.org DRI driver for Intel i915 card family (915, 945, G33, Q33, Q35,
748Pineview).
749
750%description dri-driver-intel-i915 -l pl.UTF-8
751Sterownik X.org DRI dla rodziny kart Intel i915 (915, 945, G33, Q33,
752Q35, Pineview).
753
754%package dri-driver-intel-i965
755Summary: X.org DRI driver for Intel i965 card family
756Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i965
757License: MIT
758Group: X11/Libraries
759Requires: xorg-driver-video-intel
760Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
761Requires: xorg-xserver-server >= %{xserver_ver}
762Obsoletes: Mesa-dri-driver-intel-i830
763Obsoletes: X11-driver-i810-dri < 1:7.0.0
764
765%description dri-driver-intel-i965
766X.org DRI driver for Intel i965 card family (946GZ, 965G, 965Q, 965GM,
767965GME, GM45, G41, B43, Q45, G45);
768
769%description dri-driver-intel-i965 -l pl.UTF-8
770Sterownik X.org DRI dla rodziny kart Intel i965 (946GZ, 965G, 965Q,
771965GM, 965GME, GM45, G41, B43, Q45, G45).
772
773%package dri-driver-intel-ilo
774Summary: X.org DRI driver for Intel chips family
775Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny układów firmy Intel
776License: MIT
777Group: X11/Libraries
778Requires: xorg-driver-video-intel
779Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
780Requires: xorg-xserver-server >= %{xserver_ver}
781
782%description dri-driver-intel-ilo
783X.org DRI driver for Intel chips family. It supports Cherryview/
784Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge chips.
785
786%description dri-driver-intel-ilo -l pl.UTF-8
787Sterownik X.org DRI dla rodziny układów firmy Intel. Obsługuje układy
788Cherryview/Broadwell/Bay Trail/Haswell/Ivybdidge/Sandybridge.
789
790%package dri-driver-nouveau
791Summary: X.org DRI driver for NVIDIA card family
792Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart NVIDIA
793License: MIT
794Group: X11/Libraries
795Requires: xorg-driver-video-nouveau
796Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
797Requires: xorg-xserver-server >= %{xserver_ver}
798
799%description dri-driver-nouveau
800X.org DRI drivers for NVIDIA card family.
801
802%description dri-driver-nouveau -l pl.UTF-8
803Sterowniki X.org DRI dla rodziny kart NVIDIA.
804
805%package dri-driver-swrast
806Summary: X.org DRI software rasterizer driver
807Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe
808License: MIT
809Group: X11/Libraries
810Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
811Requires: xorg-xserver-server >= %{xserver_ver}
812
813%description dri-driver-swrast
814X.org DRI software rasterizer driver.
815
816%description dri-driver-swrast -l pl.UTF-8
817Sterownik X.org DRI obsługujący rysowanie programowe.
818
819%package dri-driver-vc4
820Summary: X.org DRI driver for Broadcom VC4 chips
821Summary(pl.UTF-8): Sterownik X.org DRI dla układów Broadcom VC4
822License: MIT
823Group: X11/Libraries
824Requires: xorg-driver-video-modesetting
825Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
826Requires: xorg-xserver-server >= %{xserver_ver}
827
828%description dri-driver-vc4
829X.org DRI driver for Broadcom VC4 chips.
830
831%description dri-driver-vc4 -l pl.UTF-8
832Sterownik X.org DRI dla układów Broadcom VC4.
833
834%package dri-driver-virgl
835Summary: X.org DRI driver for QEMU VirGL
836Summary(pl.UTF-8): Sterownik X.org DRI dla QEMU VirGL
837License: MIT
838Group: X11/Libraries
839Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
840Requires: xorg-xserver-server >= %{xserver_ver}
841
842%description dri-driver-virgl
843X.org DRI driver for QEMU VirGL.
844
845%description dri-driver-virgl -l pl.UTF-8
846Sterownik X.org DRI dla QEMU VirGL.
847
848%package dri-driver-vmwgfx
849Summary: X.org DRI driver for VMware
850Summary(pl.UTF-8): Sterownik X.org DRI dla VMware
851License: MIT
852Group: X11/Libraries
853Requires: xorg-driver-video-vmware
854Requires: xorg-xserver-libglx(glapi) = %{glapi_ver}
855Requires: xorg-xserver-server >= %{xserver_ver}
856
857%description dri-driver-vmwgfx
858X.org DRI driver for VMWare.
859
860%description dri-driver-vmwgfx -l pl.UTF-8
861Sterownik X.org DRI dla VMware.
862
863%package pipe-driver-i915
864Summary: i915 driver for Mesa Gallium dynamic pipe loader
865Summary(pl.UTF-8): Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
866Group: Libraries
867Obsoletes: Mesa-gbm-driver-i915
868Obsoletes: Mesa-opencl-driver-i915
869
870%description pipe-driver-i915
871i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
872915/945/G33/Q33/Q35/Pineview chips.
873
874%description pipe-driver-i915 -l pl.UTF-8
875Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
876Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
877
878%package pipe-driver-i965
879Summary: i965 (ilo) driver for Mesa Gallium dynamic pipe loader
880Summary(pl.UTF-8): Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa Gallium
881Group: Libraries
882
883%description pipe-driver-i965
884i965 (ilo) driver for Mesa Gallium dynamic pipe loader. It supports
885Intel Cherryview/Broadwell/Bay Trail/Haswell/Ivybridge/Sandybridge
886chips.
887
888%description pipe-driver-i965 -l pl.UTF-8
889Sterownik i965 (ilo) dla dynamicznego systemu potoków szkieletu Mesa
890Gallium. Obsługuje układy Intela Cherryview/Broadwell/Bay Trail/
891Haswell/Ivybdidge/Sandybridge.
892
893%package pipe-driver-msm
894Summary: msm (freedreno) driver for Mesa Gallium dynamic pipe loader
895Summary(pl.UTF-8): Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
896Group: Libraries
897
898%description pipe-driver-msm
899msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
900supports Adreno chips.
901
902%description pipe-driver-msm -l pl.UTF-8
903Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
904Mesa Gallium. Obsługuje układy Adreno.
905
906%package pipe-driver-nouveau
907Summary: nouveau driver for Mesa Gallium dynamic pipe loader
908Summary(pl.UTF-8): Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
909Group: Libraries
910Obsoletes: Mesa-gbm-driver-nouveau
911Obsoletes: Mesa-opencl-driver-nouveau
912
913%description pipe-driver-nouveau
914nouveau driver for Mesa Gallium dynamic pipe loader. It supports
915NVidia adapters.
916
917%description pipe-driver-nouveau -l pl.UTF-8
918Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
919Gallium. Obsługuje karty graficzne firmy NVidia.
920
921%package pipe-driver-r300
922Summary: r300 driver for Mesa Gallium dynamic pipe loader
923Summary(pl.UTF-8): Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
924Group: Libraries
925Obsoletes: Mesa-gbm-driver-r300
926Obsoletes: Mesa-opencl-driver-r300
927
928%description pipe-driver-r300
929r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
930Radeon adapters based on R300/R400/RS690/R500 chips.
931
932%description pipe-driver-r300 -l pl.UTF-8
933Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
934Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
935R300/R400/RS690/R500.
936
937%package pipe-driver-r600
938Summary: r600 driver for Mesa Gallium dynamic pipe loader
939Summary(pl.UTF-8): Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
940Group: Libraries
941Obsoletes: Mesa-gbm-driver-r600
942Obsoletes: Mesa-libllvmradeon
943Obsoletes: Mesa-opencl-driver-r600
944
945%description pipe-driver-r600
946r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
947Radeon adapters based on R600/R700 chips.
948
949%description pipe-driver-r600 -l pl.UTF-8
950Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
951Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
952R600/R700.
953
954%package pipe-driver-radeonsi
955Summary: radeonsi driver for Mesa Gallium dynamic pipe loader
956Summary(pl.UTF-8): Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
957Group: Libraries
958Obsoletes: Mesa-gbm-driver-radeonsi
959Obsoletes: Mesa-libllvmradeon
960Obsoletes: Mesa-opencl-driver-radeonsi
961
962%description pipe-driver-radeonsi
963radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
964Radeon adapters based on Southern Islands chips.
965
966%description pipe-driver-radeonsi -l pl.UTF-8
967Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
968Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
969Southern Islands.
970
971%package pipe-driver-swrast
972Summary: Software (swrast) driver for Mesa Gallium dynamic pipe loader
973Summary(pl.UTF-8): Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
974Group: Libraries
975Obsoletes: Mesa-gbm-driver-swrast
976Obsoletes: Mesa-opencl-driver-swrast
977
978%description pipe-driver-swrast
979Software (swrast) driver for Mesa Gallium dynamic pipe loader.
980
981%description pipe-driver-swrast -l pl.UTF-8
982Sterownik programowy (swrast) dla dynamicznego systemu potoków
983szkieletu Mesa Gallium.
984
985%package pipe-driver-vmwgfx
986Summary: vmwgfx driver for Mesa Gallium dynamic pipe loader
987Summary(pl.UTF-8): Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
988Group: Libraries
989Obsoletes: Mesa-gbm-driver-vmwgfx
990Obsoletes: Mesa-opencl-driver-vmwgfx
991
992%description pipe-driver-vmwgfx
993vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
994virtual video adapter.
995
996%description pipe-driver-vmwgfx -l pl.UTF-8
997Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
998Gallium. Obsługuje wirtualną kartę graficzną VMware.
999
1000%package d3d
1001Summary: Nine Direct3D9 driver (for Wine)
1002Summary(pl.UTF-8): Sterownik Direct3D9 Nine (dla Wine)
1003Group: Libraries
1004Requires: libdrm >= %{libdrm_ver}
1005
1006%description d3d
1007Nine Direct3D9 driver (for Wine).
1008
1009%description d3d -l pl.UTF-8
1010Sterownik Direct3D9 Nine (dla Wine).
1011
1012%package d3d-devel
1013Summary: Nine Direct3D9 driver API
1014Summary(pl.UTF-8): API sterownika Direct3D9 Nine
1015Group: Development/Libraries
1016Requires: libdrm-devel >= %{libdrm_ver}
1017
1018%description d3d-devel
1019Nine Direct3D9 driver API.
1020
1021%description d3d-devel -l pl.UTF-8
1022API sterownika Direct3D9 Nine.
1023
1024%package -n libvdpau-driver-mesa-nouveau
1025Summary: Mesa nouveau driver for the vdpau API
1026Summary(pl.UTF-8): Sterownik Mesa nouveau dla API vdpau
1027License: MIT
1028Group: X11/Libraries
1029Requires: libdrm >= %{libdrm_ver}
1030Requires: libvdpau >= 1.1
1031Conflicts: libvdpau-driver-mesa
1032
1033%description -n libvdpau-driver-mesa-nouveau
1034Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1035(NV40-NV96, NVa0).
1036
1037%description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1038Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1039(NV40-NV96, NVa0).
1040
1041%package -n libvdpau-driver-mesa-r300
1042Summary: Mesa r300 driver for the vdpau API
1043Summary(pl.UTF-8): Sterownik Mesa r300 dla API vdpau
1044License: MIT
1045Group: X11/Libraries
1046Requires: libdrm >= %{libdrm_ver}
1047Requires: libvdpau >= 1.1
1048Conflicts: libvdpau-driver-mesa
1049
1050%description -n libvdpau-driver-mesa-r300
1051Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
1052based on R300 chips.
1053
1054%description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
1055Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
1056na układach R300.
1057
1058%package -n libvdpau-driver-mesa-r600
1059Summary: Mesa r600 driver for the vdpau API
1060Summary(pl.UTF-8): Sterownik Mesa r600 dla API vdpau
1061License: MIT
1062Group: X11/Libraries
1063Requires: libdrm >= %{libdrm_ver}
1064Requires: libvdpau >= 1.1
1065Conflicts: libvdpau-driver-mesa
1066
1067%description -n libvdpau-driver-mesa-r600
1068Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1069based on R600/R700 chips.
1070
1071%description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1072Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1073na układach R600/R700.
1074
1075%package -n libvdpau-driver-mesa-radeonsi
1076Summary: Mesa radeonsi driver for the vdpau API
1077Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API vdpau
1078License: MIT
1079Group: X11/Libraries
1080Requires: libdrm >= %{libdrm_ver}
1081Requires: libvdpau >= 1.1
1082Conflicts: libvdpau-driver-mesa
1083Obsoletes: Mesa-libllvmradeon
1084
1085%description -n libvdpau-driver-mesa-radeonsi
1086Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1087adapters based on Southern Islands chips.
1088
1089%description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
1090Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1091oparte na układach Southern Islands.
1092
1093%package -n omxil-mesa
1094Summary: Mesa driver for Bellagio OpenMAX IL API
1095Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1096License: MIT
1097Group: X11/Libraries
1098Requires: libdrm >= %{libdrm_ver}
1099Requires: libxcb >= 1.8
1100Requires: libomxil-bellagio
1101Obsoletes: omxil-mesa-nouveau
1102Obsoletes: omxil-mesa-r600
1103Obsoletes: omxil-mesa-radeonsi
1104
1105%description -n omxil-mesa
1106Mesa driver for Bellagio OpenMAX IL API.
1107
1108%description -n omxil-mesa -l pl.UTF-8
1109Sterownik Mesa dla API Bellagio OpenMAX IL.
1110
1111%package -n omxil-mesa-nouveau
1112Summary: Mesa nouveau driver for Bellagio OpenMAX IL API
1113Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1114License: MIT
1115Group: X11/Libraries
1116Requires: libdrm >= %{libdrm_ver}
1117Requires: libxcb >= 1.8
1118Requires: libomxil-bellagio
1119
1120%description -n omxil-mesa-nouveau
1121Mesa nouveau driver for Bellagio OpenMAX IL API. It supports NVidia
1122adapters (NV40-NV96, NVa0).
1123
1124%description -n omxil-mesa-nouveau -l pl.UTF-8
1125Sterownik Mesa nouveau dla API Bellagio OpenMAX IL. Obsługuje karty
1126NVidia (NV40-NV96, NVa0).
1127
1128%package -n omxil-mesa-r600
1129Summary: Mesa r600 driver for Bellagio OpenMAX IL API
1130Summary(pl.UTF-8): Sterownik Mesa r600 dla API Bellagio OpenMAX IL
1131License: MIT
1132Group: X11/Libraries
1133Requires: libdrm >= %{libdrm_ver}
1134Requires: libxcb >= 1.8
1135Requires: libomxil-bellagio
1136
1137%description -n omxil-mesa-r600
1138Mesa r600 driver for Bellagio OpenMAX IL API. It supports ATI Radeon
1139adapters based on R600/R700 chips.
1140
1141%description -n omxil-mesa-r600 -l pl.UTF-8
1142Sterownik Mesa r600 dla API Bellagio OpenMAX IL. Obsługuje karty ATI
1143Radeon oparte na układach R600/R700.
1144
1145%package -n omxil-mesa-radeonsi
1146Summary: Mesa radeonsi driver for Bellagio OpenMAX IL API
1147Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL
1148License: MIT
1149Group: X11/Libraries
1150Requires: libdrm >= %{libdrm_ver}
1151Requires: libxcb >= 1.8
1152Requires: libomxil-bellagio
1153
1154%description -n omxil-mesa-radeonsi
1155Mesa radeonsi driver for Bellagio OpenMAX IL API. It supports ATI
1156Radeon adapters based on Southern Islands chips.
1157
1158%description -n omxil-mesa-radeonsi -l pl.UTF-8
1159Sterownik Mesa radeonsi dla API Bellagio OpenMAX IL. Obsługuje karty
1160ATI Radeon oparte na układach Southern Islands.
1161
1162%prep
1163%setup -q -n mesa-%{version}
1164%patch0 -p1
1165
1166%build
1167%{__libtoolize}
1168%{__aclocal} -I m4
1169%{__autoconf}
1170%{__automake}
1171
1172dri_drivers="r200 radeon \
1173%if %{without gallium_i915}
1174i915 \
1175%endif
1176i965 \
1177nouveau \
1178%ifarch sparc sparcv9 sparc64
1179ffb \
1180%endif
1181swrast"
1182
1183dri_drivers=$(echo $dri_drivers | xargs | tr ' ' ',')
1184
1185gallium_drivers="svga swrast \
1186%if %{with gallium_i915}
1187i915 \
1188%endif
1189%if %{with gallium_radeon}
1190r300 \
1191r600 \
1192radeonsi \
1193%endif
1194%if %{with gallium_nouveau}
1195nouveau
1196%endif
1197ilo \
1198virgl \
1199%ifarch arm
1200freedreno \
1201vc4 \
1202%endif
1203"
1204
1205gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1206
1207%configure \
1208 --disable-silent-rules \
1209 %{__enable gbm} \
1210 --enable-glx-tls \
1211 --enable-osmesa \
1212 --enable-selinux \
1213 --enable-shared \
1214 --enable-shared-glapi \
1215 %{?with_static_libs:--enable-static} \
1216 %{?with_texture_float:--enable-texture-float} \
1217%if %{with egl}
1218 --enable-egl \
1219 --enable-gles1 \
1220 --enable-gles2 \
1221 --with-egl-platforms=x11%{?with_gbm:,drm}%{?with_wayland:,wayland} \
1222%endif
1223%if %{with gallium}
1224 --enable-gallium-llvm \
1225 --enable-llvm-shared-libs \
1226 %{__enable egl gallium-egl} \
1227 %{__enable gbm gallium-gbm} \
1228 %{__enable ocl_icd opencl-icd} \
1229 %{?with_nine:--enable-nine} \
1230 %{__enable opencl} \
1231 --enable-vdpau \
1232 %{?with_omx:--enable-omx} \
1233 %{?with_xa:--enable-xa} \
1234 --enable-xvmc \
1235 --with-gallium-drivers=${gallium_drivers} \
1236%else
1237 --without-gallium-drivers \
1238%endif
1239 --with-dri-drivers=${dri_drivers} \
1240 --with-dri-driverdir=%{_libdir}/xorg/modules/dri \
1241 --with-sha1=libnettle \
1242 --with-va-libdir=%{_libdir}/libva/dri
1243
1244%{__make}
1245
1246%{?with_tests:%{__make} check}
1247
1248%install
1249rm -rf $RPM_BUILD_ROOT
1250
1251%{__make} install \
1252 DESTDIR=$RPM_BUILD_ROOT
1253
1254# strip out undesirable headers
1255%{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/wglext.h
1256# dlopened by soname
1257%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so}
1258%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXvMC*.so.1.0}
1259# dlopened by soname or .so link
1260%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_*.so.1.0}
1261# not used externally
1262%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
1263# dlopened
1264%{?with_omx:%{__rm} $RPM_BUILD_ROOT%{_libdir}/bellagio/libomx_*.la}
1265%{?with_nine:%{__rm} $RPM_BUILD_ROOT%{_libdir}/d3d/d3dadapter9.la}
1266%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/gallium-pipe/pipe_*.la}
1267# not defined by standards; and not needed, there is pkg-config support
1268%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
1269%{?with_gallium:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libva/dri/gallium_drv_video.la}
1270
1271# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1272# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1273strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
1274
1275%clean
1276rm -rf $RPM_BUILD_ROOT
1277
1278%post libEGL -p /sbin/ldconfig
1279%postun libEGL -p /sbin/ldconfig
1280
1281%post libGL -p /sbin/ldconfig
1282%postun libGL -p /sbin/ldconfig
1283
1284%post libGLES -p /sbin/ldconfig
1285%postun libGLES -p /sbin/ldconfig
1286
1287%post libOSMesa -p /sbin/ldconfig
1288%postun libOSMesa -p /sbin/ldconfig
1289
1290%post libOpenCL -p /sbin/ldconfig
1291%postun libOpenCL -p /sbin/ldconfig
1292
1293%post libOpenVG -p /sbin/ldconfig
1294%postun libOpenVG -p /sbin/ldconfig
1295
1296%post libXvMC-nouveau -p /sbin/ldconfig
1297%postun libXvMC-nouveau -p /sbin/ldconfig
1298%post libXvMC-r600 -p /sbin/ldconfig
1299%postun libXvMC-r600 -p /sbin/ldconfig
1300
1301%post libgbm -p /sbin/ldconfig
1302%postun libgbm -p /sbin/ldconfig
1303
1304%post libglapi -p /sbin/ldconfig
1305%postun libglapi -p /sbin/ldconfig
1306
1307%post libwayland-egl -p /sbin/ldconfig
1308%postun libwayland-egl -p /sbin/ldconfig
1309
1310%post libxatracker -p /sbin/ldconfig
1311%postun libxatracker -p /sbin/ldconfig
1312
1313%if %{with egl}
1314%files libEGL
1315%defattr(644,root,root,755)
1316%attr(755,root,root) %{_libdir}/libEGL.so.*.*
1317%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
1318
1319%files libEGL-devel
1320%defattr(644,root,root,755)
1321%attr(755,root,root) %{_libdir}/libEGL.so
1322%dir %{_includedir}/EGL
1323%{_includedir}/EGL/egl.h
1324%{_includedir}/EGL/eglext.h
1325%{_includedir}/EGL/eglextchromium.h
1326%{_includedir}/EGL/eglmesaext.h
1327%{_includedir}/EGL/eglplatform.h
1328%{_pkgconfigdir}/egl.pc
1329
1330%if %{with static_libs}
1331%files libEGL-static
1332%defattr(644,root,root,755)
1333%{_libdir}/libEGL.a
1334%endif
1335%endif
1336
1337%files libGL
1338%defattr(644,root,root,755)
1339%doc docs/{*.html,README.UVD,patents.txt,relnotes/*.html}
1340%attr(755,root,root) %{_libdir}/libGL.so.*.*
1341%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
1342# symlink for binary apps which fail to conform Linux OpenGL ABI
1343# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
1344%attr(755,root,root) %{_libdir}/libGL.so
1345%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drirc
1346
1347%files libGL-devel
1348%defattr(644,root,root,755)
1349%doc docs/specs/*
1350%dir %{_includedir}/GL
1351%{_includedir}/GL/gl.h
1352%{_includedir}/GL/glcorearb.h
1353%{_includedir}/GL/glext.h
1354%{_includedir}/GL/gl_mangle.h
1355%{_includedir}/GL/glx.h
1356%{_includedir}/GL/glxext.h
1357%{_includedir}/GL/glx_mangle.h
1358%dir %{_includedir}/GL/internal
1359%{_includedir}/GL/internal/dri_interface.h
1360%{_pkgconfigdir}/dri.pc
1361%{_pkgconfigdir}/gl.pc
1362
1363%if %{with static_libs}
1364%files libGL-static
1365%defattr(644,root,root,755)
1366%{_libdir}/libGL.a
1367%endif
1368
1369%files libGLES
1370%defattr(644,root,root,755)
1371%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1372%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1373%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1374%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
1375
1376%files libGLES-devel
1377%defattr(644,root,root,755)
1378%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1379%attr(755,root,root) %{_libdir}/libGLESv2.so
1380%{_includedir}/GLES
1381%{_includedir}/GLES2
1382%{_includedir}/GLES3
1383%{_pkgconfigdir}/glesv1_cm.pc
1384%{_pkgconfigdir}/glesv2.pc
1385
1386%files libOSMesa
1387%defattr(644,root,root,755)
1388%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
1389%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
1390
1391%files libOSMesa-devel
1392%defattr(644,root,root,755)
1393%attr(755,root,root) %{_libdir}/libOSMesa.so
1394%{_includedir}/GL/osmesa.h
1395%{_pkgconfigdir}/osmesa.pc
1396
1397%if %{with static_libs}
1398%files libOSMesa-static
1399%defattr(644,root,root,755)
1400%{_libdir}/libOSMesa.a
1401%endif
1402
1403%if %{with opencl}
1404%if %{with ocl_icd}
1405%files OpenCL-icd
1406%defattr(644,root,root,755)
1407/etc/OpenCL/vendors/mesa.icd
1408%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1409%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1410%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
1411# currently only OpenCL uses dynamic pipe loader
1412%dir %{_libdir}/gallium-pipe
1413%else
1414%files libOpenCL
1415%defattr(644,root,root,755)
1416%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1417%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
1418# currently only OpenCL uses dynamic pipe loader
1419%dir %{_libdir}/gallium-pipe
1420
1421%files libOpenCL-devel
1422%defattr(644,root,root,755)
1423%attr(755,root,root) %{_libdir}/libOpenCL.so
1424%{_includedir}/CL
1425%endif
1426%endif
1427
1428%if %{with egl} && %{with openvg} && %{with gallium}
1429%files libOpenVG
1430%defattr(644,root,root,755)
1431%attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.*
1432%attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1
1433
1434%files libOpenVG-devel
1435%defattr(644,root,root,755)
1436%attr(755,root,root) %{_libdir}/libOpenVG.so
1437%{_includedir}/VG
1438%{_pkgconfigdir}/vg.pc
1439%endif
1440
1441%if %{with gallium}
1442%if %{with gallium_nouveau}
1443%files libXvMC-nouveau
1444%defattr(644,root,root,755)
1445%attr(755,root,root) %{_libdir}/libXvMCnouveau.so.1.0.0
1446%attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
1447%endif
1448
1449%if %{with gallium_radeon}
1450%files libXvMC-r600
1451%defattr(644,root,root,755)
1452%attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0.0
1453%attr(755,root,root) %ghost %{_libdir}/libXvMCr600.so.1
1454%endif
1455
1456%if %{with va}
1457%files -n libva-driver-gallium
1458%defattr(644,root,root,755)
1459%attr(755,root,root) %{_libdir}/libva/dri/gallium_drv_video.so
1460%endif
1461%endif
1462
1463%if %{with gbm}
1464%files libgbm
1465%defattr(644,root,root,755)
1466%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1467%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
1468
1469%files libgbm-devel
1470%defattr(644,root,root,755)
1471%attr(755,root,root) %{_libdir}/libgbm.so
1472%{_includedir}/gbm.h
1473%{_pkgconfigdir}/gbm.pc
1474%endif
1475
1476%files libglapi
1477%defattr(644,root,root,755)
1478%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1479%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1480# libglapi-devel? nothing seems to need it atm.
1481#%attr(755,root,root) %{_libdir}/libglapi.so
1482
1483%if %{with wayland}
1484%files libwayland-egl
1485%defattr(644,root,root,755)
1486%attr(755,root,root) %{_libdir}/libwayland-egl.so.*.*
1487%attr(755,root,root) %ghost %{_libdir}/libwayland-egl.so.1
1488
1489%files libwayland-egl-devel
1490%defattr(644,root,root,755)
1491%attr(755,root,root) %{_libdir}/libwayland-egl.so
1492%{_pkgconfigdir}/wayland-egl.pc
1493%endif
1494
1495%if %{with xa}
1496%files libxatracker
1497%defattr(644,root,root,755)
1498%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
1499%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
1500
1501%files libxatracker-devel
1502%defattr(644,root,root,755)
1503%attr(755,root,root) %{_libdir}/libxatracker.so
1504%{_includedir}/xa_composite.h
1505%{_includedir}/xa_context.h
1506%{_includedir}/xa_tracker.h
1507%{_pkgconfigdir}/xatracker.pc
1508%endif
1509
1510%if %{with egl}
1511%files khrplatform-devel
1512%defattr(644,root,root,755)
1513%dir %{_includedir}/KHR
1514%{_includedir}/KHR/khrplatform.h
1515%endif
1516
1517%files dri-driver-ati-radeon-R100
1518%defattr(644,root,root,755)
1519%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeon_dri.so
1520
1521%files dri-driver-ati-radeon-R200
1522%defattr(644,root,root,755)
1523%attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
1524
1525%if %{with gallium}
1526%if %{with gallium_radeon}
1527%files dri-driver-ati-radeon-R300
1528%defattr(644,root,root,755)
1529%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1530
1531%files dri-driver-ati-radeon-R600
1532%defattr(644,root,root,755)
1533%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1534
1535%files dri-driver-ati-radeon-SI
1536%defattr(644,root,root,755)
1537%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
1538%endif
1539
1540%files dri-driver-intel-ilo
1541%defattr(644,root,root,755)
1542%attr(755,root,root) %{_libdir}/xorg/modules/dri/ilo_dri.so
1543%endif
1544
1545%files dri-driver-intel-i915
1546%defattr(644,root,root,755)
1547%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
1548
1549%files dri-driver-intel-i965
1550%defattr(644,root,root,755)
1551%attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
1552
1553%files dri-driver-nouveau
1554%defattr(644,root,root,755)
1555%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_vieux_dri.so
1556%if %{with gallium_nouveau}
1557%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
1558%endif
1559
1560%files dri-driver-swrast
1561%defattr(644,root,root,755)
1562%if %{with gallium}
1563%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
1564%endif
1565%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1566
1567%if %{with gallium}
1568%ifarch arm
1569%files dri-driver-vc4
1570%defattr(644,root,root,755)
1571%attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1572%endif
1573
1574%files dri-driver-virgl
1575%defattr(644,root,root,755)
1576%attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1577
1578%files dri-driver-vmwgfx
1579%defattr(644,root,root,755)
1580%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
1581%endif
1582
1583%if %{with gallium}
1584%if %{with gallium_i915}
1585%files pipe-driver-i915
1586%defattr(644,root,root,755)
1587%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1588%endif
1589
1590%files pipe-driver-i965
1591%defattr(644,root,root,755)
1592%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i965.so
1593
1594%ifarch arm
1595%files pipe-driver-msm
1596%defattr(644,root,root,755)
1597%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1598%endif
1599
1600%if %{with gallium_nouveau}
1601%files pipe-driver-nouveau
1602%defattr(644,root,root,755)
1603%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1604%endif
1605
1606%if %{with gallium_radeon}
1607%files pipe-driver-r300
1608%defattr(644,root,root,755)
1609%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1610
1611%files pipe-driver-r600
1612%defattr(644,root,root,755)
1613%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1614
1615%files pipe-driver-radeonsi
1616%defattr(644,root,root,755)
1617%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1618%endif
1619
1620%files pipe-driver-swrast
1621%defattr(644,root,root,755)
1622%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1623
1624%files pipe-driver-vmwgfx
1625%defattr(644,root,root,755)
1626%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
1627%endif
1628
1629%if %{with nine}
1630%files d3d
1631%defattr(644,root,root,755)
1632%dir %{_libdir}/d3d
1633%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1634
1635%files d3d-devel
1636%defattr(644,root,root,755)
1637%{_includedir}/d3dadapter
1638%{_pkgconfigdir}/d3d.pc
1639%endif
1640
1641%if %{with gallium}
1642# ldconfig is not used in vdpau tree, so package all symlinks
1643%if %{with gallium_nouveau}
1644%files -n libvdpau-driver-mesa-nouveau
1645%defattr(644,root,root,755)
1646%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
1647%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
1648%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
1649%endif
1650
1651%if %{with gallium_radeon}
1652%files -n libvdpau-driver-mesa-r300
1653%defattr(644,root,root,755)
1654%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
1655%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
1656%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
1657
1658%files -n libvdpau-driver-mesa-r600
1659%defattr(644,root,root,755)
1660%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
1661%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
1662%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
1663
1664%files -n libvdpau-driver-mesa-radeonsi
1665%defattr(644,root,root,755)
1666%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
1667%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
1668%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
1669%endif
1670%endif
1671
1672%if %{with gallium} && %{with omx}
1673%files -n omxil-mesa
1674%defattr(644,root,root,755)
1675%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
1676%endif
This page took 0.079789 seconds and 4 git commands to generate.