Changeset d9a7451


Ignore:
Timestamp:
02/03/2021 12:38:11 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c8a095cb
Parents:
83cca617
Message:

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r83cca617 rd9a7451  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 1st, &year;">
     9<!ENTITY releasedate  "February 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/libwebp.xml

    r83cca617 rd9a7451  
    77  <!ENTITY libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz">
    88  <!ENTITY libwebp-download-ftp  " ">
    9   <!ENTITY libwebp-md5sum        "7e047f2cbaf584dff7a8a7e0f8572f18">
    10   <!ENTITY libwebp-size          "3.8 MB">
    11   <!ENTITY libwebp-buildsize     "45 MB">
     9  <!ENTITY libwebp-md5sum        "978087605c288fd6c0ab7c4d11e903ae">
     10  <!ENTITY libwebp-size          "3.9 MB">
     11  <!ENTITY libwebp-buildsize     "50 MB">
    1212  <!ENTITY libwebp-time          "0.3 SBU">
    1313]>
     
    145145      <seglistitem>
    146146        <seg>
    147           cwebp, dwebp, gif2webp, vwebp, and webpmux
     147          cwebp,
     148          dwebp,
     149          gif2webp,
     150          img2webp,
     151          vwebp,
     152          webpinfo,
     153          and webpmux
    148154        </seg>
    149155        <seg>
    150           libwebpdecoder.so, libwebpdemux.so, libwebpextras.so,
    151           libwebpmux.so, and libwebp.so
     156          libwebpdecoder.so,
     157          libwebpdemux.so,
     158          libwebpmux.so,
     159          and libwebp.so
    152160        </seg>
    153161        <seg>
     
    198206      </varlistentry>
    199207
     208      <varlistentry id="img2webp">
     209        <term><command>img2webp</command></term>
     210        <listitem>
     211          <para>
     212            creates an animated WebP file from a sequence of input images.
     213          </para>
     214          <indexterm zone="libwebp img2webp">
     215            <primary sortas="b-img2webp">img2webp</primary>
     216          </indexterm>
     217        </listitem>
     218      </varlistentry>
     219
    200220      <varlistentry id="vwebp">
    201221        <term><command>vwebp</command></term>
    202222        <listitem>
    203223          <para>
    204             decompress a WebP file and display it in a window.
     224            decompresses a WebP file and displays it in a window.
    205225          </para>
    206226          <indexterm zone="libwebp vwebp">
    207227            <primary sortas="b-vwebp">vwebp</primary>
     228          </indexterm>
     229        </listitem>
     230      </varlistentry>
     231
     232      <varlistentry id="webpinfo">
     233        <term><command>webpinfo</command></term>
     234        <listitem>
     235          <para>
     236            prints out the cunk level structure of WebP files along with
     237            performing basic integrity checks.
     238          </para>
     239          <indexterm zone="libwebp webpinfo">
     240            <primary sortas="b-webpinfo">webpinfo</primary>
    208241          </indexterm>
    209242        </listitem>
  • general/prog/cmake.xml

    r83cca617 rd9a7451  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "6f864e620ddf9f01dda37d7fe73667f2">
     9  <!ENTITY cmake-md5sum        "2a71f16c61bac5402004066d193fc14e">
    1010  <!ENTITY cmake-size          "8.8 MB">
    11   <!ENTITY cmake-buildsize     "354 MB (add 728 MB for tests)">
    12   <!ENTITY cmake-time          "2.1 SBU (add 3.3 SBU for tests, both using parallelism=4)">
     11  <!ENTITY cmake-buildsize     "375 MB (add 733 MB for tests)">
     12  <!ENTITY cmake-time          "2.2 SBU (add 3.2 SBU for tests, both using parallelism=4)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r83cca617 rd9a7451  
    4242    </listitem>
    4343    -->
     44   <listitem>
     45     <para>February 2nd, 2021</para>
     46     <itemizedlist>
     47       <listitem>
     48         <para>[renodr] - Update to cmake-3.19.4. Fixes
     49         <ulink url="&blfs-ticket-root;14580">#14580</ulink>.</para>
     50       </listitem>
     51       <listitem>
     52         <para>[renodr] - Update to parted-3.4. Fixes
     53         <ulink url="&blfs-ticket-root;14581">#14581</ulink>.</para>
     54       </listitem>
     55       <listitem>
     56         <para>[renodr] - Update to libwebp-1.2.0. Fixes
     57         <ulink url="&blfs-ticket-root;14583">#14583</ulink>.</para>
     58       </listitem>
     59       <listitem>
     60         <para>[renodr] - Update to mesa-20.3.4. Fixes
     61         <ulink url="&blfs-ticket-root;14585">#14585</ulink>.</para>
     62       </listitem>
     63     </itemizedlist>
     64   </listitem>
     65
    4466   <listitem>
    4567     <para>February 1st, 2021</para>
  • packages.ent

    r83cca617 rd9a7451  
    5454<!ENTITY ntfs-3g-version              "2017.3.23">
    5555<!ENTITY gptfdisk-version             "1.0.6">
    56 <!ENTITY parted-version               "3.3">
     56<!ENTITY parted-version               "3.4">
    5757<!ENTITY reiser-version               "3.6.27">
    5858<!ENTITY smartmontools-version        "7.2">
     
    227227<!ENTITY libspiro-version             "20200505">
    228228<!ENTITY libtiff-version              "4.2.0">
    229 <!ENTITY libwebp-version              "1.1.0">
     229<!ENTITY libwebp-version              "1.2.0">
    230230<!ENTITY mypaint-brushes-version      "1.3.0"> <!-- version 1 only -->
    231231<!ENTITY newt-version                 "0.52.21">
     
    329329<!ENTITY clisp-version                "2.49">
    330330<!ENTITY cmake-major-version          "3.19">
    331 <!ENTITY cmake-minor-version          "3">
     331<!ENTITY cmake-minor-version          "4">
    332332<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    333333<!ENTITY dejagnu-version              "1.6.2">
     
    693693<!ENTITY xkeyboard-config-version     "2.31">
    694694<!ENTITY mesa-major-minor             "20.3">
    695 <!ENTITY mesa-version                 "&mesa-major-minor;.3">
     695<!ENTITY mesa-version                 "&mesa-major-minor;.4">
    696696<!ENTITY xcb-util-version             "0.4.0">
    697697<!ENTITY xcb-util-image-version       "0.4.0">
  • postlfs/filesystems/parted.xml

    r83cca617 rd9a7451  
    77  <!ENTITY parted-download-http "&gnu-http;/parted/parted-&parted-version;.tar.xz">
    88  <!ENTITY parted-download-ftp  "&gnu-ftp;/parted/parted-&parted-version;.tar.xz">
    9   <!ENTITY parted-md5sum        "090655d05f3c471aa8e15a27536889ec">
     9  <!ENTITY parted-md5sum        "357d19387c6e7bc4a8a90fe2d015fe80">
    1010  <!ENTITY parted-size          "1.7 MB">
    11   <!ENTITY parted-buildsize     "34 MB (additional 3 MB for the tests and additional 1 MB for optional PDF and Postscript documentation)">
    12   <!ENTITY parted-time          "0.3 SBU (additional 1.7 SBU for the tests)">
     11  <!ENTITY parted-buildsize     "34 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
     12  <!ENTITY parted-time          "0.3 SBU (additional 2.5 SBU for the tests)">
    1313]>
    1414
     
    132132dvips                -o doc/parted.ps  doc/parted.dvi</userinput></screen>
    133133
     134<!-- Not needed with 3.4!
    134135    <para>
    135136      If you wish to run the test suite, first remove a couple of tests
     
    137138      scripts to use Python 3, in case Python 2 is not installed:
    138139    </para>
    139  <!-- One of these is due to a C locale, and another is a problem in LVM. -->
     140 <!- - One of these is due to a C locale, and another is a problem in LVM. - ->
    140141<screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile &amp;&amp;
    141142sed -i '/t6002-dm-busy.sh/d' tests/Makefile &amp;&amp;
    142143sed -i '1s/python/&amp;3/' tests/{gpt-header-move,msdos-overlap}</userinput></screen>
    143 
     144-->
    144145    <para>
    145146      To test the results, issue, as the <systemitem
  • x/installing/mesa.xml

    r83cca617 rd9a7451  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "c4c81cbd8a93f87104d3f1209948b238">
     9  <!ENTITY mesa-md5sum        "556338446aef8ae947a789b3e0b5e056">
    1010  <!ENTITY mesa-size          "14 MB">
    11   <!ENTITY mesa-buildsize     "631 MB (with docs), add 317 MB for tests">
    12   <!ENTITY mesa-time          "2.7 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests">
     11  <!ENTITY mesa-buildsize     "676 MB (with docs), add 319 MB for tests">
     12  <!ENTITY mesa-time          "2.9 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.