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

Revision 11309, 48.5 KB checked in by tomop, 6 years ago (diff)

mesa-17.3.1-1

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