source: projects/specs/trunk/m/mesa/mesa-vl.spec @ 12440

Revision 12440, 49.4 KB checked in by tomop, 4 years ago (diff)

updated 10 packages

glslang-8.13.3743-1

libva-intel-driver-2.4.1-1

libva-2.8.0-1

mesa-20.1.4-1

spirv-headers-1.5.3-1

spirv-tools-2020.3-1

vulkan-headers-1.2.135.0-2

vulkan-loader-1.2.135.0-2

vulkan-tools-1.2.135.0-2

vulkan-validation-layers-1.2.135.0-2

Line 
1# When bootstrapping an arch, omit the -demos subpackage.
2%bcond_without vulkan
3%bcond_with libva
4%bcond_with glvnd
5
6%global with_hardware 1
7%global with_vdpau 1
8%global with_vaapi 1
9%global with_nine 1
10#global with_omx 1
11#global with_opencl 1
12%global base_drivers nouveau,r100,r200
13
14%ifarch %{ix86}
15%define ix86_drivers ,i915,i965
16%endif
17#ifarch x86_64
18#define amd64_drivers ,i915,i965
19#endif
20%define dri_drivers %{base_drivers}%{?ix86_drivers}%{?amd64_drivers}
21
22%global with_iris   1
23%global with_vmware 1
24%global with_xa     1
25%if %{with vulkan}
26%global vulkan_drivers intel,amd
27%else
28%global vulkan_drivers %{nil}
29%endif
30%global with_radeonsi 1
31%global with_asm 1
32
33
34%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
35
36Summary:        Mesa graphics libraries
37Summary(ja):    Mesa グラフィックスライブラリ
38Name:           mesa
39Version:        20.1.4
40Release:        1%{?_dist_release}
41Group:          System Environment/Libraries
42License:        MIT
43Vendor:         Project Vine
44Distribution:   Vine Linux
45URL:            https://www.mesa3d.org/
46Source0:        https://mesa.freedesktop.org/archive/%{name}-%{version}.tar.xz
47
48Source2:        glesv2.pc
49Source3:        egl.pc
50
51# src/gallium/auxiliary/postprocess/pp_mlaa* have an ... interestingly worded license.
52# Source4 contains email correspondence clarifying the license terms.
53# Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD.
54Source4:        Mesa-MLAA-License-Clarification-Email.txt
55
56Patch3:         0003-evergreen-big-endian.patch
57
58BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
59BuildRequires: meson
60BuildRequires: pkgconfig
61BuildRequires: flex, bison
62BuildRequires: libstdc++-static
63BuildRequires: libdrm-devel >= 2.4.60
64BuildRequires: libXxf86vm-devel
65BuildRequires: expat-devel >= 2.0
66BuildRequires: xorg-x11-proto-devel >= 7.4
67BuildRequires: xorg-x11-server-sdk
68%if 0%{?with_hardware}
69BuildRequires:  kernel-headers
70%endif
71BuildRequires: makedepend
72BuildRequires: libXext-devel
73BuildRequires: libXfixes-devel
74BuildRequires: libxcb-devel
75BuildRequires: libXdamage-devel
76BuildRequires: libXi-devel
77BuildRequires: libXmu-devel
78BuildRequires: libXrandr-devel
79BuildRequires: libxshmfence-devel
80BuildRequires: eudev-libudev-devel
81BuildRequires: llvm-devel >= 9.0.0
82%if 0%{?with_opencl}
83BuildRequires: clang-devel
84BuildRequires: libclc-devel
85%endif
86BuildRequires: python3-devel
87BuildRequires: python3-rpm-macros
88BuildRequires: python3-setuptools
89BuildRequires: python3-mako
90BuildRequires: libxml2-python
91%if 0%{?with_vdpau}
92BuildRequires: libvdpau-devel >= 1.1
93%endif
94%if 0%{?with_vaapi}
95BuildRequires: libva-devel
96%endif
97BuildRequires: elfutils-libelf-devel
98BuildRequires: zlib-devel
99%if %{with vulkan}
100BuildRequires: vulkan-devel
101%endif
102
103%description
104Mesa
105
106%package libGL
107Summary: Mesa libGL runtime libraries
108Summary(ja): Mesa libGL ランタイムライブラリ
109Group: System Environment/Libraries
110Requires(post): /sbin/ldconfig
111Requires(postun): /sbin/ldconfig
112Provides: libGL
113Obsoletes: Mesa, XFree86-gl, XOrg-gl
114
115%description libGL
116Mesa libGL runtime libraries and DRI drivers.
117
118
119%package libGL-devel
120Summary: Mesa libGL development package
121Summary(ja): Mesa libGL 開発パッケージ
122Group: Development/Libraries
123Provides: libGL-devel
124Requires: mesa-libGL = %{version}-%{release}
125Requires: libX11-devel
126Requires: libXxf86vm-devel
127Requires: libXdamage-devel
128Requires: libXfixes-devel
129Requires: libXext-devel
130Requires: libdrm-devel
131Obsoletes: Mesa-devel, XFree86-gl-devel, XOrg-gl-devel
132
133%description libGL-devel
134Mesa libGL development package
135
136
137%package dri-drivers
138Summary: Mesa-based DRI drivers
139Summary(ja): Mesa ベースの DRI ドライバ
140Group: User Interface/X Hardware Support
141Obsoletes: mesa-libGL < 8.0.4
142
143%description dri-drivers
144Mesa-based DRI drivers.
145
146%package vdpau-drivers
147Summary: Mesa-based VDPAU drivers
148Summary(ja): Mesa ベースの VDPAU ドライバ
149Group: User Interface/X Hardware Support
150Requires: libvdpau
151
152%description vdpau-drivers
153Mesa-based VDPAU drivers.
154
155
156%package libEGL
157Summary: Mesa libEGL runtime libraries
158Summary(ja): Mesa libEGL ランタイムライブラリ
159Group: System Environment/Libraries
160Requires(post): /sbin/ldconfig
161Requires(postun): /sbin/ldconfig
162Requires: libdrm >= 2.4.24-1
163
164%description libEGL
165Mesa libEGL runtime libraries
166
167%package libEGL-devel
168Summary: Mesa libEGL development package
169Summary(ja): Mesa libEGL 開発パッケージ
170Group: Development/Libraries
171Requires: mesa-libEGL = %{version}-%{release}
172
173%description libEGL-devel
174Mesa libEGL development package
175
176
177%package libGLES
178Summary: Mesa libGLES runtime libraries
179Summary(ja): Mesa libGLES ランタイムライブラリ
180Group: System Environment/Libraries
181Requires(post): /sbin/ldconfig
182Requires(postun): /sbin/ldconfig
183Requires: libdrm >= 2.4.24-1
184
185%description libGLES
186Mesa GLES runtime libraries
187
188%package libGLES-devel
189Summary: Mesa libGLES development package
190Summary(ja): Mesa libGLES 開発パッケージ
191Group: Development/Libraries
192Requires: mesa-libGLES = %{version}-%{release}
193
194%description libGLES-devel
195Mesa libGLES development package
196
197
198%package libOSMesa
199Summary: Mesa offscreen rendering libraries
200Summary(ja): Mesa オフスクリーンレンダリングライブラリ
201Group: System Environment/Libraries
202Requires(post): /sbin/ldconfig
203Requires(postun): /sbin/ldconfig
204Provides: libOSMesa
205
206%description libOSMesa
207Mesa offscreen rendering libraries
208
209
210%package libOSMesa-devel
211Summary: Mesa offscreen rendering development package
212Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
213Group: Development/Libraries
214Requires: mesa-libOSMesa = %{version}-%{release}
215
216%description libOSMesa-devel
217Mesa offscreen rendering development package
218
219
220%package libgbm
221Summary: Mesa gbm library
222Summary(ja): Mesa gbm ライブラリ
223Group: System Environment/Libraries
224Provides: libgbm
225
226%description libgbm
227Mesa gbm runtime library.
228
229
230%package libgbm-devel
231Summary: Mesa libgbm development package
232Summary(ja): Mesa gbm ライブラリ開発パッケージ
233Group: Development/Libraries
234Provides: libgbm-devel
235Requires: mesa-libgbm = %{version}-%{release}
236
237%description libgbm-devel
238Mesa libgbm development package
239
240
241%package libglapi
242Summary: Mesa shared glapi
243Group: System Environment/Libraries
244Provides: libglapi
245
246%description libglapi
247Mesa shared glapi
248
249
250%package libxatracker
251Summary: Mesa XA state tracker for vmware
252Summary(ja): VMware 用 Mesa XA ステートトラッカー
253Group: System Environment/Libraries
254Provides: libxatracker
255
256%description libxatracker
257Mesa XA state tracker for vmware
258
259%package libxatracker-devel
260Summary: Mesa XA state tracker development package
261Summary(ja): Mesa XA ステートトラッカー開発パッケージ
262Group: Development/Libraries
263Requires: mesa-libxatracker = %{version}-%{release}
264Provides: libxatracker-devel
265
266%description libxatracker-devel
267Mesa XA state tracker development package
268
269%if 0%{?with_nine}
270%package libd3d
271Group:          System Environment/Libraries
272Summary:        Mesa Direct3D9 state tracker
273
274%description libd3d
275%{summary}.
276
277%package libd3d-devel
278Summary:        Mesa Direct3D9 state tracker development package
279Group:          Development/Libraries
280Requires:       %{name}-libd3d%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
281
282%description libd3d-devel
283%{summary}.
284%endif
285
286%package source
287Summary: Mesa source code required to build X server
288Summary(ja): X サーバをビルドするために必要な Mesa ソースコード
289Group: Development/Libraries
290
291%description source
292The mesa-source package provides the minimal source code needed to
293build DRI enabled X servers, etc.
294
295
296# compat32
297%package -n compat32-%{name}-libGL
298Summary: Mesa libGL runtime libraries and DRI drivers
299Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
300Group: System Environment/Libraries
301Requires(post): /sbin/ldconfig
302Requires(postun): /sbin/ldconfig
303Requires: %{name}-libGL = %{version}-%{release}
304Requires: compat32-libdrm >= 2.4.5
305
306%description -n compat32-%{name}-libGL
307Mesa libGL runtime libraries and DRI drivers.
308
309%package -n compat32-%{name}-libGL-devel
310Summary: Mesa libGL development package
311Summary(ja): Mesa libGL 開発パッケージ
312Group: Development/Libraries
313Requires: compat32-%{name}-libGL = %{version}-%{release}
314Requires: %{name}-libGL-devel = %{version}-%{release}
315Requires: compat32-libX11-devel
316Requires: compat32-libdrm-devel
317
318%description -n compat32-%{name}-libGL-devel
319Mesa libGL development package
320
321
322%package -n compat32-%{name}-libEGL
323Summary: Mesa libEGL runtime libraries
324Summary(ja): Mesa libEGL ランタイムライブラリ
325Group: System Environment/Libraries
326Requires(post): /sbin/ldconfig
327Requires(postun): /sbin/ldconfig
328Requires: compat32-libdrm >= 2.4.24-1
329
330%description -n compat32-%{name}-libEGL
331Mesa libEGL runtime libraries
332
333%package -n compat32-%{name}-libEGL-devel
334Summary: Mesa libEGL development package
335Summary(ja): Mesa libEGL 開発パッケージ
336Group: Development/Libraries
337Requires: mesa-libEGL = %{version}-%{release}
338Requires: compat32-mesa-libEGL = %{version}-%{release}
339
340%description -n compat32-%{name}-libEGL-devel
341Mesa libEGL development package
342
343
344%package -n compat32-%{name}-libGLES
345Summary: Mesa libGLES runtime libraries
346Summary(ja): Mesa libGLES ランタイムライブラリ
347Group: System Environment/Libraries
348Requires(post): /sbin/ldconfig
349Requires(postun): /sbin/ldconfig
350Requires: compat32-libdrm >= 2.4.24-1
351
352%description -n compat32-%{name}-libGLES
353Mesa GLES runtime libraries
354
355%package -n compat32-%{name}-libGLES-devel
356Summary: Mesa libGLES development package
357Summary(ja): Mesa libGLES 開発パッケージ
358Group: Development/Libraries
359Requires: mesa-libGLES = %{version}-%{release}
360Requires: compat32-mesa-libGLES = %{version}-%{release}
361
362%description -n compat32-%{name}-libGLES-devel
363Mesa libGLES development package
364
365%package -n compat32-%{name}-libOSMesa
366Summary: Mesa offscreen rendering libraries
367Summary(ja): Mesa オフスクリーンレンダリングライブラリ
368Group: System Environment/Libraries
369Requires(post): /sbin/ldconfig
370Requires(postun): /sbin/ldconfig
371Requires: %{name}-libOSMesa
372
373%description -n compat32-%{name}-libOSMesa
374Mesa offscreen rendering libraries
375
376
377%package -n compat32-%{name}-libOSMesa-devel
378Summary: Mesa offscreen rendering development package
379Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
380Group: Development/Libraries
381Requires: compat32-%{name}-libOSMesa = %{version}-%{release}
382Requires: %{name}-libOSMesa-devel = %{version}-%{release}
383
384%description -n compat32-%{name}-libOSMesa-devel
385Mesa offscreen rendering development package
386
387
388%package -n compat32-%{name}-libxatracker
389Summary: Mesa XA state tracker for vmware
390Summary(ja): VMware 用 Mesa XA ステートトラッカー
391Group: System Environment/Libraries
392Requires(post): /sbin/ldconfig
393Requires(postun): /sbin/ldconfig
394Requires: %{name}-libxatracker
395
396%description -n compat32-%{name}-libxatracker
397Mesa XA state tracker for vmware
398
399
400%package -n compat32-%{name}-libgbm
401Summary: Mesa gbm library
402Summary(ja): Mesa gbm ライブラリ
403Group: System Environment/Libraries
404Requires: %{name}-libgbm
405
406%description -n compat32-%{name}-libgbm
407Mesa gbm runtime library.
408
409
410%package -n compat32-%{name}-libglapi
411Summary: Mesa shared glapi
412Group: System Environment/Libraries
413Requires: %{name}-libglapi
414
415%description -n compat32-%{name}-libglapi
416Mesa shared glapi
417
418
419%package -n compat32-%{name}-dri-drivers
420Summary: Mesa-based DRI drivers
421Summary(ja): Mesa ベースの DRI ドライバ
422Group: User Interface/X Hardware Support
423Obsoletes: mesa-libGL < 8.0.4
424
425%description -n compat32-%{name}-dri-drivers
426Mesa-based DRI drivers.
427
428
429%if %{with vulkan}
430%package vulkan-drivers
431Summary:        Mesa Vulkan drivers
432Requires:       vulkan%{_isa}
433
434%description vulkan-drivers
435The drivers with support for the Vulkan API.
436
437%package vulkan-devel
438Summary:        Mesa Vulkan development files
439Requires:       %{name}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
440Requires:       vulkan-devel
441
442%description vulkan-devel
443Headers for development with the Vulkan API.
444%endif
445
446
447%debug_package
448
449
450%prep
451%autosetup -n %{name}-%{version} -p1
452cp %{SOURCE2} .
453cp %{SOURCE3} .
454
455cp %{SOURCE4} docs/
456
457# Make sure the build uses gnu++14 as llvm 10 headers require that
458sed -i -e 's/cpp_std=gnu++11/cpp_std=gnu++14/g' meson.build
459
460%build
461
462%meson -Dcpp_std=gnu++14 \
463  -Dplatforms=x11,drm,surfaceless \
464  -Ddri3=true \
465  -Ddri-drivers=%{?dri_drivers} \
466%if 0%{?with_hardware}
467  -Dgallium-drivers=swrast,virgl,r300,nouveau%{?with_iris:,iris}%{?with_vmware:,svga}%{?with_radeonsi:,radeonsi,r600}%{?with_freedreno:,freedreno}%{?with_etnaviv:,etnaviv}%{?with_tegra:,tegra}%{?with_vc4:,vc4}%{?with_v3d:,v3d}%{?with_kmsro:,kmsro}%{?with_lima:,lima}%{?with_panfrost:,panfrost} \
468%else
469  -Dgallium-drivers=swrast,virgl \
470%endif
471  -Dgallium-vdpau=%{?with_vdpau:true}%{!?with_vdpau:false} \
472  -Dgallium-xvmc=false \
473  -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
474  -Dgallium-va=%{?with_vaapi:true}%{!?with_vaapi:false} \
475  -Dgallium-xa=%{?with_xa:true}%{!?with_xa:false} \
476  -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
477  -Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
478  -Dvulkan-drivers=%{?vulkan_drivers} \
479  -Dshared-glapi=true \
480  -Dgles1=false \
481  -Dgles2=true \
482  -Dopengl=true \
483  -Dgbm=true \
484  -Dglx=dri \
485  -Degl=true \
486%if %{with glvnd}
487  -Dglvnd=true \
488%else
489  -Dglvnd=false \
490%endif
491  -Dasm=%{?with_asm:true}%{!?with_asm:false} \
492  -Dllvm=true \
493  -Dshared-llvm=true \
494  -Dvalgrind=%{?with_valgrind:true}%{!?with_valgrind:false} \
495  -Dbuild-tests=false \
496  -Dselinux=false \
497  -Dosmesa=gallium \
498  -Dvulkan-device-select-layer=true \
499  %{nil}
500%meson_build
501
502%install
503rm -rf $RPM_BUILD_ROOT
504%meson_install
505
506install glesv2.pc %{buildroot}%{_libdir}/pkgconfig/
507
508install egl.pc %{buildroot}%{_libdir}/pkgconfig/
509
510# libvdpau opens the versioned name, don't bother including the unversioned
511rm -f %{buildroot}%{_libdir}/vdpau/*.so
512# likewise glvnd
513%if %{with glvnd}
514rm -f %{buildroot}%{_libdir}/libGLX_mesa.so
515rm -f %{buildroot}%{_libdir}/libEGL_mesa.so
516# XXX can we just not build this
517rm -f %{buildroot}%{_libdir}/libGLES*
518
519# glvnd needs a default provider for indirect rendering where it cannot
520# determine the vendor
521ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
522ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0
523%endif
524
525# strip out useless headers
526rm -f %{buildroot}%{_includedir}/GL/w*.h
527
528pushd $RPM_BUILD_ROOT%{_libdir}
529rm -f xorg/modules/drivers/modesetting_drv.so
530popd
531
532# this keeps breaking, check it early.  note that the exit from eu-ftr is odd.
533pushd %{buildroot}%{_libdir}
534for i in libOSMesa*.so libGL.so ; do
535    eu-findtextrel $i && exit 1
536done
537popd
538
539
540# remove .la files
541find %{buildroot} -name '*.la' -delete
542
543# Install the source needed to build the X server.  The egreps are just
544# stripping out unnecessary dirs; only tricky bit is the [^c] to make sure
545# .../dri/common is included.
546%define mesasourcedir %{_datadir}/mesa/source
547mkdir -p $RPM_BUILD_ROOT/%{mesasourcedir}
548( find src -name \*.[ch] ; find include -name \*.h ) |
549    egrep -v '^src/(glu|glw)' |
550    egrep -v '^src/mesa/drivers/(directfb|dos|fbdev|glide|ggi|osmesa)' |
551    egrep -v '^src/mesa/drivers/(windows|dri/[^c])' |
552    xargs tar cf - --mode a=r |
553       (cd $RPM_BUILD_ROOT/%{mesasourcedir} && tar xf -)
554
555# this keeps breaking, check it early.  note that the exit from eu-ftr is odd.
556pushd %{buildroot}%{_libdir}
557for i in libOSMesa*.so libGL.so ; do
558    eu-findtextrel $i && exit 1
559done
560# check that we really didn't link libstdc++ dynamically
561eu-readelf -d mesa_dri_drivers.so | grep -q libstdc && exit 1
562popd
563
564%clean
565rm -rf $RPM_BUILD_ROOT
566
567%check
568
569%post libGL -p /sbin/ldconfig
570%postun libGL -p /sbin/ldconfig
571%post libOSMesa -p /sbin/ldconfig
572%postun libOSMesa -p /sbin/ldconfig
573%post libEGL -p /sbin/ldconfig
574%postun libEGL -p /sbin/ldconfig
575%post libGLES -p /sbin/ldconfig
576%postun libGLES -p /sbin/ldconfig
577%post libglapi -p /sbin/ldconfig
578%postun libglapi -p /sbin/ldconfig
579%post libgbm -p /sbin/ldconfig
580%postun libgbm -p /sbin/ldconfig
581%post libxatracker -p /sbin/ldconfig
582%postun libxatracker -p /sbin/ldconfig
583
584%if %{build_compat32}
585%post -n compat32-%{name}-libGL -p /sbin/ldconfig
586%postun -n compat32-%{name}-libGL -p /sbin/ldconfig
587%post -n compat32-%{name}-libOSMesa -p /sbin/ldconfig
588%postun -n compat32-%{name}-libOSMesa -p /sbin/ldconfig
589%post -n compat32-%{name}-libEGL -p /sbin/ldconfig
590%postun -n compat32-%{name}-libEGL -p /sbin/ldconfig
591%post -n compat32-%{name}-libGLES -p /sbin/ldconfig
592%postun -n compat32-%{name}-libGLES -p /sbin/ldconfig
593%post -n compat32-%{name}-libglapi -p /sbin/ldconfig
594%postun -n compat32-%{name}-libglapi -p /sbin/ldconfig
595%post -n compat32-%{name}-libgbm -p /sbin/ldconfig
596%postun -n compat32-%{name}-libgbm -p /sbin/ldconfig
597%post -n compat32-%{name}-libxatracker -p /sbin/ldconfig
598%postun -n compat32-%{name}-libxatracker -p /sbin/ldconfig
599%endif
600
601%files libGL
602%defattr(-,root,root,-)
603%{_libdir}/libGL.so.1
604%{_libdir}/libGL.so.1.2*
605
606%files libGL-devel
607%defattr(-,root,root,-)
608%{_includedir}/GL/gl.h
609%{_includedir}/GL/glext.h
610%{_includedir}/GL/glx.h
611%{_includedir}/GL/glxext.h
612%{_includedir}/GL/glcorearb.h
613%dir %{_includedir}/GL/internal
614%{_includedir}/GL/internal/dri_interface.h
615%{_libdir}/libGL.so
616%{_libdir}/libglapi.so
617%{_libdir}/pkgconfig/gl.pc
618%{_libdir}/pkgconfig/dri.pc
619
620%files dri-drivers
621%defattr(-,root,root,-)
622%dir %{_libdir}/dri
623%{_libdir}/dri/*_dri.so
624%{_libdir}/dri/*_drv_video.so
625%dir %{_datadir}/drirc.d
626%config(noreplace) %{_datadir}/drirc.d/*
627%if 0%{?with_opencl}
628%dir %{_libdir}/gallium-pipe
629%{_libdir}/gallium-pipe/*.so
630%endif
631
632%files vdpau-drivers
633%defattr(-,root,root,-)
634%{_libdir}/vdpau/libvdpau_nouveau.so.1*
635%{_libdir}/vdpau/libvdpau_r300.so.1*
636%{_libdir}/vdpau/libvdpau_r600.so.1*
637%{_libdir}/vdpau/libvdpau_radeonsi.so.1*
638
639%files libEGL
640%defattr(-,root,root,-)
641%{_libdir}/libEGL.so.1
642%{_libdir}/libEGL.so.1.*
643
644%files libEGL-devel
645%defattr(-,root,root,-)
646%dir %{_includedir}/EGL
647%{_includedir}/EGL/eglext.h
648%{_includedir}/EGL/egl.h
649%{_includedir}/EGL/eglplatform.h
650%{_includedir}/EGL/eglmesaext.h
651%{_includedir}/EGL/eglextchromium.h
652%dir %{_includedir}/KHR
653%{_includedir}/KHR/*.h
654%{_libdir}/pkgconfig/egl.pc
655%{_libdir}/libEGL.so
656
657%files libGLES
658%defattr(-,root,root,-)
659%{_libdir}/libGLESv2.so.2
660%{_libdir}/libGLESv2.so.2.*
661%{_libdir}/libglapi.so.0
662%{_libdir}/libglapi.so.0.*
663
664%files libGLES-devel
665%defattr(-,root,root,-)
666%dir %{_includedir}/GLES2
667%{_includedir}/GLES2/gl2platform.h
668%{_includedir}/GLES2/gl2.h
669%{_includedir}/GLES2/gl2ext.h
670%dir %{_includedir}/GLES3
671%{_includedir}/GLES3/gl3platform.h
672%{_includedir}/GLES3/gl3.h
673%{_includedir}/GLES3/gl3ext.h
674%{_includedir}/GLES3/gl31.h
675%{_includedir}/GLES3/gl32.h
676%{_libdir}/pkgconfig/glesv2.pc
677%{_libdir}/libGLESv2.so
678
679%files libOSMesa
680%defattr(-,root,root,-)
681%{_libdir}/libOSMesa.so.*
682
683%files libOSMesa-devel
684%defattr(-,root,root,-)
685%dir %{_includedir}/GL
686%{_includedir}/GL/osmesa.h
687%{_libdir}/libOSMesa.so
688%{_libdir}/pkgconfig/osmesa.pc
689
690%files libglapi
691%{_libdir}/libglapi.so.0
692%{_libdir}/libglapi.so.0.*
693
694%files libgbm
695%defattr(-,root,root,-)
696%{_libdir}/libgbm.so.1
697%{_libdir}/libgbm.so.1.*
698
699%files libgbm-devel
700%defattr(-,root,root,-)
701%{_libdir}/libgbm.so
702%{_includedir}/gbm.h
703%{_libdir}/pkgconfig/gbm.pc
704
705%files libxatracker
706%defattr(-,root,root,-)
707%{_libdir}/libxatracker.so.2
708%{_libdir}/libxatracker.so.2.*
709
710%files libxatracker-devel
711%defattr(-,root,root,-)
712%{_libdir}/libxatracker.so
713%{_includedir}/xa_tracker.h
714%{_includedir}/xa_composite.h
715%{_includedir}/xa_context.h
716%{_libdir}/pkgconfig/xatracker.pc
717
718%if 0%{?with_nine}
719%files libd3d
720%dir %{_libdir}/d3d/
721%{_libdir}/d3d/*.so.*
722
723%files libd3d-devel
724%{_libdir}/pkgconfig/d3d.pc
725%{_includedir}/d3dadapter/
726%{_libdir}/d3d/*.so
727%endif
728
729# We constructed this dir carefully, so just slurp in the whole thing.
730%files source
731%defattr(-,root,root,-)
732%{mesasourcedir}
733
734%if %{with vulkan}
735%files vulkan-drivers
736%if 0%{?with_hardware}
737%ifarch %{ix86} x86_64
738%{_libdir}/libvulkan_intel.so
739%{_datadir}/vulkan/icd.d/intel_icd.*.json
740%endif
741%{_libdir}/libvulkan_radeon.so
742%{_datadir}/vulkan/icd.d/radeon_icd.*.json
743%{_libdir}/libVkLayer_MESA_device_select.so
744%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
745%endif
746
747%files vulkan-devel
748%if 0%{?with_hardware}
749%ifarch %{ix86} x86_64
750%{_includedir}/vulkan/vulkan_intel.h
751%endif
752%endif
753%endif
754
755# compat32
756%if %{build_compat32}
757%files -n compat32-%{name}-libGL
758%defattr(-,root,root,-)
759%{_libdir}/libGL.so.1
760%{_libdir}/libGL.so.1.2*
761#%dir %{_libdir}/dri
762#%{_libdir}/dri/*_dri.so
763
764%files -n compat32-%{name}-libGL-devel
765%defattr(-,root,root,-)
766%{_libdir}/libGL.so
767
768%files -n compat32-%{name}-libOSMesa
769%defattr(-,root,root,-)
770%{_libdir}/libOSMesa.so.*
771
772%files -n compat32-%{name}-libOSMesa-devel
773%defattr(-,root,root,-)
774%{_libdir}/libOSMesa.so
775
776%files -n compat32-%{name}-libEGL
777%defattr(-,root,root,-)
778%{_libdir}/libEGL.so.1
779%{_libdir}/libEGL.so.1.*
780
781%files -n compat32-%{name}-libEGL-devel
782%defattr(-,root,root,-)
783%{_libdir}/libEGL.so
784
785%files -n compat32-%{name}-libGLES
786%defattr(-,root,root,-)
787%{_libdir}/libGLESv2.so.2
788%{_libdir}/libGLESv2.so.2.*
789%{_libdir}/libglapi.so.0
790%{_libdir}/libglapi.so.0.*
791
792%files -n compat32-%{name}-libGLES-devel
793%defattr(-,root,root,-)
794%{_libdir}/libGLESv2.so
795%{_libdir}/libglapi.so
796
797%files -n compat32-%{name}-libxatracker
798%defattr(-,root,root,-)
799%{_libdir}/libxatracker.so.2
800%{_libdir}/libxatracker.so.2.*
801
802%files -n compat32-%{name}-libglapi
803%{_libdir}/libglapi.so.0
804%{_libdir}/libglapi.so.0.*
805
806%files -n compat32-%{name}-libgbm
807%defattr(-,root,root,-)
808%{_libdir}/libgbm.so.1
809%{_libdir}/libgbm.so.1.*
810
811%files -n compat32-%{name}-dri-drivers
812%defattr(-,root,root,-)
813%dir %{_libdir}/dri
814%{_libdir}/dri/*_dri.so
815%{_libdir}/dri/*_drv_video.so
816
817%endif
818
819%changelog
820* Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.1.4-1
821- updated to 20.1.4.
822- dropped Patch7 and 1000: fixed in upstream.
823
824* Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.3.5-1
825- updated to 19.3.5.
826- imported Patch1000 from upstream for llvm10.
827
828* Wed Oct 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.2.0-1
829- updated to 19.2.0.
830
831* Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.1.7-1
832- updated to 19.1.7.
833- dropped Patch1.
834- imported Patche7 from rawhide.
835- switched the build-system to meson.
836
837* Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 18.2.6-1
838- updated to 18.2.6.
839- dropped Patch2, 4, 10 and 11.
840
841* Mon Jan 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.3.1-1
842- updated to 17.3.1.
843- replaced all patches from rawhide.
844
845* Fri Aug  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.2.2-1
846- updated to 11.2.2.
847- dropped Patch99: fixed in upstream.
848
849* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.4-2
850- rebuild with gcc-5.4.0
851
852* Thu May 12 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.4-1
853- update to 11.1.4
854
855* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.3-1
856- update to 11.1.3
857
858* Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.9-2
859- create compat32-mesa-dri-drivers subpackage
860
861* Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.9-1
862- update to 11.0.9
863
864* Thu Dec 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.7-1
865- update to 11.0.7
866
867* Sun Nov 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.6-1
868- update to 11.0.6
869
870* Thu Nov 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.5-1
871- update to 11.0.5
872
873* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.4-1
874- update to 11.0.4
875
876* Tue Jul 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.9-1
877- update to 10.5.9
878
879* Thu Jun 11 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 10.5.7-2
880- rebuilt with llvm 3.6.1
881- added %%post and %%postun section for libglapi and libgbm
882
883* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.7-1
884- update to 10.5.7
885
886* Fri May 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.6-1
887- update to 10.5.6
888
889* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.5-1
890- update to 10.5.5
891
892* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.4-1
893- update to 10.5.4
894
895* Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.3-1
896- update to 10.5.3
897
898* Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.7-1
899- update to 10.4.7
900
901* Sun Mar 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.6-1
902- update to 10.4.6
903
904* Sun Feb 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.5-1
905- update to 10.4.5
906
907* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.4-1
908- update to 10.4.4
909
910* Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.5-1
911- update to 10.3.5
912
913* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.4-1
914- update to 10.3.4
915
916* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.3-1
917- update to 10.3.3
918
919* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.2-1
920- update to 10.3.2
921
922* Wed Aug 27 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 10.2.6-1
923- update to 10.2.6
924
925* Tue Jul 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.2.3-2
926- remove pc file from compat32 package
927
928* Thu Jul 10 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 10.2.3-1
929- update to 10.2.3
930
931* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.1.3-3
932- rebuild with libffi-3.0.13
933
934* Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.1.3-2
935- change BuildRequires: eudev-libudev-devel instead of libudev-devel
936
937* Wed May 14 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.1.3-1
938- update to 10.1.3
939- add BR: libxshmfence-devel
940
941* Mon Mar 24 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.4-1
942- update to 10.0.4
943
944* Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.2-1
945- update to 9.2.2
946- add BR: libvdpau-devel, elfutils-libelf-devel, zlib-devel
947- add BR: llvm-devel >= 3.3, libdrm-devel >= 2.4.46
948
949* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0.1-3
950- add Patch0 (mesa-9.0-CVE-2013-1993.patch)
951
952* Sun Dec 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
953- rebuild with llvm-3.1
954- add radeonsi driver
955
956* Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
957- update to mesa-9.0.1
958
959* Sat Nov 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
960- update to mesa-9.0
961- split off libGLU and gl-manpages to external package
962- add libxatracker, libgbm
963
964* Thu Jul 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.4-1
965- update to 8.0.4
966- remove BR: freeglut-devel
967- split DRI drivers to mesa-dri-drivers
968
969* Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
970- update to 8.0.1
971- drop unneeded patches
972- drop old-old dri drivers
973- add BR: libxml2-python
974
975* Sun Jan 22 2012 NAKAMURA Kenta <kenta@vinelinux.org> 7.11.2-2
976- rebuilt with llvm-3.0
977- added Patch9: fix build with LLVM 3.0
978
979* Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11.2-1
980- new upstram release
981
982* Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11-1
983- update to 7.11
984- use r[36]00g gallium driver as default.
985- add BR: llvm-devel
986- drop xorg-x11-drv-vmwgfx
987- drop dri modules from compat32-mesa-libGL
988
989* Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.3-1
990- update to 7.10.3
991- use r300/r600 classic driver for default.
992  - install gallium r[36]00 as r[36]00g
993
994* Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-2
995- add patch50 from upstream fix
996- enable parallel build
997- use standard CFLAGS
998
999* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-1
1000- update to 7.10.2
1001
1002* Fri Mar 25 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.10.1-2
1003- dropped "BR: libtalloc-devel" (no longer needed).
1004
1005* Fri Mar 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.1-1
1006- update to 7.10.1
1007- drop osmesa16 and osmesa32
1008- build with udev, egl and gles
1009- enable gallium r600 driver
1010- add libEGL/libGLES subpackage
1011- add Patch40 to fix build failure
1012- BR: libdrm-devel >= 2.4.24
1013- BR: libudev-devel
1014
1015* Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10-1
1016- update to 7.10
1017- split mesa-demos and glx-utils to their own source package.
1018- add BR: libtalloc-devel
1019
1020* Wed Sep 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.2-1
1021- update to 7.8.2
1022- add Patch40,41 to fix build failure
1023- add Source10 to build with libdrm-2.4.21
1024- add BR: kernel-headers, xorg-x11-server-sdk
1025
1026* Thu Apr  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.8.1-2
1027- rebuilt with gcc-4.4.3-5 on ppc
1028- temporarily don't use "-Os" on ppc (a toolchain bug?)
1029
1030* Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.1-1
1031- update to 7.8.1
1032
1033* Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-1
1034- update to 7.8 release
1035- add xorg-x11-drv-vmwgfx subpackage for VMware GFX DDX driver
1036
1037* Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0.1.git20100217
1038- update to 7.8 branch from git
1039
1040* Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-1
1041- update to 7.6.1 release
1042
1043* Thu Dec 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.2.rc3
1044- update to 7.6.1-rc3
1045
1046* Sat Nov 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.1.rc1
1047- update to 7.6.1-rc1
1048
1049* Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-1
1050- new upstream release
1051- add R: libXxf86vm-devel, libXdamage-devel, libXfixes-devel,
1052  libXext-devel and libdrm-devel to mesa-libGL-devel
1053
1054* Sat Sep 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.4-1
1055- new upstream release
1056
1057* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 7.4.1-2
1058- added compat32 subpackage for x86_64 arch support.
1059
1060* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.1-1
1061- new upstream release
1062- BR: libdrm-devel >= 2.4.9
1063
1064* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
1065- new upstream release
1066- BR: libdrm-devel >= 2.4.5
1067- drop mach64
1068- update patches from fedora
1069
1070* Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-2
1071- add BR: libdrm-devel >= 2.4.0-3
1072
1073* Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
1074- new upstreal release
1075
1076* Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-4
1077- update to 7.1 release
1078
1079* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3.rc3
1080- update to 7.1-rc3
1081
1082* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-2.rc1
1083- include missing swrast_dri.so to %%files list
1084
1085* Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1.rc1
1086- update to 7.1-rc1
1087
1088* Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-2
1089- add Patch100 to disable 915tex driver
1090
1091* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-1
1092- new upstream release
1093
1094* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl1
1095- build with freeglut
1096
1097* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl0
1098- initial build for Vine Linux(bootstrap)
1099
1100* Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-2
1101- mesa-7.0.2-stable-branch.patch: add in mesa 7.0.2 stable patches so far
1102
1103* Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-1
1104- update to Mesa 7.0.2 final
1105- mesa-7.0.2-rx00-vertprog-num-temps-off-by-one.patch - fixes for maniadrive
1106- mesa-7.0.2-t_vp_build-use-less-temps.patch - fixes for maniadrive
1107
1108* Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
1109- mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
1110- mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
1111- mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
1112
1113* Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
1114- mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
1115- This contains the fixes made to the upstream Mesa stable branch
1116  including fixes for 965 vblank interrupt issues along with a fix
1117  in the kernel - remove patches that already upstream.
1118- mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
1119- mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
1120- mesa-7.0.1-965-sampler-crash.patch - dropped
1121
1122* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
1123- mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
1124
1125* Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
1126- Rebuild for new libexpat.
1127
1128* Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
1129- mesa-7.0.1-stable-branch.patch - Add patches from stable branch
1130  includes support for some Intel chipsets
1131- mesa-7.0-use_master-r300.patch - Add r300 driver from master
1132
1133* Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
1134- missing build requires for Xfixes-devel and Xdamage-devel
1135
1136* Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
1137- Rebase to upstream 7.0.1 release
1138- ajax provided patches: for updated selinux awareness, build config
1139- gl visibility and picify were fixed upstream
1140- OS mesa library version are 6.5.3 not 7.0.1 - spec fix
1141
1142* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
1143- Rebuild for RH #249435
1144
1145* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
1146- Add dri_interface.h to mesa-libGL-devel, and conflict with
1147  xorg-x11-proto-devel versions that attempted to provide it.
1148
1149* Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
1150- Add mesa-demos subpackage. (#247252)
1151
1152* Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
1153- mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
1154
1155* Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
1156- Don't install header files for APIs that we don't provide. (#247390)
1157
1158* Fri Jul 06 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
1159- mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
1160
1161* Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
1162- mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
1163  from git. (#231787)
1164
1165* Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
1166- mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
1167  fails, to avoid, for example, crashing the server when using tdfx but
1168  without glide3 installed.
1169
1170* Thu Mar 08 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
1171- Hush the (useless) warning about the synthetic visual not being supported.
1172
1173* Fri Mar 02 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
1174- mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
1175- mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
1176
1177* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
1178- mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
1179- Require a sufficiently new libdrm at runtime too
1180- Make the arch macros do something sensible in the general case
1181
1182* Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
1183- General spec cleanups
1184- Require current libdrm
1185- Build with -fvisibility=hidden
1186- Redo the way mesa-source is generated
1187- Add %%{?_smp_mflags} where appropriate
1188
1189* Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
1190- Add i915tex and mach64 to the install set.
1191
1192* Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
1193- mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
1194  defines to dispatch.h so the X server will continue to build.
1195
1196* Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
1197- Fix OSMesa file listing to use %%version for DSO number.  Note that this
1198  will still break on Mesa 7; oh well.
1199- Deleted file: directfbgl.h
1200
1201* Sun Dec  3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
1202- Update to 6.5.2.
1203
1204* Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
1205- Add i965-interleaved-arrays-fix.patch to fix (#209318).
1206
1207* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
1208- Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
1209
1210* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
1211- Remove . after popd; add .gz in %%files section. (#184547)
1212
1213* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
1214- Use better tarball for gl man pages. (#184547)
1215
1216* Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
1217- Add -fno-strict-aliasing to compiler flags for i965 driver.
1218- Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
1219
1220* Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
1221- Give the correct path for man page file lists.
1222
1223* Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
1224- Add GL man pages from X R6.9.  (#184547)
1225
1226* Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
1227- mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds.  (#207767)
1228
1229* Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
1230- Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
1231  latest GLX_EXT_texture_from_pixmap opcodes.
1232
1233* Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
1234- Remove mesa-6.5-drop-static-inline.patch.
1235
1236* Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
1237- Bump to 6.5.1 final release.
1238- Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
1239  tweak mesa-6.5.1-build-config.patch to not build libGLw.
1240- Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
1241  now be prevented by enabling disable_lowimpact_fallback in
1242  /etc/drirc.
1243- Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
1244- Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
1245
1246* Thu Sep  7 2006 Kristian Høgsberg <krh@redhat.com>
1247- Drop unused mesa-modular-dri-dir.patch.
1248
1249* Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
1250- Rebase to 6.5.1 RC2.
1251- Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
1252  scripts and clean up specfile a bit.
1253
1254* Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
1255- Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
1256  mesa-6.5-tfp-fbconfig-attribs.patch and fix
1257  mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
1258  transparency.
1259
1260* Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
1261- mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
1262
1263* Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
1264- Bump to 6.5.1 RC1.
1265
1266* Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
1267- Pull the vtxfmt patch into the selinux-awareness patch, handle exec
1268  mem heap init failure correctly by releasing mutex.
1269
1270* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
1271- mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
1272  lines on R300+ cards, makes Google Earth tolerable.
1273- mesa-6.5-force-r300.patch: Resurrect.
1274
1275* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
1276- mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
1277  destruction when selinux is enabled.
1278
1279* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
1280- redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
1281
1282* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
1283- Update to pre-6.5.1 snapshot.
1284- Re-add libOSMesa{,16,32}. (#186366)
1285- Add BuildReq: on libXp-devel due to openmotif header insanity.
1286
1287* Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
1288- fix one Requires: to use the correct mesa-libGLw name
1289
1290* Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
1291- Conditionalized libGLw inclusion with new with_libGLw macro defaulting
1292  to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
1293  anymore, we will be transitioning libGLw to an external package maintained
1294  in Fedora Extras soon.
1295
1296* Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
1297- Build for fc5 aiglx repo.
1298
1299* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
1300- Disable TLS dispatch, it is selinux-hostile.
1301
1302* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
1303- mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
1304
1305* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
1306- mesa-6.5-fix-linux-indirect-build.patch: Added.
1307- mesa-6.5-fix-glxinfo-link.patch: Added.
1308- Build libOSMesa never instead of inconsistently; to be fixed later.
1309- Updates to redhat-mesa-target:
1310  - Always select linux-indirect when not building for DRI
1311  - Enable DRI to be built on PPC64 (still disabled in the spec file though)
1312  - MIT licence boilerplate
1313
1314* Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
1315- Remove glut-devel dependency, as nothing actually uses it that we ship.
1316- Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
1317  and other libs from being linked into glxgears/glxinfo even though they
1318  are not actually used.  This was the final package linking to freeglut in
1319  Fedora Core, blocking freeglut from being moved to Extras.
1320- Commented all of the virtual provides in the spec file to document clearly
1321  how they should be used by other developers in specifying build and runtime
1322  dependencies when packaging software which links to libGL, libGLU, and
1323  libGLw. (#200069)
1324
1325* Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
1326- Attempt to add selinux awareness; check if we can map executable memory
1327  and fail softly if not.  Removes the need for allow_execmem from huge
1328  chunks of the desktop.
1329- Disable the r300 gart fix for not compiling.
1330
1331* Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
1332- Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
1333  memory on context destroy.
1334
1335* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
1336- rebuild
1337
1338* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
1339- Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
1340  for (#197640).
1341- Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
1342  mode 0755.
1343
1344* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
1345- Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
1346  help to you know, actually solve the problem.  Duh.
1347- Use {dist} tag in Release field now.
1348
1349* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
1350- Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
1351  work this time due to broken upstream linux-dri-* configs. (#193979)
1352- Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
1353
1354* Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
1355- Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
1356- Use Fedora Extras style BuildRoot tag.
1357- Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
1358
1359* Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
1360- Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
1361
1362* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
1363- Bump for rawhide build.
1364
1365* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
1366- Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
1367  tokens and change tfp functions to return void.  Yes, a new mesa
1368  snapshot would be nice.
1369
1370* Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
1371- Add "BuildRequires: makedepend" for bug (#191967)
1372
1373* Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
1374- Bump for fc5 build.
1375
1376* Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
1377- Disable R300_FORCE_R300 hack for wider testing.
1378
1379* Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
1380- Add mesa-6.5-noexecstack.patch to prevent assembly files from making
1381  libGL.so have executable stack.
1382
1383* Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
1384- Bump for fc5 build.
1385- Bump libdrm requires to 2.0.1.
1386
1387* Sat Apr 01 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
1388- Update to mesa 6.5 snapshot.
1389- Use -MG for generating deps and some files are not yet symlinked at
1390  make depend time.
1391- Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
1392  mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
1393  as these are upstream now.
1394- Drop mesa-6.4.1-texture-from-drawable.patch and add
1395  mesa-6.5-texture-from-pixmap-fixes.patch.
1396- Update mesa-modular-dri-dir.patch to apply.
1397- Widen libGLU glob.
1398- Reenable r300 driver install.
1399- Widen libOSMesa glob.
1400- Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
1401  drop mesa-6.3.2-build-configuration-v4.patch.
1402- Disable sis dri driver for now, only builds on x86 and x86-64.
1403
1404* Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
1405- Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
1406
1407* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
1408- Buildrequires: libXt-devel (#183479)
1409
1410* Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
1411- Disable the expeimental r300 DRI driver, as it has turned out to cause
1412  instability and system hangs for many users.
1413
1414* Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
1415- rebuilt
1416
1417* Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
1418- enable texture-from-drawable patch
1419- add glut-devel dependency
1420
1421* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
1422- bump again for double-long bug on ppc(64)
1423
1424* Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
1425- Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
1426- Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
1427  a Mesa namespace conflict with GNU_SOURCE (#180122)
1428- Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
1429  as an attempt to fix bugs (#176976,176414,fdo#5835)
1430- Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
1431  x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
1432  be modified to require the user to manually turn experimental DRI support
1433  on with Option "dri" in xorg.conf to test it out and report all X bugs that
1434  occur while using it directly to X.Org bugzilla.  (#179712)
1435- Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
1436  update it each upstream release.
1437
1438* Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
1439- Updated to Mesa 6.4.2
1440- Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
1441  each upstream release.
1442
1443* Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
1444- Added missing "BuildRequires: expat-devel" for bug (#178525)
1445- Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
1446  to compile on at least ia64, and possibly other architectures.
1447
1448* Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
1449- Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
1450  support for GLX_EXT_texture_from_drawable extension.
1451
1452* Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
1453- Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
1454- Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
1455- Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
1456- Do not rename swrast libGL .so version, as it is the OpenGL version.
1457
1458* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
1459- Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
1460- Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
1461  packages the files used to be present in, as this is more friendy for
1462  OS upgrades.
1463- Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
1464- Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
1465
1466* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
1467- Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
1468- Added pkgconfig dependency.
1469- Updated "BuildRequires: libdrm-devel >= 2.0-1"
1470- Added Obsoletes lines to all the subpackages to have cleaner upgrades.
1471- Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
1472  AMD64, which is fixed in the 6.4 branch of Mesa CVS.
1473- Conditionalize libOSMesa inclusion, and default to not including it for now.
1474
1475* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
1476- rebuilt
1477
1478* Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
1479- fix directory used for loading dri modules (#173679)
1480- install dri drivers as executable so they get stripped (#173292)
1481
1482* Thu Nov 03 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
1483- Wrote redhat-mesa-source-filelist-generator to dynamically generate the
1484  files to be included in the mesa-source subpackage, to minimize future
1485  maintenance.
1486- Fixed detection and renaming of software mesa .so version.
1487
1488* Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
1489- Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
1490  consistency on all architectures, and to avoid upgrade problems if we
1491  ever disable DRI on an arch and then re-enable it later.
1492
1493* Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
1494- Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
1495  bin/installmesa script to work properly with multilib lib64 architectures.
1496- Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
1497  and invoke our modified bin/installmesa directly instead of using
1498  "make install".
1499- Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
1500  like an extraneous file anyway.
1501- Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
1502  builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
1503  this is how upstream builds the library, although it is not clear to me
1504  why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
1505
1506* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
1507- Updated to new upstream MesaLib-6.4
1508- Updated libGLU.so.1.3.060400 entry in file manifest
1509- Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
1510  unichrome driver.
1511
1512* Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
1513- Fix redhat-mesa-driver-install and spec file to work right on multilib
1514  systems.
1515 
1516* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
1517- Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
1518- Added virtual "Provides: libGL..." entries for each subpackage as relevant.
1519
1520* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
1521- Added the mesa-source subpackage, which contains part of the Mesa source
1522  code needed by other packages such as the X server to build stuff.
1523
1524* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
1525- Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
1526  from previous OS releases, and piecemeal upgrades work as nicely as
1527  possible.
1528
1529* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
1530- Wrote redhat-mesa-target script to simplify mesa build target selection.
1531- Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
1532  per-arch conditionalization, etc.
1533
1534* Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
1535- Initial build.
Note: See TracBrowser for help on using the repository browser.