Changeset 822c1eb5


Ignore:
Timestamp:
12/20/2019 01:17:04 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
5d77516
Parents:
e022b07
Message:

woff2 + brotli: minor tweaks

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/brotli.xml

    re022b07 r822c1eb5  
    1010  <!ENTITY brotli-size          "23 MB">
    1111  <!ENTITY brotli-buildsize     "43 MB (add 5 MB if installing both sets of python bindings, add 9 MB for the main test and 5MB for testing the bindings)">
    12   <!-- time for testing without the bindings is minimal, each set takes similar tiem and space -->
     12  <!-- time for testing without the bindings is minimal, each set takes similar time and space -->
    1313  <!ENTITY brotli-time          "0.2 SBU (add 0.3 SBU for the python bindings, and 1.2 SBU if testing them)">
    1414]>
     
    9898    <bridgehead renderas="sect4">Optional</bridgehead>
    9999    <para role="optional">
    100       <xref linkend="python2"/> (to create the bindings for that)
     100      <xref linkend="python2"/> (to create python2 bindings)
    101101    </para>
    102102
     
    116116
    117117<screen><userinput>mkdir out &amp;&amp;
    118 cd out    &amp;&amp;
     118cd    out    &amp;&amp;
    119119
    120120cmake -DCMAKE_INSTALL_PREFIX=/usr \
     
    142142    <para>
    143143      If you wish to test the bindings, go back to the top-level directory and
    144       run python3 setup.py test.
     144      issue: <command>python3 setup.py test</command>.
    145145    </para>
    146146
     
    175175      <seglistitem>
    176176        <seg>
    177           brotli.
     177          brotli
    178178        </seg>
    179179        <seg>
    180           libbrotlicommon{-static.a,.so}, libbrotlidec{,-static,.so} and libbrotlienc{,-static,.so}.
     180          libbrotlicommon{-static.a,.so}, libbrotlidec{,-static,.so} and libbrotlienc{,-static,.so}
    181181        </seg>
    182182        <seg>
  • general/graphlib/woff2.xml

    re022b07 r822c1eb5  
    3838    </para>
    3939
    40     &lfs90_built;
     40    &lfs90_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    109109    </para>
    110110
    111 <screen><userinput>mkdir out                           &amp;
    112 cd out                              &amp;
     111<screen><userinput>mkdir out                           &amp;&amp;
     112cd    out                           &amp;&amp;
    113113cmake -DCMAKE_INSTALL_PREFIX=/usr \
    114       -DCMAKE_BUILD_TYPE=Release .. &amp;
     114      -DCMAKE_BUILD_TYPE=Release .. &amp;&amp;
    115115make</userinput></screen>
    116116
     
    136136      <seglistitem>
    137137        <seg>
     138          None
    138139        </seg>
    139140        <seg>
    140           libwoff2common.so, libwoff2dec.so and libwoff2enc.so.
     141          libwoff2common.so, libwoff2dec.so and libwoff2enc.so
    141142        </seg>
    142143        <seg>
    143           /usr/include/woff2.
     144          /usr/include/woff2
    144145        </seg>
    145146      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.