packages (DEVEL): Mesa/Mesa.spec - up to 8.0 snap 20120115
arekm
arekm at pld-linux.org
Sun Jan 15 21:13:21 CET 2012
Author: arekm Date: Sun Jan 15 20:13:21 2012 GMT
Module: packages Tag: DEVEL
---- Log message:
- up to 8.0 snap 20120115
---- Files affected:
packages/Mesa:
Mesa.spec (1.263.2.46 -> 1.263.2.47)
---- Diffs:
================================================================
Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.263.2.46 packages/Mesa/Mesa.spec:1.263.2.47
--- packages/Mesa/Mesa.spec:1.263.2.46 Wed Dec 14 21:29:40 2011
+++ packages/Mesa/Mesa.spec Sun Jan 15 21:13:16 2012
@@ -22,29 +22,27 @@
# (until they start to be somehow versioned themselves)
%define glapi_ver 7.1.0
#
-%define libdrm_ver 2.4.29
+%define libdrm_ver 2.4.30
%define dri2proto_ver 2.6
%define glproto_ver 1.4.11
#
-%define snap 20111214
+%define snap 20120115
#
Summary: Free OpenGL implementation
Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
Name: Mesa
-Version: 7.12
+Version: 8.0
Release: 0.%{snap}.1%{?with_multigl:.mgl}
License: MIT (core), SGI (GLU) and others - see license.html file
Group: X11/Libraries
Source0: %{name}Lib-%{snap}.tar.bz2
-# Source0-md5: 660ae0341787ad957cb19d7beafa008d
+# Source0-md5: a66edeee8d05c1361cdc3e7b6c033e85
Patch0: %{name}-realclean.patch
URL: http://www.mesa3d.org/
BuildRequires: autoconf >= 2.59
BuildRequires: automake
BuildRequires: expat-devel
BuildRequires: libdrm-devel >= %{libdrm_ver}
-# drop when 2.4.24 is released
-%{?with_nouveau:BuildRequires: libdrm-devel >= 2.4.24}
BuildRequires: libselinux-devel
BuildRequires: libstdc++-devel >= 5:3.3.0
BuildRequires: libtalloc-devel >= 2:2.0.1
@@ -597,8 +595,12 @@
%patch0 -p0
%build
-%{__aclocal}
-%{__autoconf}
+if [ -x autogen.sh ]; then
+ ./autogen.sh
+else
+ %{__aclocal}
+ %{__autoconf}
+fi
dri_drivers="r200 radeon \
%if %{without gallium_intel}
@@ -765,6 +767,7 @@
%dir %{_includedir}/EGL
%{_includedir}/EGL/egl.h
%{_includedir}/EGL/eglext.h
+%{_includedir}/EGL/eglmesaext.h
%{_includedir}/EGL/eglplatform.h
%dir %{_includedir}/KHR
%{_includedir}/KHR/khrplatform.h
@@ -859,7 +862,7 @@
%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) %ghost %{_libdir}/libOSMesa*.so.8
%files libOSMesa-devel
%defattr(644,root,root,755)
@@ -978,6 +981,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.263.2.47 2012/01/15 20:13:16 arekm
+- up to 8.0 snap 20120115
+
Revision 1.263.2.46 2011/12/14 20:29:40 arekm
- up to 7.12-0.20111214.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Mesa/Mesa.spec?r1=1.263.2.46&r2=1.263.2.47&f=u
More information about the pld-cvs-commit
mailing list