Changeset 6121fe5


Ignore:
Timestamp:
08/10/2018 04:29:47 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5fff3896
Parents:
bee7026
Message:

Various text and instruction fixes
Update to harfbuzz-1.8.7
Update to libdrm-2.4.93

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr.xml

    rbee7026 r6121fe5  
    9595
    9696    <para>
    97       To test the results, issue: <command>make test</command>.
     97      To test the results, issue: <command>make test</command>. test-str is
     98      known to hang on some systems.
    9899    </para>
    99100
  • general/graphlib/freetype2.xml

    rbee7026 r6121fe5  
    212212
    213213      <varlistentry id="freetype-config">
    214         <term><command>freetype2-config</command></term>
     214        <term><command>freetype-config</command></term>
    215215        <listitem>
    216216          <para>
  • general/graphlib/harfbuzz.xml

    rbee7026 r6121fe5  
    88           "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "f176eeda0a4e51a056d3ea6b9e65c27f">
     10  <!ENTITY harfbuzz-md5sum        "47e5dc0627cb886a5c8029298fa034dd">
    1111  <!ENTITY harfbuzz-size          "3.7 MB">
    12   <!ENTITY harfbuzz-buildsize     "52 MB (add 45 MB for tests)">
    13   <!ENTITY harfbuzz-time          "0.4 SBU (add 0.5 SBU for tests)">
     12  <!ENTITY harfbuzz-buildsize     "121 MB (with tests)">
     13  <!ENTITY harfbuzz-time          "0.8 SBU (with tests)">
    1414]>
    1515
     
    145145      <option>--with-graphite2</option>: This switch enables
    146146      <application>Graphite2</application> support, which is required for
    147       building <xref linkend="texlive"/> with system harfbuzz.
     147      building <xref linkend="texlive"/> or <xref linkend="libreoffice"/>
     148      with system harfbuzz.
    148149    </para>
    149150
     
    163164      <seglistitem>
    164165        <seg>
    165           hb-ot-shape-closure, hb-shape, and
     166          hb-ot-shape-closure, hb-shape, hb-subset, and
    166167          hb-view (only if cairo is installed)
    167168        </seg>
    168169        <seg>
    169           libharfbuzz.so, libharfbuzz-gobject.so and libharfbuzz-icu.so
     170          libharfbuzz.so, libharfbuzz-gobject.so, libharfbuzz-subset,
     171          and libharfbuzz-icu.so
    170172        </seg>
    171173        <seg>
    172           /usr/{include,share/gtk-doc/html}/harfbuzz
     174          /usr/{include,lib/cmake,share/gtk-doc/html}/harfbuzz
    173175        </seg>
    174176      </seglistitem>
  • introduction/welcome/changelog.xml

    rbee7026 r6121fe5  
    4545      <para>August 9th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to harfbuzz-1.8.7. Fixes
     49          <ulink url="&blfs-ticket-root;10982">#10982</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to libdrm-2.4.93. Fixes
     53          <ulink url="&blfs-ticket-root;10983">#10983</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[renodr] - Update to talloc-2.1.14. Fixes
  • packages.ent

    rbee7026 r6121fe5  
    132132<!ENTITY libcroco-version             "0.6.12">
    133133<!ENTITY libdaemon-version            "0.14">
    134 <!ENTITY libdrm-version               "2.4.92">
     134<!ENTITY libdrm-version               "2.4.93">
    135135<!ENTITY libepoxy-minor               "1.5">
    136136<!ENTITY libepoxy-version             "&libepoxy-minor;.2">
     
    204204<!ENTITY giflib-version               "5.1.4">
    205205<!ENTITY graphite2-version            "1.3.11">
    206 <!ENTITY harfbuzz-version             "1.8.4">
     206<!ENTITY harfbuzz-version             "1.8.7">
    207207<!ENTITY ijs-version                  "0.35">
    208208<!ENTITY jasper-version               "2.0.14">
  • postlfs/filesystems/fuse3.xml

    rbee7026 r6121fe5  
    143143install -v -m644    ../doc/{README.NFS,kernel.txt} \
    144144                    /usr/share/doc/fuse-&fuse3-version;      &amp;&amp;
    145 cp -Rv ../doc/html  /usr/share/doc/fuse-&fuse3-version;      &amp;&amp;
    146 
    147 gunzip /usr/share/man/{man1/fusermount3.1,man8/mount.fuse.8}.gz</userinput></screen>
     145cp -Rv ../doc/html  /usr/share/doc/fuse-&fuse3-version;     
     146<!-- gunzip /usr/share/man/{man1/fusermount3.1,man8/mount.fuse.8}.gz --></userinput></screen>
    148147
    149148  </sect2>
  • x/lib/libdrm.xml

    rbee7026 r6121fe5  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "f9b00d985f82d0be6ecc20c799acc89e">
    10   <!ENTITY libdrm-size          "804 KB">
    11   <!ENTITY libdrm-buildsize     "11 MB">
    12   <!ENTITY libdrm-time          "less than 0.1 SBU (add 0.8 SBU for tests)">
     9  <!ENTITY libdrm-md5sum        "0ba45ad1551b2c1b6df0797a3e65f827">
     10  <!ENTITY libdrm-size          "808 KB">
     11  <!ENTITY libdrm-buildsize     "13 MB">
     12  <!ENTITY libdrm-time          "0.1 SBU (add 0.8 SBU for tests)">
    1313]>
    1414
     
    7878    <bridgehead renderas="sect4">Recommended</bridgehead>
    7979    <para role="recommended">
    80       <xref linkend="xorg7-lib"/> (for Intel KMS API support required by Mesa) <!-- libpciaccess -->
     80      <xref linkend="xorg7-lib"/> (for Intel KMS API support required by Mesa)
    8181    </para>
    8282
     
    112112    <para>
    113113      To check the results, issue <command>ninja test</command>. Tests may hang
    114       for unknown reasons. If nouveau threaded test hangs, you can disable it
     114      for unknown reasons. <!-- If nouveau threaded test hangs, you can disable it
    115115      with
    116       <command>sed -i 's/^TESTS/#&amp;/' tests/nouveau/Makefile.in</command>.
     116      <command>sed -i 's/^TESTS/#&amp;/' tests/nouveau/Makefile.in</command>. -->
    117117    </para>
    118118
Note: See TracChangeset for help on using the changeset viewer.