Update to mesa-10.5.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15876 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2015-04-25 18:51:06 +00:00
parent b42ddf4857
commit d443361197
4 changed files with 19 additions and 13 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "24"> <!-- Always 2 digits -->
<!ENTITY day "25"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "April 24th, &year;">
<!ENTITY releasedate "April 25th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>April 25th, 2015</para>
<itemizedlist>
<listitem>
<para>[igor] - Update to mesa-10.5.4. Fixes
<ulink url="&blfs-ticket-root;6435">#6435</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>April 24th, 2015</para>
<itemizedlist>

View File

@ -436,7 +436,7 @@
<!ENTITY xbitmaps-version "1.1.1">
<!ENTITY xcursor-themes-version "1.0.4">
<!ENTITY xkeyboard-config-version "2.14">
<!ENTITY mesalib-version "10.5.3">
<!ENTITY mesalib-version "10.5.4">
<!ENTITY xcb-util-version "0.4.0">
<!ENTITY xcb-util-image-version "0.4.0">
<!ENTITY xcb-util-keysyms-version "0.4.0">

View File

@ -5,12 +5,11 @@
%general-entities;
<!ENTITY mesalib-download-http " ">
<!ENTITY mesalib-download-ftp
"ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/mesa-&mesalib-version;.tar.xz">
<!ENTITY mesalib-md5sum "72aaa2604b38135a3a37c37cd967284d">
<!ENTITY mesalib-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/mesa-&mesalib-version;.tar.xz">
<!ENTITY mesalib-md5sum "26644437b6447fb3dbae50714a019797">
<!ENTITY mesalib-size "6.7 MB">
<!ENTITY mesalib-buildsize "230 MB (additional 56 MB for the tests and 2 MB for the docs)">
<!ENTITY mesalib-time "7.9 SBU (additional 0.5 SBU for the tests)">
<!ENTITY mesalib-buildsize "0.2 GB">
<!ENTITY mesalib-time "4.9 SBU">
]>
@ -105,12 +104,10 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="https://pypi.python.org/packages/source/M/Mako/">Mako</ulink>,
<xref linkend="python2"/>,
<ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">mesa-demos</ulink>
(provides more than 300 extra demos to test
<application>MesaLib</application>; this includes the same programs
added by the patch above), and
added by the patch above) and
<ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
</para>
@ -148,8 +145,7 @@
commands:
</para>
<screen><userinput>autoreconf -f -i &amp;&amp;
./configure CFLAGS='-O2' CXXFLAGS='-O2' \
<screen><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2' \
--prefix=$XORG_PREFIX \
--sysconfdir=/etc \
--enable-texture-float \