mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
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
This commit is contained in:
parent
bee7026aad
commit
6121fe54f9
@ -94,7 +94,8 @@
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make test</command>.
|
||||
To test the results, issue: <command>make test</command>. test-str is
|
||||
known to hang on some systems.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -211,7 +211,7 @@ cp -v -R docs/* /usr/share/doc/freetype-&freetype2-version;</userinput></scr
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="freetype-config">
|
||||
<term><command>freetype2-config</command></term>
|
||||
<term><command>freetype-config</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is used to get <application>FreeType</application> compilation
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!ENTITY harfbuzz-download-http
|
||||
"https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
|
||||
<!ENTITY harfbuzz-download-ftp " ">
|
||||
<!ENTITY harfbuzz-md5sum "f176eeda0a4e51a056d3ea6b9e65c27f">
|
||||
<!ENTITY harfbuzz-md5sum "47e5dc0627cb886a5c8029298fa034dd">
|
||||
<!ENTITY harfbuzz-size "3.7 MB">
|
||||
<!ENTITY harfbuzz-buildsize "52 MB (add 45 MB for tests)">
|
||||
<!ENTITY harfbuzz-time "0.4 SBU (add 0.5 SBU for tests)">
|
||||
<!ENTITY harfbuzz-buildsize "121 MB (with tests)">
|
||||
<!ENTITY harfbuzz-time "0.8 SBU (with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="harfbuzz" xreflabel="HarfBuzz-&harfbuzz-version;">
|
||||
@ -144,7 +144,8 @@ make</userinput></screen>
|
||||
<para>
|
||||
<option>--with-graphite2</option>: This switch enables
|
||||
<application>Graphite2</application> support, which is required for
|
||||
building <xref linkend="texlive"/> with system harfbuzz.
|
||||
building <xref linkend="texlive"/> or <xref linkend="libreoffice"/>
|
||||
with system harfbuzz.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
@ -162,14 +163,15 @@ make</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
hb-ot-shape-closure, hb-shape, and
|
||||
hb-ot-shape-closure, hb-shape, hb-subset, and
|
||||
hb-view (only if cairo is installed)
|
||||
</seg>
|
||||
<seg>
|
||||
libharfbuzz.so, libharfbuzz-gobject.so and libharfbuzz-icu.so
|
||||
libharfbuzz.so, libharfbuzz-gobject.so, libharfbuzz-subset,
|
||||
and libharfbuzz-icu.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/{include,share/gtk-doc/html}/harfbuzz
|
||||
/usr/{include,lib/cmake,share/gtk-doc/html}/harfbuzz
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>August 9th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to harfbuzz-1.8.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;10982">#10982</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to libdrm-2.4.93. Fixes
|
||||
<ulink url="&blfs-ticket-root;10983">#10983</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to talloc-2.1.14. Fixes
|
||||
<ulink url="&blfs-ticket-root;10942">#10942</ulink>.</para>
|
||||
|
@ -131,7 +131,7 @@
|
||||
<!ENTITY libbytesize-version "1.3">
|
||||
<!ENTITY libcroco-version "0.6.12">
|
||||
<!ENTITY libdaemon-version "0.14">
|
||||
<!ENTITY libdrm-version "2.4.92">
|
||||
<!ENTITY libdrm-version "2.4.93">
|
||||
<!ENTITY libepoxy-minor "1.5">
|
||||
<!ENTITY libepoxy-version "&libepoxy-minor;.2">
|
||||
<!ENTITY libesmtp-version "1.0.6">
|
||||
@ -203,7 +203,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY gegl-version "0.4.4">
|
||||
<!ENTITY giflib-version "5.1.4">
|
||||
<!ENTITY graphite2-version "1.3.11">
|
||||
<!ENTITY harfbuzz-version "1.8.4">
|
||||
<!ENTITY harfbuzz-version "1.8.7">
|
||||
<!ENTITY ijs-version "0.35">
|
||||
<!ENTITY jasper-version "2.0.14">
|
||||
<!ENTITY lcms-version "1.19">
|
||||
|
@ -142,9 +142,8 @@ chmod u+s /bin/fusermount3 &&
|
||||
install -v -m755 -d /usr/share/doc/fuse-&fuse3-version; &&
|
||||
install -v -m644 ../doc/{README.NFS,kernel.txt} \
|
||||
/usr/share/doc/fuse-&fuse3-version; &&
|
||||
cp -Rv ../doc/html /usr/share/doc/fuse-&fuse3-version; &&
|
||||
|
||||
gunzip /usr/share/man/{man1/fusermount3.1,man8/mount.fuse.8}.gz</userinput></screen>
|
||||
cp -Rv ../doc/html /usr/share/doc/fuse-&fuse3-version;
|
||||
<!-- gunzip /usr/share/man/{man1/fusermount3.1,man8/mount.fuse.8}.gz --></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
|
||||
<!ENTITY libdrm-download-ftp " ">
|
||||
<!ENTITY libdrm-md5sum "f9b00d985f82d0be6ecc20c799acc89e">
|
||||
<!ENTITY libdrm-size "804 KB">
|
||||
<!ENTITY libdrm-buildsize "11 MB">
|
||||
<!ENTITY libdrm-time "less than 0.1 SBU (add 0.8 SBU for tests)">
|
||||
<!ENTITY libdrm-md5sum "0ba45ad1551b2c1b6df0797a3e65f827">
|
||||
<!ENTITY libdrm-size "808 KB">
|
||||
<!ENTITY libdrm-buildsize "13 MB">
|
||||
<!ENTITY libdrm-time "0.1 SBU (add 0.8 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="libdrm" xreflabel="libdrm-&libdrm-version;">
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="xorg7-lib"/> (for Intel KMS API support required by Mesa) <!-- libpciaccess -->
|
||||
<xref linkend="xorg7-lib"/> (for Intel KMS API support required by Mesa)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -111,9 +111,9 @@ ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To check the results, issue <command>ninja test</command>. Tests may hang
|
||||
for unknown reasons. If nouveau threaded test hangs, you can disable it
|
||||
for unknown reasons. <!-- If nouveau threaded test hangs, you can disable it
|
||||
with
|
||||
<command>sed -i 's/^TESTS/#&/' tests/nouveau/Makefile.in</command>.
|
||||
<command>sed -i 's/^TESTS/#&/' tests/nouveau/Makefile.in</command>. -->
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user