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

Revision 9536, 43.1 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

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