Changeset 9b8c04ed for general/graphlib


Ignore:
Timestamp:
12/31/2020 08:57:08 AM (3 years ago)
Author:
Pierre Labastie <pieere@…>
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:
7be78b9a
Parents:
ae88b12
Message:

Harfbuzz-2.7.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    rae88b12 r9b8c04ed  
    88           "https://github.com/harfbuzz/harfbuzz/releases/download/&harfbuzz-version;/harfbuzz-&harfbuzz-version;.tar.xz">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "eebccef549722947fda536270057936f">
    11   <!ENTITY harfbuzz-size          "8.3 MB">
    12   <!ENTITY harfbuzz-buildsize     "201 MB (add 20 MB for tests)">
    13   <!ENTITY harfbuzz-time          "0.4 SBU (Using parallelism=4; add 0.4 SBU for tests)">
     10  <!ENTITY harfbuzz-md5sum        "6d8393e6fb84edfb15997d1c5ba35b1b">
     11  <!ENTITY harfbuzz-size          "9.1 MB">
     12  <!ENTITY harfbuzz-buildsize     "240 MB (add 6 MB for tests)">
     13  <!ENTITY harfbuzz-time          "0.4 SBU (Using parallelism=4; add 0.2 SBU for tests)">
    1414]>
    1515
     
    120120    </para>
    121121
    122 <screen><userinput>./configure --prefix=/usr --with-gobject --with-graphite2 &amp;&amp;
    123 make</userinput></screen>
    124 
    125     <para>
    126       To test the results, issue: <command>make check</command>.
     122<screen><userinput>mkdir build &amp;&amp;
     123cd    build &amp;&amp;
     124
     125meson --prefix=/usr -Dgraphite=enabled &amp;&amp;
     126ninja</userinput></screen>
     127
     128    <para>
     129      To test the results, issue: <command>ninja test</command>.
    127130    </para>
    128131
     
    131134    </para>
    132135
    133 <screen role="root"><userinput>make install</userinput></screen>
     136<screen role="root"><userinput>ninja install</userinput></screen>
    134137  </sect2>
    135138
     
    137140    <title>Command Explanations</title>
    138141
    139     <para>
    140       <parameter>--with-gobject</parameter>: This switch enables building
     142<!--
     143    <para>
     144      <parameter>- -with-gobject</parameter>: This switch enables building
    141145      of the <application>HarfBuzz</application> GObject wrapper. Remove
    142146      it if you did not install <application>GLib</application>.
    143147    </para>
    144 
    145     <para>
    146       <parameter>--with-graphite2</parameter>: This switch enables
     148-->
     149    <para>
     150      <parameter>-Dgraphite=enabled</parameter>: This switch enables
    147151      <application>Graphite2</application> support, which is required for
    148152      building <xref linkend="texlive"/> or <xref linkend="libreoffice"/>
     
    150154    </para>
    151155
    152     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    153       href="../../xincludes/gtk-doc-rebuild.xml"/>
     156    <para>
     157      <option>-Ddocs=false</option>: If <xref linkend="gtk-doc"/> is installed,
     158      the documentation is built and installed. This switch prevents that.
     159    </para>
    154160
    155161  </sect2>
Note: See TracChangeset for help on using the changeset viewer.