|
@@ -18,8 +18,8 @@
|
|
|
Summary: Mesa graphics libraries
|
|
|
Summary(ja): Mesa グラフィックスライブラリ
|
|
|
Name: mesa
|
|
|
-Version: 10.1.3
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Version: 10.2.3
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: MIT
|
|
|
Group: System Environment/Libraries
|
|
|
URL: http://www.mesa3d.org
|
|
@@ -29,7 +29,11 @@ Source3: make-git-snapshot.sh
|
|
|
|
|
|
Patch1: mesa-10.0-nv50-fix-build.patch
|
|
|
Patch15: mesa-9.2-hardware-float.patch
|
|
|
-Patch20: mesa-9.2-evergreen-big-endian.patch
|
|
|
+Patch20: mesa-10.2-evergreen-big-endian.patch
|
|
|
+
|
|
|
+# http://lists.freedesktop.org/archives/mesa-dev/2014-July/062741.html
|
|
|
+# https://bugzilla.redhat.com/show_bug.cgi?id=1115323
|
|
|
+Patch31: 0001-i915-Fix-up-intelInitScreen2-for-DRI3.patch
|
|
|
|
|
|
# https://bugs.freedesktop.org/show_bug.cgi?id=73512
|
|
|
Patch99: 0001-opencl-use-versioned-.so-in-mesa.icd.patch
|
|
@@ -106,7 +110,7 @@ Mesa-based DRI drivers.
|
|
|
Summary: Mesa-based VDPAU drivers
|
|
|
Summary: MesaベースのVDPAUドライバ
|
|
|
Group: User Interface/X Hardware Support
|
|
|
-Requires: mesa-filesystem%{?_isa}
|
|
|
+Requires: libvdpau
|
|
|
|
|
|
%description vdpau-drivers
|
|
|
Mesa-based VDPAU drivers.
|
|
@@ -363,6 +367,8 @@ Mesa shared glapi
|
|
|
%patch15 -p1 -b .hwfloat
|
|
|
%patch20 -p1 -b .egbe
|
|
|
|
|
|
+%patch31 -p1 -b .dri3fix2
|
|
|
+
|
|
|
%if 0%{?with_opencl}
|
|
|
%patch99 -p1 -b .icd
|
|
|
%endif
|
|
@@ -508,6 +514,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%dir %{_libdir}/dri
|
|
|
%{_libdir}/dri/*_dri.so
|
|
|
#%{_libdir}/libdricore*.so*
|
|
|
+%dir %{_libdir}/gallium-pipe
|
|
|
+%{_libdir}/gallium-pipe/*.so
|
|
|
|
|
|
%files vdpau-drivers
|
|
|
%defattr(-,root,root,-)
|
|
@@ -558,6 +566,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_includedir}/GLES3/gl3platform.h
|
|
|
%{_includedir}/GLES3/gl3.h
|
|
|
%{_includedir}/GLES3/gl3ext.h
|
|
|
+%{_includedir}/GLES3/gl31.h
|
|
|
%{_libdir}/pkgconfig/glesv1_cm.pc
|
|
|
%{_libdir}/pkgconfig/glesv2.pc
|
|
|
%{_libdir}/libGLESv1_CM.so
|
|
@@ -678,6 +687,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Jul 10 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 10.2.3-1
|
|
|
+- update to 10.2.3
|
|
|
+
|
|
|
* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.1.3-3
|
|
|
- rebuild with libffi-3.0.13
|
|
|
|