1 |
%define bootstrap 0 |
2 |
%{?_without_bootstrap: %global bootstrap 0} |
3 |
%{?_with_bootstrap: %global bootstrap 1} |
4 |
|
5 |
%if "%distro_section" == "tainted" |
6 |
%global build_plf 1 |
7 |
%else |
8 |
%global build_plf 0 |
9 |
%endif |
10 |
|
11 |
# (cg) Cheater... |
12 |
%define Werror_cflags %nil |
13 |
|
14 |
# (aco) Needed for the dri drivers |
15 |
%define _disable_ld_no_undefined 1 |
16 |
|
17 |
# http://cgit.freedesktop.org/mesa/mesa/commit/?h=9.1&id=38e728498b8ef63bb7dce77c64af11c98ec2efa4 |
18 |
%define git 0 |
19 |
%define git_branch 9.1 |
20 |
%define with_hardware 1 |
21 |
|
22 |
%define opengl_ver 3.0 |
23 |
|
24 |
%define relc 0 |
25 |
%define name mesa |
26 |
%define fversion 9.1.2 |
27 |
%define version 9.1.2 |
28 |
%define rel 1 |
29 |
|
30 |
%define release %mkrel %{rel} |
31 |
%define src_type tar.bz2 |
32 |
#define vsuffix %{expand:} |
33 |
%define vsuffix %nil |
34 |
|
35 |
%if %{relc} |
36 |
%define release %mkrel 0.rc%{relc}.%{rel} |
37 |
%define vsuffix -rc%{relc} |
38 |
%define src_type tar.bz2 |
39 |
%endif |
40 |
|
41 |
%if %{git} |
42 |
%if %{relc} |
43 |
%define release %mkrel 0.rc%{relc}.1.git%{git}.%{rel} |
44 |
%else |
45 |
%define release %mkrel 0.git%{git}.%{rel} |
46 |
%endif |
47 |
%endif |
48 |
|
49 |
%define makedepend %{_bindir}/gccmakedep |
50 |
|
51 |
%define dricorename dricore |
52 |
%define eglname mesaegl |
53 |
%define glname mesagl |
54 |
%define glwname mesaglw |
55 |
%define glesv1name mesaglesv1 |
56 |
%define glesv2name mesaglesv2 |
57 |
%define openvgname mesaopenvg |
58 |
%define glapiname glapi |
59 |
%define gbmname gbm |
60 |
%define waylandeglname wayland-egl |
61 |
|
62 |
%define dricoremajor 1 |
63 |
%define eglmajor 1 |
64 |
%define glmajor 1 |
65 |
%define glwmajor 1 |
66 |
%define glesv1major 1 |
67 |
%define glesv2major 2 |
68 |
%define openvgmajor 1 |
69 |
%define glapimajor 0 |
70 |
%define gbmmajor 1 |
71 |
%define waylandeglmajor 1 |
72 |
%define osmesamajor 8 |
73 |
%define llvmradeonmajor %{version} |
74 |
|
75 |
%define libdricorename %mklibname %{dricorename} %{dricoremajor} |
76 |
%define libeglname %mklibname %{eglname} %{eglmajor} |
77 |
%define libglname %mklibname %{glname} %{glmajor} |
78 |
%define libglwname %mklibname %{glwname} %{glwmajor} |
79 |
%define libglesv1name %mklibname %{glesv1name}_ %{glesv1major} |
80 |
%define libglesv2name %mklibname %{glesv2name}_ %{glesv2major} |
81 |
%define libopenvgname %mklibname %{openvgname} %{openvgmajor} |
82 |
%define libglapiname %mklibname %{glapiname} %{glapimajor} |
83 |
%define libgbmname %mklibname %{gbmname} %{gbmmajor} |
84 |
%define libwaylandeglname %mklibname %{waylandeglname} %{waylandeglmajor} |
85 |
%define libosmesaname %mklibname osmesa %{osmesamajor} |
86 |
%define libllvmradeonname %mklibname llvmradeon %{llvmradeonmajor} |
87 |
|
88 |
%define dridrivers %mklibname dri-drivers |
89 |
|
90 |
%define osmesadevel %mklibname osmesa -d |
91 |
|
92 |
# Architecture-independent Virtual provides: |
93 |
%define libdricorename_virt lib%{dricorename} |
94 |
%define libeglname_virt lib%{eglname} |
95 |
%define libglname_virt lib%{glname} |
96 |
%define libglwname_virt lib%{glwname} |
97 |
%define libglesv1name_virt lib%{glesv1name} |
98 |
%define libglesv2name_virt lib%{glesv2name} |
99 |
%define libopenvgname_virt lib%{openvgname} |
100 |
%define libglapiname_virt lib%{glapiname} |
101 |
%define libgbmname_virt lib%{gbmname} |
102 |
%define libwaylandeglname_virt lib%{waylandeglname} |
103 |
|
104 |
%define oldlibglname %mklibname MesaGL 1 |
105 |
|
106 |
%define mesasrcdir %{_prefix}/src/Mesa/ |
107 |
%define driver_dir %{_libdir}/dri |
108 |
|
109 |
%define enable_egl 1 |
110 |
%define enable_wayland 1 |
111 |
|
112 |
#FIXME: (for 386/485) unset SSE, MMX and 3dnow flags |
113 |
#FIXME: (for >=i586) disable sse |
114 |
# SSE seems to have problem on some apps (gtulpas) for probing. |
115 |
%define dri_drivers_i386 "i915,i965,nouveau,r200,radeon,swrast" |
116 |
%define dri_drivers_x86_64 %{dri_drivers_i386} |
117 |
%define dri_drivers_ppc "r200,radeon,swrast" |
118 |
%define dri_drivers_ppc64 "" |
119 |
%define dri_drivers_ia64 "i915,i965,mga,r200,radeon,swrast" |
120 |
%define dri_drivers_alpha "r200,radeon,swrast" |
121 |
%define dri_drivers_sparc "ffb,radeon,swrast" |
122 |
%define dri_drivers_mipsel "r200,radeon,swrast" |
123 |
%define dri_drivers_arm "nouveau,r200,radeon,swrast" |
124 |
%define dri_drivers %{expand:%{dri_drivers_%{_arch}}} |
125 |
|
126 |
Name: %{name} |
127 |
Version: %{version} |
128 |
Release: %{release} |
129 |
Summary: OpenGL %{opengl_ver} compatible 3D graphics library |
130 |
Group: System/Libraries |
131 |
|
132 |
BuildRequires: pkgconfig(xfixes) >= 4.0.3 |
133 |
BuildRequires: pkgconfig(xt) >= 1.0.5 |
134 |
BuildRequires: pkgconfig(xmu) >= 1.0.3 |
135 |
BuildRequires: pkgconfig(x11) >= 1.3.3 |
136 |
BuildRequires: pkgconfig(xdamage) >= 1.1.1 |
137 |
BuildRequires: libexpat-devel >= 2.0.1 |
138 |
BuildRequires: gccmakedep |
139 |
BuildRequires: x11-proto-devel >= 7.3 |
140 |
BuildRequires: pkgconfig(libdrm) >= 2.4.21 |
141 |
|
142 |
BuildRequires: pkgconfig(xext) >= 1.1.1 |
143 |
BuildRequires: pkgconfig(xxf86vm) >= 1.1.0 |
144 |
BuildRequires: pkgconfig(xi) >= 1.3 |
145 |
BuildRequires: pkgconfig(talloc) |
146 |
BuildRequires: libxml2-python |
147 |
BuildRequires: makedepend |
148 |
BuildRequires: bison flex |
149 |
BuildRequires: llvm-devel > 3.2-1 |
150 |
BuildRequires: pkgconfig(libudev) |
151 |
BuildRequires: pkgconfig(vdpau) |
152 |
%if %{enable_wayland} |
153 |
BuildRequires: wayland-devel |
154 |
%endif |
155 |
|
156 |
URL: http://www.mesa3d.org |
157 |
%if %{git} |
158 |
Source0: %{name}-%{git}.tar.bz2 |
159 |
# (blino) snapshot of 9.0 branch |
160 |
#Source0: %{name}-%{git_branch}-%{git}.tar.bz2 |
161 |
%else |
162 |
Source0: ftp://ftp.freedesktop.org/pub/mesa/%version/MesaLib-%{fversion}%{vsuffix}.%{src_type} |
163 |
%endif |
164 |
Source3: make-git-snapshot.sh |
165 |
|
166 |
# Instructions to setup your repository clone |
167 |
# git://git.freedesktop.org/git/mesa/mesa |
168 |
# git checkout mesa_7_5_branch |
169 |
# git branch mdv-cherry-picks |
170 |
# git am ../02??-*.patch |
171 |
# git branch mdv-redhat |
172 |
# git am ../03??-*.patch |
173 |
# git branch mdv-patches |
174 |
# git am ../09??-*.patch |
175 |
# In order to update to the branch via patches, issue this command: |
176 |
# git format-patch --start-number 100 mesa_7_5_1..mesa_7_5_branch | sed 's/^0\([0-9]\+\)-/Patch\1: 0\1-/' |
177 |
|
178 |
# Cherry picks |
179 |
# git format-patch --start-number 200 mesa_7_5_branch..mdv-cherry-picks |
180 |
Patch201: 0201-revert-fix-glxinitializevisualconfigfromtags-handling.patch |
181 |
Patch202: radeonsi-add-new-SI-pci-ids.patch |
182 |
Patch203: r600g-add-new-richland-pci-ids.patch |
183 |
|
184 |
# (blino) should be pushed to 9.0 branch upstream |
185 |
#Patch202: 0202-radeon-llvm-Cleanup-makefile.patch |
186 |
#Patch203: 0203-radeon-llvm-Remove-R600InstrInfo.td-from-TD_FILES.patch |
187 |
|
188 |
# Patches "liberated" from Fedora: |
189 |
# http://cvs.fedoraproject.org/viewvc/rpms/mesa/devel/ |
190 |
# git format-patch --start-number 300 mdv-cherry-picks..mdv-redhat |
191 |
|
192 |
# Patches from ChromiumOS |
193 |
# http://git.chromium.org/gitweb/?p=chromiumos/overlays/chromiumos-overlay.git;a=tree;f=media-libs/mesa/files;hb=HEAD |
194 |
|
195 |
# Mageia/Mandriva patches |
196 |
# git format-patch --start-number 900 mdv-redhat..mdv-patches |
197 |
# (blino) llvmpipe test programs link fails when ld --as-needed option is used, reported as fdo #52167 |
198 |
#Patch901: 0901-gallium-only-link-static-archives-between-ld-start-e.patch |
199 |
|
200 |
#------------------------------------------------------------------------------ |
201 |
|
202 |
# package mesa |
203 |
License: MIT |
204 |
Requires: %{libglname} = %{version}-%{release} |
205 |
Provides: hackMesa = %{version} |
206 |
Obsoletes: hackMesa <= %{version} |
207 |
Provides: Mesa = %{version} |
208 |
Obsoletes: Mesa < %{version} |
209 |
|
210 |
%package -n %{libdricorename} |
211 |
Summary: Shared library for DRI drivers |
212 |
Group: System/Libraries |
213 |
Provides: %{libdricorename_virt} = %{version}-%{release} |
214 |
|
215 |
%package -n %{libdricorename}-devel |
216 |
Summary: Development files for DRI core |
217 |
Group: Development/C |
218 |
Requires: %{libdricorename} = %{version}-%{release} |
219 |
Provides: lib%{dricorename}-devel = %{version}-%{release} |
220 |
Provides: %{dricorename}-devel = %{version}-%{release} |
221 |
|
222 |
%package -n %{libglname} |
223 |
Summary: Files for Mesa (GL and GLX libs) |
224 |
Group: System/Libraries |
225 |
Obsoletes: %{oldlibglname} < 6.4 |
226 |
Provides: %{oldlibglname} = %{version}-%{release} |
227 |
Provides: %{libglname_virt} = %{version}-%{release} |
228 |
Requires: %{dridrivers} >= %{version}-%{release} |
229 |
%if %{build_plf} |
230 |
Requires: %mklibname txc-dxtn |
231 |
%endif |
232 |
|
233 |
# (anssi) Forces the upgrade of x11-server-common to happen before |
234 |
# alternatives removal, which allows x11-server-common to grab the symlink. |
235 |
Conflicts: x11-server-common < 1.3.0.0-17 |
236 |
|
237 |
%package -n %{dridrivers} |
238 |
Summary: Mesa DRI drivers |
239 |
Group: System/Libraries |
240 |
# do not require exact release to avoid conflicts when having |
241 |
# x86_64 dri drivers from tainted and i586 dri drivers from core |
242 |
Requires: mesa = %{version} |
243 |
Conflicts: %{_lib}MesaGL1 < 7.7-5 |
244 |
Obsoletes: %{_lib}dri-drivers-experimental < 7.11.2-4 |
245 |
Provides: %{_lib}dri-drivers-experimental = %{version}-%{release} |
246 |
|
247 |
%package -n %{libglname}-devel |
248 |
Summary: Development files for Mesa (OpenGL compatible 3D lib) |
249 |
Group: Development/C |
250 |
Requires: %{libglname} = %{version}-%{release} |
251 |
Provides: lib%{glname}-devel = %{version}-%{release} |
252 |
Provides: %{glname}-devel = %{version}-%{release} |
253 |
Provides: GL-devel |
254 |
Obsoletes: %{oldlibglname}-devel < 6.4 |
255 |
Provides: %{oldlibglname}-devel = %{version}-%{release} |
256 |
Provides: libMesaGL-devel = %{version}-%{release} |
257 |
Provides: MesaGL-devel = %{version}-%{release} |
258 |
Provides: libgl-devel |
259 |
|
260 |
%if %{enable_egl} |
261 |
%package -n %{libeglname} |
262 |
Summary: Files for Mesa (EGL libs) |
263 |
Group: System/Libraries |
264 |
Provides: %{libeglname_virt} = %{version}-%{release} |
265 |
|
266 |
%package -n %{libeglname}-devel |
267 |
Summary: Development files for Mesa (EGL libs) |
268 |
Group: Development/C |
269 |
Requires: %{libeglname} = %{version}-%{release} |
270 |
Provides: EGL-devel |
271 |
Provides: lib%{eglname}-devel |
272 |
Provides: %{eglname}-devel |
273 |
Provides: libegl-devel |
274 |
%endif |
275 |
|
276 |
%package -n %{libosmesaname} |
277 |
Summary: Mesa offscreen rendering library |
278 |
Group: System/Libraries |
279 |
|
280 |
%package -n %{osmesadevel} |
281 |
Summary: Development files for libosmesa |
282 |
Group: Development/C |
283 |
Requires: %{libosmesaname} = %{version}-%{release} |
284 |
Provides: osmesa-devel = %{version}-%{release} |
285 |
Conflicts: MesaGL-devel < 8.1.0-0.git20120727.3 |
286 |
|
287 |
%package -n %{libglapiname} |
288 |
Summary: Files for mesa (glapi libs) |
289 |
Group: System/Libraries |
290 |
Provides: %{libglapiname_virt} = %{version}-%{release} |
291 |
|
292 |
%package -n %{libglapiname}-devel |
293 |
Summary: Development files for glapi libs |
294 |
Group: Development/C |
295 |
Requires: %{libglapiname_virt} = %{version}-%{release} |
296 |
Provides: lib%{glapiname}-devel |
297 |
Provides: %{libglapiname}-devel |
298 |
|
299 |
%package -n %{libglesv1name} |
300 |
Summary: Files for Mesa (glesv1 libs) |
301 |
Group: System/Libraries |
302 |
Provides: %{libglesv1name_virt} = %{version}-%{release} |
303 |
|
304 |
%package -n %{libglesv1name}-devel |
305 |
Summary: Development files for glesv1 libs |
306 |
Group: Development/C |
307 |
Requires: %{libglesv1name} = %{version}-%{release} |
308 |
Provides: lib%{glesv1name}-devel |
309 |
Provides: %{glesv1name}-devel |
310 |
Provides: libglesv1-devel |
311 |
|
312 |
%package -n %{libglesv2name} |
313 |
Summary: Files for Mesa (glesv2 libs) |
314 |
Group: System/Libraries |
315 |
Provides: %{libglesv2name_virt} = %{version}-%{release} |
316 |
|
317 |
%package -n %{libglesv2name}-devel |
318 |
Summary: Development files for glesv2 libs |
319 |
Group: Development/C |
320 |
Requires: %{libglesv2name} = %{version}-%{release} |
321 |
Requires: %{libeglname}-devel = %{version}-%{release} |
322 |
Provides: lib%{glesv2name}-devel |
323 |
Provides: %{glesv2name}-devel |
324 |
Provides: libglesv2-devel |
325 |
|
326 |
%package -n %{libopenvgname} |
327 |
Summary: Files for MESA (OpenVG libs) |
328 |
Group: System/Libraries |
329 |
Provides: %{libopenvgname_virt} = %{version}-%{release} |
330 |
|
331 |
%package -n %{libopenvgname}-devel |
332 |
Summary: Development files vor OpenVG libs |
333 |
Group: Development/C |
334 |
Requires: %{libopenvgname} = %{version}-%{release} |
335 |
Provides: lib%{openvgname}-devel |
336 |
Provides: %{openvgname}-devel |
337 |
Provides: libopenvg-devel |
338 |
|
339 |
%package -n %{libllvmradeonname} |
340 |
Summary: Files for MESA (LLVM radeon library) |
341 |
Group: System/Libraries |
342 |
|
343 |
%if %{enable_wayland} |
344 |
%package -n %{libgbmname} |
345 |
Summary: Files for Mesa (gbm libs) |
346 |
Group: System/Libraries |
347 |
Provides: %{libgbmname_virt} = %{version}-%{release} |
348 |
|
349 |
%package -n %{libgbmname}-devel |
350 |
Summary: Development files for Mesa (gbm libs) |
351 |
Group: Development/C |
352 |
Requires: %{libgbmname} = %{version}-%{release} |
353 |
Provides: lib%{gbmname}-devel |
354 |
Provides: %{gbmname}-devel |
355 |
|
356 |
%package -n %{libwaylandeglname} |
357 |
Summary: Files for Mesa (Wayland EGL libs) |
358 |
Group: System/Libraries |
359 |
Provides: %{libwaylandeglname_virt} = %{version}-%{release} |
360 |
|
361 |
%package -n %{libwaylandeglname}-devel |
362 |
Summary: Development files for Mesa (Wayland EGL libs) |
363 |
Group: Development/C |
364 |
Requires: %{libwaylandeglname} = %{version}-%{release} |
365 |
Provides: lib%{waylandeglname}-devel |
366 |
Provides: %{waylandeglname}-devel |
367 |
%endif |
368 |
|
369 |
%package -n %{_lib}vdpau-driver-nouveau |
370 |
Summary: VDPAU plugin for nouveau driver |
371 |
Group: System/Libraries |
372 |
# temporary: |
373 |
%rename vdpau-driver-nouveau |
374 |
|
375 |
%package -n %{_lib}vdpau-driver-r300 |
376 |
Summary: VDPAU plugin for r300 driver |
377 |
Group: System/Libraries |
378 |
# temporary: |
379 |
%rename vdpau-driver-r300 |
380 |
|
381 |
%package -n %{_lib}vdpau-driver-r600 |
382 |
Summary: VDPAU plugin for r600 driver |
383 |
Group: System/Libraries |
384 |
# temporary: |
385 |
%rename vdpau-driver-r600 |
386 |
|
387 |
%package -n %{_lib}vdpau-driver-radeonsi |
388 |
Summary: VDPAU plugin for radeonsi driver |
389 |
Group: System/Libraries |
390 |
# temporary: |
391 |
%rename vdpau-driver-radeonsi |
392 |
|
393 |
%package -n %{_lib}vdpau-driver-softpipe |
394 |
Summary: VDPAU plugin for softpipe driver |
395 |
Group: System/Libraries |
396 |
# temporary: |
397 |
%rename vdpau-driver-softpipe |
398 |
|
399 |
%package common-devel |
400 |
Summary: Meta package for mesa devel |
401 |
Group: Development/C |
402 |
Provides: Mesa-common-devel = %{version}-%{release} |
403 |
Provides: hackMesa-common-devel = %{version} |
404 |
Obsoletes: Mesa-common-devel < %{version} |
405 |
Obsoletes: hackMesa-common-devel < %{version} |
406 |
Requires: %{libglname}-devel = %{version} |
407 |
Requires: mesaglu-devel |
408 |
Requires: freeglut-devel |
409 |
Requires: %{libeglname}-devel = %{version} |
410 |
Requires: %{libglesv1name}-devel = %{version} |
411 |
Requires: %{libglesv2name}-devel = %{version} |
412 |
|
413 |
#------------------------------------------------------------------------------ |
414 |
|
415 |
%description |
416 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
417 |
%if %{build_plf} |
418 |
|
419 |
This package is in the "tainted" section because it enables some |
420 |
OpenGL extentions that are covered by software patents. |
421 |
%endif |
422 |
|
423 |
%description common-devel |
424 |
Mesa common metapackage devel |
425 |
|
426 |
%if %{enable_egl} |
427 |
%description -n %{libeglname} |
428 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
429 |
EGL parts. |
430 |
|
431 |
%description -n %{libeglname}-devel |
432 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
433 |
EGL development parts. |
434 |
%endif |
435 |
|
436 |
%description -n %{libdricorename} |
437 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
438 |
DRI core part. |
439 |
|
440 |
%description -n %{libglname} |
441 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
442 |
GL and GLX parts. |
443 |
|
444 |
%if %{build_plf} |
445 |
This package is in the "tainted" section because it enables some |
446 |
OpenGL extentions that are covered by software patents. |
447 |
%endif |
448 |
|
449 |
%description -n %{dridrivers} |
450 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
451 |
DRI drivers. |
452 |
|
453 |
%description -n %{libdricorename}-devel |
454 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
455 |
|
456 |
This package contains the headers needed to compile DRI drivers. |
457 |
|
458 |
%description -n %{libglname}-devel |
459 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
460 |
|
461 |
This package contains the headers needed to compile Mesa programs. |
462 |
|
463 |
%description -n %{libglesv1name} |
464 |
OpenGL ES is a low-level, lightweight API for advanced embedded graphics using |
465 |
well-defined subset profiles of OpenGL. |
466 |
|
467 |
This package provides the OpenGL ES library version 1. |
468 |
|
469 |
%description -n %{libosmesaname} |
470 |
Mesa offscreen rendering libraries for rendering OpenGL into |
471 |
application-allocated blocks of memory. |
472 |
|
473 |
%description -n %{osmesadevel} |
474 |
This package contains the headers needed to compile programs against |
475 |
the Mesa offscreen rendering library. |
476 |
|
477 |
%description -n %{libglapiname} |
478 |
This packages provides the glapi shared library used by gallium. |
479 |
|
480 |
%description -n %{libglapiname}-devel |
481 |
This package contains the headers needed to compile programes against glapi shared library. |
482 |
|
483 |
%description -n %{libglesv1name}-devel |
484 |
This package contains the headers needed to compile OpenGL ES 1 programs. |
485 |
|
486 |
%description -n %{libglesv2name} |
487 |
OpenGL ES is a low-level, lightweight API for advanced embedded graphics using |
488 |
well-defined subset profiles of OpenGL. |
489 |
|
490 |
This package provides the OpenGL ES library version 2. |
491 |
|
492 |
%description -n %{libglesv2name}-devel |
493 |
This package contains the headers needed to compile OpenGL ES 2 programs. |
494 |
|
495 |
%description -n %{libopenvgname} |
496 |
OpenVG is a royalty-free, cross-platform API that provides a low-level hardware |
497 |
acceleration interface for vector graphics libraries such as Flash and SVG. |
498 |
|
499 |
%description -n %{libopenvgname}-devel |
500 |
Development files for OpenVG library. |
501 |
|
502 |
%description -n %{libllvmradeonname} |
503 |
Gallium LLVM Radeon driver. |
504 |
|
505 |
%if %{enable_wayland} |
506 |
%description -n %{libgbmname} |
507 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
508 |
GBM (Graphics Buffer Manager) parts. |
509 |
|
510 |
%description -n %{libgbmname}-devel |
511 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
512 |
GBM (Graphics Buffer Manager) development parts. |
513 |
|
514 |
%description -n %{libwaylandeglname} |
515 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
516 |
Wayland EGL platform parts. |
517 |
|
518 |
%description -n %{libwaylandeglname}-devel |
519 |
Mesa is an OpenGL %{opengl_ver} compatible 3D graphics library. |
520 |
Wayland EGL platform development parts. |
521 |
%endif |
522 |
|
523 |
%description -n %{_lib}vdpau-driver-nouveau |
524 |
This packages provides a VPDAU plugin to enable video acceleration |
525 |
with the nouveau driver. |
526 |
|
527 |
%description -n %{_lib}vdpau-driver-r300 |
528 |
This packages provides a VPDAU plugin to enable video acceleration |
529 |
with the r300 driver. |
530 |
|
531 |
%description -n %{_lib}vdpau-driver-r600 |
532 |
This packages provides a VPDAU plugin to enable video acceleration |
533 |
with the r600 driver. |
534 |
|
535 |
%description -n %{_lib}vdpau-driver-radeonsi |
536 |
This packages provides a VPDAU plugin to enable video acceleration |
537 |
with the radeonsi driver. |
538 |
|
539 |
%description -n %{_lib}vdpau-driver-softpipe |
540 |
This packages provides a VPDAU plugin to enable video acceleration |
541 |
with the softpipe driver. |
542 |
|
543 |
#------------------------------------------------------------------------------ |
544 |
|
545 |
%prep |
546 |
%if %{git} |
547 |
%setup -q -n mesa-%{git} |
548 |
#setup -q -n mesa-%{git_branch}-%{git} |
549 |
%else |
550 |
%setup -q -n Mesa-%{fversion}%{vsuffix} |
551 |
%endif |
552 |
|
553 |
%apply_patches |
554 |
|
555 |
# Duplicate source tree for OSMesa, since building both versions out-of-tree |
556 |
# would break build. - Anssi 12/2012 |
557 |
all=$(ls) |
558 |
mkdir -p build-osmesa |
559 |
cp -al $all build-osmesa |
560 |
|
561 |
%build |
562 |
# (re)generate auto* generated files using our autotools and libtoolize |
563 |
autoreconf -vfi |
564 |
|
565 |
# fix build - TODO: should this be fixed in llvm somehow, or maybe the library |
566 |
# symlinks should be moved to %{_libdir}? -Anssi 08/2012 |
567 |
export LDFLAGS="-L%{_libdir}/llvm" |
568 |
|
569 |
%configure2_5x --enable-dri \ |
570 |
--enable-glx \ |
571 |
--with-dri-driverdir=%{driver_dir} \ |
572 |
--with-dri-drivers="%{dri_drivers}" \ |
573 |
%if %{enable_egl} |
574 |
--enable-egl \ |
575 |
%else |
576 |
--disable-egl \ |
577 |
%endif |
578 |
%if %{enable_wayland} |
579 |
--with-egl-platforms=x11,wayland,drm \ |
580 |
--enable-gbm \ |
581 |
--enable-shared-glapi \ |
582 |
%endif |
583 |
--enable-gles1 \ |
584 |
--enable-gles2 \ |
585 |
--enable-openvg \ |
586 |
--enable-gallium-egl \ |
587 |
--enable-gallium-g3dvl \ |
588 |
--disable-xvmc \ |
589 |
--enable-vdpau \ |
590 |
%if %{with_hardware} |
591 |
--with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \ |
592 |
--enable-gallium-llvm \ |
593 |
%else |
594 |
--disable-gallium-llvm \ |
595 |
--with-gallium-drivers=swrast \ |
596 |
%endif |
597 |
%if %{build_plf} |
598 |
--enable-texture-float \ |
599 |
%endif |
600 |
# end of configure options |
601 |
|
602 |
|
603 |
# Build OSMesa separately, since we want to build OSMesa without shared-glapi, |
604 |
# since doing that causes OSMesa to miss the OpenGL symbols. |
605 |
# See e.g. https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1066599 |
606 |
# -Anssi 12/2012 |
607 |
|
608 |
pushd build-osmesa |
609 |
autoreconf -vfi |
610 |
%configure2_5x \ |
611 |
--enable-osmesa \ |
612 |
--disable-dri \ |
613 |
--disable-glx \ |
614 |
--disable-egl \ |
615 |
--disable-shared-glapi \ |
616 |
--without-gallium-drivers |
617 |
popd |
618 |
|
619 |
%make |
620 |
%make -C build-osmesa || ( %make -C build-osmesa/src/mesa/program libprogram.la && %make -C build-osmesa ) |
621 |
|
622 |
%install |
623 |
%makeinstall_std -C build-osmesa |
624 |
%makeinstall_std |
625 |
|
626 |
# FIXME: strip will likely break the hardlink |
627 |
# (blino) hardlink libGL files in %{_libdir}/mesa |
628 |
# to prevent proprietary driver installers from removing them |
629 |
mkdir -p $RPM_BUILD_ROOT%{_libdir}/mesa |
630 |
pushd $RPM_BUILD_ROOT%{_libdir}/mesa |
631 |
for l in ../libGL.so.*; do cp -a $l .; done |
632 |
popd |
633 |
|
634 |
%ifarch %{x86_64} |
635 |
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/dri |
636 |
%endif |
637 |
|
638 |
# .so files are not needed by vdpau |
639 |
rm -f %{buildroot}%{_libdir}/vdpau/libvdpau_*.so |
640 |
|
641 |
# .la files are not needed by mesa |
642 |
find %{buildroot} -name '*.la' -exec rm {} \; |
643 |
|
644 |
# use swrastg if built (Anssi 12/2011) |
645 |
[ -e %{buildroot}%{_libdir}/dri/swrastg_dri.so ] && mv %{buildroot}%{_libdir}/dri/swrast{g,}_dri.so |
646 |
|
647 |
#------------------------------------------------------------------------------ |
648 |
|
649 |
%files |
650 |
%defattr(-,root,root) |
651 |
%doc docs/COPYING |
652 |
%config(noreplace) %{_sysconfdir}/drirc |
653 |
|
654 |
%files -n %{libdricorename} |
655 |
%{_libdir}/libdricore%{version}.so.%{dricoremajor} |
656 |
%{_libdir}/libdricore%{version}.so.%{dricoremajor}.* |
657 |
|
658 |
%files -n %{libdricorename}-devel |
659 |
%{_libdir}/libdricore%{version}.so |
660 |
|
661 |
%files -n %{dridrivers} |
662 |
%defattr(-,root,root) |
663 |
%doc docs/COPYING |
664 |
%ifnarch ppc64 |
665 |
%dir %{_libdir}/dri |
666 |
# (blino) new mesa 8.1 build system seems to use a static libglsl |
667 |
#%{_libdir}/dri/libglsl.so |
668 |
%{_libdir}/dri/*_dri.so |
669 |
%endif |
670 |
|
671 |
%files -n %{libglname} |
672 |
%defattr(-,root,root) |
673 |
%doc docs/COPYING |
674 |
%{_libdir}/libGL.so.* |
675 |
%dir %{_libdir}/mesa |
676 |
%{_libdir}/mesa/libGL.so.%{glmajor}* |
677 |
|
678 |
%if %{enable_egl} |
679 |
%files -n %{libeglname} |
680 |
%defattr(-,root,root) |
681 |
%doc docs/COPYING |
682 |
%{_libdir}/libEGL.so.%{eglmajor}* |
683 |
%dir %{_libdir}/egl |
684 |
%if !%{enable_wayland} |
685 |
# st_GL, built only when shared glapi is not enabled |
686 |
%{_libdir}/egl/st_GL.so |
687 |
%endif |
688 |
%{_libdir}/egl/egl_gallium.so |
689 |
%endif |
690 |
|
691 |
%files -n %{libosmesaname} |
692 |
%defattr(-,root,root) |
693 |
%{_libdir}/libOSMesa.so.%{osmesamajor}* |
694 |
|
695 |
%files -n %{libglapiname} |
696 |
%defattr(-,root,root) |
697 |
%{_libdir}/libglapi.so.%{glapimajor}* |
698 |
|
699 |
%files -n %{libglesv1name} |
700 |
%defattr(-,root,root) |
701 |
%doc docs/COPYING |
702 |
%{_libdir}/libGLESv1_CM.so.%{glesv1major}* |
703 |
|
704 |
%files -n %{libglesv2name} |
705 |
%defattr(-,root,root) |
706 |
%doc docs/COPYING |
707 |
%{_libdir}/libGLESv2.so.%{glesv2major}* |
708 |
|
709 |
%files -n %{libopenvgname} |
710 |
%defattr(-,root,root) |
711 |
%doc docs/COPYING |
712 |
%{_libdir}/libOpenVG.so.%{openvgmajor}* |
713 |
|
714 |
%files -n %{libllvmradeonname} |
715 |
%defattr(-,root,root) |
716 |
%{_libdir}/libllvmradeon%version.so |
717 |
|
718 |
%if %{enable_wayland} |
719 |
%files -n %{libgbmname} |
720 |
%{_libdir}/libgbm.so.%{gbmmajor} |
721 |
%{_libdir}/libgbm.so.%{gbmmajor}.* |
722 |
%{_libdir}/gbm/gbm_*.so |
723 |
%{_libdir}/gallium-pipe/pipe_*.so |
724 |
|
725 |
%files -n %{libwaylandeglname} |
726 |
%{_libdir}/libwayland-egl.so.%{waylandeglmajor} |
727 |
%{_libdir}/libwayland-egl.so.%{waylandeglmajor}.* |
728 |
%endif |
729 |
|
730 |
|
731 |
%files -n %{libglname}-devel |
732 |
%defattr(-,root,root) |
733 |
%doc docs/COPYING |
734 |
%dir %{_includedir}/GL |
735 |
%{_includedir}/GL/gl.h |
736 |
%{_includedir}/GL/glext.h |
737 |
%{_includedir}/GL/gl_mangle.h |
738 |
%{_includedir}/GL/wglext.h |
739 |
%{_includedir}/GL/glx.h |
740 |
%{_includedir}/GL/glxext.h |
741 |
%{_includedir}/GL/glx_mangle.h |
742 |
%{_libdir}/libGL.so |
743 |
%{_libdir}/pkgconfig/gl.pc |
744 |
%{_libdir}/pkgconfig/dri.pc |
745 |
|
746 |
#FIXME: check those headers |
747 |
#{_includedir}/GL/vms_x_fix.h |
748 |
%{_includedir}/GL/wmesa.h |
749 |
%dir %{_includedir}/GL/internal |
750 |
%{_includedir}/GL/internal/dri_interface.h |
751 |
|
752 |
%files common-devel |
753 |
%defattr(-,root,root) |
754 |
|
755 |
%if %{enable_egl} |
756 |
%files -n %{libeglname}-devel |
757 |
%defattr(-,root,root) |
758 |
%doc docs/COPYING |
759 |
%{_includedir}/EGL |
760 |
%{_includedir}/KHR |
761 |
%{_libdir}/libEGL.so |
762 |
%{_libdir}/pkgconfig/egl.pc |
763 |
%endif |
764 |
|
765 |
%files -n %{osmesadevel} |
766 |
%defattr(-,root,root) |
767 |
%dir %{_includedir}/GL |
768 |
%{_includedir}/GL/osmesa.h |
769 |
%{_libdir}/libOSMesa.so |
770 |
%{_libdir}/pkgconfig/osmesa.pc |
771 |
|
772 |
%files -n %{libglapiname}-devel |
773 |
%defattr(-,root,root) |
774 |
%{_libdir}/libglapi.so |
775 |
|
776 |
%files -n %{libglesv1name}-devel |
777 |
%defattr(-,root,root) |
778 |
%{_includedir}/GLES |
779 |
%{_libdir}/libGLESv1_CM.so |
780 |
%{_libdir}/pkgconfig/glesv1_cm.pc |
781 |
|
782 |
%files -n %{libglesv2name}-devel |
783 |
%defattr(-,root,root) |
784 |
%{_includedir}/GLES2 |
785 |
%{_includedir}/GLES3 |
786 |
%{_libdir}/libGLESv2.so |
787 |
%{_libdir}/pkgconfig/glesv2.pc |
788 |
|
789 |
%files -n %{libopenvgname}-devel |
790 |
%defattr(-,root,root) |
791 |
%{_includedir}/VG |
792 |
%{_libdir}/libOpenVG.so |
793 |
%{_libdir}/pkgconfig/vg.pc |
794 |
|
795 |
%if %{enable_wayland} |
796 |
%files -n %{libgbmname}-devel |
797 |
%{_includedir}/gbm.h |
798 |
%{_libdir}/libgbm.so |
799 |
%{_libdir}/pkgconfig/gbm.pc |
800 |
|
801 |
%files -n %{libwaylandeglname}-devel |
802 |
%{_libdir}/libwayland-egl.so |
803 |
%{_libdir}/pkgconfig/wayland-egl.pc |
804 |
%endif |
805 |
|
806 |
%files -n %{_lib}vdpau-driver-nouveau |
807 |
%{_libdir}/vdpau/libvdpau_nouveau.so.* |
808 |
|
809 |
%files -n %{_lib}vdpau-driver-r300 |
810 |
%{_libdir}/vdpau/libvdpau_r300.so.* |
811 |
|
812 |
%files -n %{_lib}vdpau-driver-r600 |
813 |
%{_libdir}/vdpau/libvdpau_r600.so.* |
814 |
|
815 |
%files -n %{_lib}vdpau-driver-radeonsi |
816 |
%{_libdir}/vdpau/libvdpau_radeonsi.so.* |
817 |
|
818 |
%files -n %{_lib}vdpau-driver-softpipe |
819 |
%{_libdir}/vdpau/libvdpau_softpipe.so.* |