packages: Mesa/Mesa.spec - explicit GLES library filenames - added info abo...
qboosh
qboosh at pld-linux.org
Thu Aug 4 21:00:39 CEST 2011
Author: qboosh Date: Thu Aug 4 19:00:39 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- explicit GLES library filenames
- added info about implemented GLES/OpenVG versions to descriptions
---- Files affected:
packages/Mesa:
Mesa.spec (1.285 -> 1.286)
---- Diffs:
================================================================
Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.285 packages/Mesa/Mesa.spec:1.286
--- packages/Mesa/Mesa.spec:1.285 Thu Aug 4 19:42:42 2011
+++ packages/Mesa/Mesa.spec Thu Aug 4 21:00:33 2011
@@ -158,7 +158,6 @@
Group: X11/Libraries
Requires: libdrm >= %{libdrm_ver}
Provides: OpenGL = 2.1
-# reports version 1.3, but supports glXGetProcAddress() from 1.4
Provides: OpenGL-GLX = 1.4
Obsoletes: Mesa
Obsoletes: Mesa-dri
@@ -242,14 +241,16 @@
This package contains shared libraries of Mesa implementation of GLES
(OpenGL ES) - cross-platform API for full-function 2D and 3D graphics
on embedded systems. OpenGL ES specification can be found on Khronos
-Group site: <http://www.khronos.org/opengles/>.
+Group site: <http://www.khronos.org/opengles/>. Mesa implements OpenGL
+ES 1.1 and 2.0.
%description libGLES -l pl.UTF-8
Ten pakiet zawiera biblioteki współdzielone implementacji Mesa
standardu GLES (OpenGL ES) - wieloplatformowego API do w pełni
funkcjonalnej grafiki 2D i 3D na systemach wbudowanych. Specyfikację
OpenGL ES można znaleźć na stronie Khronos Group:
-<http://www.khronos.org/opengles/>.
+<http://www.khronos.org/opengles/>. Mesa zawiera implementacją OpenGL
+ES 1.1 i 2.0.
%package libGLES-devel
Summary: Header files for Mesa GLES libraries
@@ -412,13 +413,15 @@
API that provides a low-level hardware acceleration interface for
vector graphics libraries such as Flash and SVG. OpenVG specification
can be found on Khronos Group site: <http://www.khronos.org/openvg/>.
+Mesa implements OpenVG 1.1.
%description libOpenVG -l pl.UTF-8
Ten pakiet zawiera implementację Mesa standardu OpenVG -
wieloplatfomowego API zapewniającego niskopoziomowy interfejs
akceleracji sprzętowej dla bibliotek grafiki wektorowej, takiej
jak Flash czy SVG. Specyfikację OpenVG można znaleźć na stronie
-Khronos Group: <http://www.khronos.org/openvg/>.
+Khronos Group: <http://www.khronos.org/openvg/>. Mesa zawiera
+implementację OpenVG w wersji 1.1.
%package libOpenVG-devel
Summary: Header file for Mesa OpenVG library
@@ -975,15 +978,19 @@
%files libGLES
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libGLES*.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libGLES*.so.[0-9]
+%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
+%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
%files libGLES-devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libGLES*.so
+%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
+%attr(755,root,root) %{_libdir}/libGLESv2.so
%{_includedir}/GLES
%{_includedir}/GLES2
-%{_pkgconfigdir}/gles*.pc
+%{_pkgconfigdir}/glesv1_cm.pc
+%{_pkgconfigdir}/glesv2.pc
%files libGLU
%defattr(644,root,root,755)
@@ -1026,25 +1033,25 @@
%if %{with osmesa}
%files libOSMesa
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libOSMesa*.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libOSMesa*.so.7
+%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.7
%files libOSMesa-devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libOSMesa*.so
+%attr(755,root,root) %{_libdir}/libOSMesa.so
%{_includedir}/GL/osmesa.h
%if %{with static}
%files libOSMesa-static
%defattr(644,root,root,755)
-%{_libdir}/libOSMesa*.a
+%{_libdir}/libOSMesa.a
%endif
%endif
%if %{with gallium}
%files libOpenVG
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libOpenVG.so.1.0.0
+%attr(755,root,root) %{_libdir}/libOpenVG.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libOpenVG.so.1
%files libOpenVG-devel
@@ -1153,6 +1160,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.286 2011/08/04 19:00:33 qboosh
+- explicit GLES library filenames
+- added info about implemented GLES/OpenVG versions to descriptions
+
Revision 1.285 2011/08/04 17:42:42 qboosh
- longer libGLES and libOpenVG descriptions (+pl)
- dropped specific libdrm BR for nouveau, more recent libdrm is BRed anyway
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Mesa/Mesa.spec?r1=1.285&r2=1.286&f=u
More information about the pld-cvs-commit
mailing list