mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
83cca6170a
commit
d9a74518b9
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2021">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!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 blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz">
|
||||
<!ENTITY libwebp-download-ftp " ">
|
||||
<!ENTITY libwebp-md5sum "7e047f2cbaf584dff7a8a7e0f8572f18">
|
||||
<!ENTITY libwebp-size "3.8 MB">
|
||||
<!ENTITY libwebp-buildsize "45 MB">
|
||||
<!ENTITY libwebp-md5sum "978087605c288fd6c0ab7c4d11e903ae">
|
||||
<!ENTITY libwebp-size "3.9 MB">
|
||||
<!ENTITY libwebp-buildsize "50 MB">
|
||||
<!ENTITY libwebp-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
@ -144,11 +144,19 @@ make</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
cwebp, dwebp, gif2webp, vwebp, and webpmux
|
||||
cwebp,
|
||||
dwebp,
|
||||
gif2webp,
|
||||
img2webp,
|
||||
vwebp,
|
||||
webpinfo,
|
||||
and webpmux
|
||||
</seg>
|
||||
<seg>
|
||||
libwebpdecoder.so, libwebpdemux.so, libwebpextras.so,
|
||||
libwebpmux.so, and libwebp.so
|
||||
libwebpdecoder.so,
|
||||
libwebpdemux.so,
|
||||
libwebpmux.so,
|
||||
and libwebp.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/webp
|
||||
@ -197,11 +205,23 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>vwebp</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
decompress a WebP file and display it in a window.
|
||||
decompresses a WebP file and displays it in a window.
|
||||
</para>
|
||||
<indexterm zone="libwebp vwebp">
|
||||
<primary sortas="b-vwebp">vwebp</primary>
|
||||
@ -209,6 +229,19 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>webpmux</command></term>
|
||||
<listitem>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
|
||||
<!ENTITY cmake-download-ftp " ">
|
||||
<!ENTITY cmake-md5sum "6f864e620ddf9f01dda37d7fe73667f2">
|
||||
<!ENTITY cmake-md5sum "2a71f16c61bac5402004066d193fc14e">
|
||||
<!ENTITY cmake-size "8.8 MB">
|
||||
<!ENTITY cmake-buildsize "354 MB (add 728 MB for tests)">
|
||||
<!ENTITY cmake-time "2.1 SBU (add 3.3 SBU for tests, both using parallelism=4)">
|
||||
<!ENTITY cmake-buildsize "375 MB (add 733 MB for tests)">
|
||||
<!ENTITY cmake-time "2.2 SBU (add 3.2 SBU for tests, both using parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="cmake" xreflabel="CMake-&cmake-version;">
|
||||
|
@ -41,6 +41,28 @@
|
||||
</itemizedlist>
|
||||
</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>
|
||||
<para>February 1st, 2021</para>
|
||||
<itemizedlist>
|
||||
|
@ -53,7 +53,7 @@
|
||||
<!ENTITY mdadm-version "4.1">
|
||||
<!ENTITY ntfs-3g-version "2017.3.23">
|
||||
<!ENTITY gptfdisk-version "1.0.6">
|
||||
<!ENTITY parted-version "3.3">
|
||||
<!ENTITY parted-version "3.4">
|
||||
<!ENTITY reiser-version "3.6.27">
|
||||
<!ENTITY smartmontools-version "7.2">
|
||||
<!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 libspiro-version "20200505">
|
||||
<!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 newt-version "0.52.21">
|
||||
<!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 clisp-version "2.49">
|
||||
<!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 dejagnu-version "1.6.2">
|
||||
<!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 xkeyboard-config-version "2.31">
|
||||
<!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-image-version "0.4.0">
|
||||
<!ENTITY xcb-util-keysyms-version "0.4.0">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!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-md5sum "090655d05f3c471aa8e15a27536889ec">
|
||||
<!ENTITY parted-md5sum "357d19387c6e7bc4a8a90fe2d015fe80">
|
||||
<!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-time "0.3 SBU (additional 1.7 SBU for the tests)">
|
||||
<!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 2.5 SBU for the tests)">
|
||||
]>
|
||||
|
||||
<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 &&
|
||||
dvips -o doc/parted.ps doc/parted.dvi</userinput></screen>
|
||||
|
||||
<!-- Not needed with 3.4!
|
||||
<para>
|
||||
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
|
||||
scripts to use Python 3, in case Python 2 is not installed:
|
||||
</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 &&
|
||||
sed -i '/t6002-dm-busy.sh/d' tests/Makefile &&
|
||||
sed -i '1s/python/&3/' tests/{gpt-header-move,msdos-overlap}</userinput></screen>
|
||||
|
||||
-->
|
||||
<para>
|
||||
To test the results, issue, as the <systemitem
|
||||
class="username">root</systemitem> user:
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!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-md5sum "c4c81cbd8a93f87104d3f1209948b238">
|
||||
<!ENTITY mesa-md5sum "556338446aef8ae947a789b3e0b5e056">
|
||||
<!ENTITY mesa-size "14 MB">
|
||||
<!ENTITY mesa-buildsize "631 MB (with docs), add 317 MB for tests">
|
||||
<!ENTITY mesa-time "2.7 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests">
|
||||
<!ENTITY mesa-buildsize "676 MB (with docs), add 319 MB 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;">
|
||||
|
Loading…
Reference in New Issue
Block a user