Changeset 9d2268bb for general


Ignore:
Timestamp:
12/24/2015 04:04:38 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
0bce811
Parents:
458f430
Message:
  • Update to firefox-43.0.2.
  • Update to libwebp-0.5.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16755 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libwebp.xml

    r458f430 r9d2268bb  
    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        "b737062cf688e502b940b460ddc3015f">
    10   <!ENTITY libwebp-size          "972 KB">
    11   <!ENTITY libwebp-buildsize     "22 MB">
    12   <!ENTITY libwebp-time          "0.1 SBU">
     9  <!ENTITY libwebp-md5sum        "ba81eb9bf23e3c69a2f5cc8dcdb5938f">
     10  <!ENTITY libwebp-size          "1.1 MB">
     11  <!ENTITY libwebp-buildsize     "32 MB">
     12  <!ENTITY libwebp-time          "0.2 SBU">
    1313]>
    1414
     
    9999    </para>
    100100
    101 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     101    <note>
     102      <para>
     103        If you are updating from libwebp-0.4.x, and wish that installed
     104        applications link to the new version 0.5.x, they need to be reinstalled.
     105      </para>
     106    </note>
     107
     108<screen><userinput>./configure --prefix=/usr           \
     109            --enable-libwebpmux     \
     110            --enable-libwebpdemux   \
     111            --enable-libwebpdecoder \
     112            --enable-libwebpextras  \
     113            --enable-swap-16bit-csp \
     114            --disable-static        &amp;&amp;
     115
    102116make</userinput></screen>
    103117
     
    116130  <sect2 role="commands">
    117131    <title>Command Explanations</title>
     132
     133
     134    <para>
     135      <parameter>--enable-swap-16bit-csp</parameter>: This switch enables byte
     136      swap for 16 bit colorspaces.
     137    </para>
    118138
    119139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    132152      <seglistitem>
    133153        <seg>
    134           cwebp and dwebp
     154          cwebp, dwebp, gif2webp, vwebp, and webpmux
    135155        </seg>
    136156        <seg>
    137           libwebp.so
     157          libwebpdecoder.so, libwebpdemux.so, libwebpextras.so,
     158          libwebpmux.so, and libwebp.so
    138159        </seg>
    139160        <seg>
     
    172193      </varlistentry>
    173194
     195      <varlistentry id="gif2webp">
     196        <term><command>gif2webp</command></term>
     197        <listitem>
     198          <para>
     199            converts a GIF image to a WebP image.
     200          </para>
     201          <indexterm zone="libwebp gif2webp">
     202            <primary sortas="b-gif2webp">gif2webp</primary>
     203          </indexterm>
     204        </listitem>
     205      </varlistentry>
     206
     207      <varlistentry id="vwebp">
     208        <term><command>vwebp</command></term>
     209        <listitem>
     210          <para>
     211            decompress a WebP file and display it in a window.
     212          </para>
     213          <indexterm zone="libwebp vwebp">
     214            <primary sortas="b-vwebp">vwebp</primary>
     215          </indexterm>
     216        </listitem>
     217      </varlistentry>
     218
     219      <varlistentry id="webpmux">
     220        <term><command>webpmux</command></term>
     221        <listitem>
     222          <para>
     223            creates animated WebP files from non-animated WebP images, extracts
     224            frames from animated WebP images, and manages XMP/EXIF metadata and
     225            ICC profile.
     226          </para>
     227          <indexterm zone="libwebp webpmux">
     228            <primary sortas="b-webpmux">webpmux</primary>
     229          </indexterm>
     230        </listitem>
     231      </varlistentry>
     232
    174233      <varlistentry id="libwebp-lib">
    175234        <term><filename class="libraryfile">libwebp.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.