Update to cmake-3.19.4

Update to parted-3.4
Update to libwebp-1.2.0
Update to mesa-20.3.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24168 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2021-02-03 00:38:11 +00:00
parent 83cca6170a
commit d9a74518b9
7 changed files with 80 additions and 24 deletions

View File

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

View File

@ -6,9 +6,9 @@
<!ENTITY libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz"> <!ENTITY libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz">
<!ENTITY libwebp-download-ftp " "> <!ENTITY libwebp-download-ftp " ">
<!ENTITY libwebp-md5sum "7e047f2cbaf584dff7a8a7e0f8572f18"> <!ENTITY libwebp-md5sum "978087605c288fd6c0ab7c4d11e903ae">
<!ENTITY libwebp-size "3.8 MB"> <!ENTITY libwebp-size "3.9 MB">
<!ENTITY libwebp-buildsize "45 MB"> <!ENTITY libwebp-buildsize "50 MB">
<!ENTITY libwebp-time "0.3 SBU"> <!ENTITY libwebp-time "0.3 SBU">
]> ]>
@ -144,11 +144,19 @@ make</userinput></screen>
<seglistitem> <seglistitem>
<seg> <seg>
cwebp, dwebp, gif2webp, vwebp, and webpmux cwebp,
dwebp,
gif2webp,
img2webp,
vwebp,
webpinfo,
and webpmux
</seg> </seg>
<seg> <seg>
libwebpdecoder.so, libwebpdemux.so, libwebpextras.so, libwebpdecoder.so,
libwebpmux.so, and libwebp.so libwebpdemux.so,
libwebpmux.so,
and libwebp.so
</seg> </seg>
<seg> <seg>
/usr/include/webp /usr/include/webp
@ -197,11 +205,23 @@ make</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="img2webp">
<term><command>img2webp</command></term>
<listitem>
<para>
creates an animated WebP file from a sequence of input images.
</para>
<indexterm zone="libwebp img2webp">
<primary sortas="b-img2webp">img2webp</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="vwebp"> <varlistentry id="vwebp">
<term><command>vwebp</command></term> <term><command>vwebp</command></term>
<listitem> <listitem>
<para> <para>
decompress a WebP file and display it in a window. decompresses a WebP file and displays it in a window.
</para> </para>
<indexterm zone="libwebp vwebp"> <indexterm zone="libwebp vwebp">
<primary sortas="b-vwebp">vwebp</primary> <primary sortas="b-vwebp">vwebp</primary>
@ -209,6 +229,19 @@ make</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="webpinfo">
<term><command>webpinfo</command></term>
<listitem>
<para>
prints out the cunk level structure of WebP files along with
performing basic integrity checks.
</para>
<indexterm zone="libwebp webpinfo">
<primary sortas="b-webpinfo">webpinfo</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="webpmux"> <varlistentry id="webpmux">
<term><command>webpmux</command></term> <term><command>webpmux</command></term>
<listitem> <listitem>

View File

@ -6,10 +6,10 @@
<!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
<!ENTITY cmake-download-ftp " "> <!ENTITY cmake-download-ftp " ">
<!ENTITY cmake-md5sum "6f864e620ddf9f01dda37d7fe73667f2"> <!ENTITY cmake-md5sum "2a71f16c61bac5402004066d193fc14e">
<!ENTITY cmake-size "8.8 MB"> <!ENTITY cmake-size "8.8 MB">
<!ENTITY cmake-buildsize "354 MB (add 728 MB for tests)"> <!ENTITY cmake-buildsize "375 MB (add 733 MB for tests)">
<!ENTITY cmake-time "2.1 SBU (add 3.3 SBU for tests, both using parallelism=4)"> <!ENTITY cmake-time "2.2 SBU (add 3.2 SBU for tests, both using parallelism=4)">
]> ]>
<sect1 id="cmake" xreflabel="CMake-&cmake-version;"> <sect1 id="cmake" xreflabel="CMake-&cmake-version;">

View File

@ -41,6 +41,28 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
--> -->
<listitem>
<para>February 2nd, 2021</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to cmake-3.19.4. Fixes
<ulink url="&blfs-ticket-root;14580">#14580</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to parted-3.4. Fixes
<ulink url="&blfs-ticket-root;14581">#14581</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to libwebp-1.2.0. Fixes
<ulink url="&blfs-ticket-root;14583">#14583</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to mesa-20.3.4. Fixes
<ulink url="&blfs-ticket-root;14585">#14585</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>February 1st, 2021</para> <para>February 1st, 2021</para>
<itemizedlist> <itemizedlist>

View File

@ -53,7 +53,7 @@
<!ENTITY mdadm-version "4.1"> <!ENTITY mdadm-version "4.1">
<!ENTITY ntfs-3g-version "2017.3.23"> <!ENTITY ntfs-3g-version "2017.3.23">
<!ENTITY gptfdisk-version "1.0.6"> <!ENTITY gptfdisk-version "1.0.6">
<!ENTITY parted-version "3.3"> <!ENTITY parted-version "3.4">
<!ENTITY reiser-version "3.6.27"> <!ENTITY reiser-version "3.6.27">
<!ENTITY smartmontools-version "7.2"> <!ENTITY smartmontools-version "7.2">
<!ENTITY sshfs-version "3.7.1"> <!ENTITY sshfs-version "3.7.1">
@ -226,7 +226,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY libraw-version "0.20.2"> <!ENTITY libraw-version "0.20.2">
<!ENTITY libspiro-version "20200505"> <!ENTITY libspiro-version "20200505">
<!ENTITY libtiff-version "4.2.0"> <!ENTITY libtiff-version "4.2.0">
<!ENTITY libwebp-version "1.1.0"> <!ENTITY libwebp-version "1.2.0">
<!ENTITY mypaint-brushes-version "1.3.0"> <!-- version 1 only --> <!ENTITY mypaint-brushes-version "1.3.0"> <!-- version 1 only -->
<!ENTITY newt-version "0.52.21"> <!ENTITY newt-version "0.52.21">
<!ENTITY opencv-version "4.5.1"> <!ENTITY opencv-version "4.5.1">
@ -328,7 +328,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY check-version "0.12.0"> <!ENTITY check-version "0.12.0">
<!ENTITY clisp-version "2.49"> <!ENTITY clisp-version "2.49">
<!ENTITY cmake-major-version "3.19"> <!ENTITY cmake-major-version "3.19">
<!ENTITY cmake-minor-version "3"> <!ENTITY cmake-minor-version "4">
<!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;">
<!ENTITY dejagnu-version "1.6.2"> <!ENTITY dejagnu-version "1.6.2">
<!ENTITY doxygen-version "1.9.1"> <!ENTITY doxygen-version "1.9.1">
@ -692,7 +692,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY xcursor-themes-version "1.0.6"> <!ENTITY xcursor-themes-version "1.0.6">
<!ENTITY xkeyboard-config-version "2.31"> <!ENTITY xkeyboard-config-version "2.31">
<!ENTITY mesa-major-minor "20.3"> <!ENTITY mesa-major-minor "20.3">
<!ENTITY mesa-version "&mesa-major-minor;.3"> <!ENTITY mesa-version "&mesa-major-minor;.4">
<!ENTITY xcb-util-version "0.4.0"> <!ENTITY xcb-util-version "0.4.0">
<!ENTITY xcb-util-image-version "0.4.0"> <!ENTITY xcb-util-image-version "0.4.0">
<!ENTITY xcb-util-keysyms-version "0.4.0"> <!ENTITY xcb-util-keysyms-version "0.4.0">

View File

@ -6,10 +6,10 @@
<!ENTITY parted-download-http "&gnu-http;/parted/parted-&parted-version;.tar.xz"> <!ENTITY parted-download-http "&gnu-http;/parted/parted-&parted-version;.tar.xz">
<!ENTITY parted-download-ftp "&gnu-ftp;/parted/parted-&parted-version;.tar.xz"> <!ENTITY parted-download-ftp "&gnu-ftp;/parted/parted-&parted-version;.tar.xz">
<!ENTITY parted-md5sum "090655d05f3c471aa8e15a27536889ec"> <!ENTITY parted-md5sum "357d19387c6e7bc4a8a90fe2d015fe80">
<!ENTITY parted-size "1.7 MB"> <!ENTITY parted-size "1.7 MB">
<!ENTITY parted-buildsize "34 MB (additional 3 MB for the tests and additional 1 MB for optional PDF and Postscript documentation)"> <!ENTITY parted-buildsize "34 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
<!ENTITY parted-time "0.3 SBU (additional 1.7 SBU for the tests)"> <!ENTITY parted-time "0.3 SBU (additional 2.5 SBU for the tests)">
]> ]>
<sect1 id="parted" xreflabel="parted-&parted-version;"> <sect1 id="parted" xreflabel="parted-&parted-version;">
@ -131,16 +131,17 @@ makeinfo --plaintext -o doc/parted.txt doc/parted.texi</userinput></screen>
texi2dvi -o doc/parted.dvi doc/parted.texi &amp;&amp; texi2dvi -o doc/parted.dvi doc/parted.texi &amp;&amp;
dvips -o doc/parted.ps doc/parted.dvi</userinput></screen> dvips -o doc/parted.ps doc/parted.dvi</userinput></screen>
<!-- Not needed with 3.4!
<para> <para>
If you wish to run the test suite, first remove a couple of tests If you wish to run the test suite, first remove a couple of tests
that are known to fail in a BLFS environment. And, adjust two Python that are known to fail in a BLFS environment. And, adjust two Python
scripts to use Python 3, in case Python 2 is not installed: scripts to use Python 3, in case Python 2 is not installed:
</para> </para>
<!-- One of these is due to a C locale, and another is a problem in LVM. --> <!- - One of these is due to a C locale, and another is a problem in LVM. - ->
<screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile &amp;&amp; <screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile &amp;&amp;
sed -i '/t6002-dm-busy.sh/d' tests/Makefile &amp;&amp; sed -i '/t6002-dm-busy.sh/d' tests/Makefile &amp;&amp;
sed -i '1s/python/&amp;3/' tests/{gpt-header-move,msdos-overlap}</userinput></screen> sed -i '1s/python/&amp;3/' tests/{gpt-header-move,msdos-overlap}</userinput></screen>
-->
<para> <para>
To test the results, issue, as the <systemitem To test the results, issue, as the <systemitem
class="username">root</systemitem> user: class="username">root</systemitem> user:

View File

@ -6,10 +6,10 @@
<!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz"> <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
<!ENTITY mesa-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz"> <!ENTITY mesa-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
<!ENTITY mesa-md5sum "c4c81cbd8a93f87104d3f1209948b238"> <!ENTITY mesa-md5sum "556338446aef8ae947a789b3e0b5e056">
<!ENTITY mesa-size "14 MB"> <!ENTITY mesa-size "14 MB">
<!ENTITY mesa-buildsize "631 MB (with docs), add 317 MB for tests"> <!ENTITY mesa-buildsize "676 MB (with docs), add 319 MB for tests">
<!ENTITY mesa-time "2.7 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests"> <!ENTITY mesa-time "2.9 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests">
]> ]>
<sect1 id="mesa" xreflabel="Mesa-&mesa-version;"> <sect1 id="mesa" xreflabel="Mesa-&mesa-version;">