Changeset d9a7451 for general/graphlib


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.