Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r683821c2 r5c14fb68  
    88           "https://github.com/harfbuzz/harfbuzz/releases/download/&harfbuzz-version;/harfbuzz-&harfbuzz-version;.tar.xz">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "b1977caae59978c2fea28a4b66a60da0">
    11   <!ENTITY harfbuzz-size          "11 MB">
    12   <!ENTITY harfbuzz-buildsize     "86 MB (add 6 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     "229 MB (add 6 MB for tests)">
     13  <!ENTITY harfbuzz-time          "0.3 SBU (Using parallelism=4; add 0.2 SBU for tests)">
    1414]>
    1515
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7576    <bridgehead renderas="sect4">Recommended</bridgehead>
    7677    <para role="recommended">
    77       <xref linkend="gobject-introspection"/> (required if building GNOME),
     78      <xref linkend="git"/>,
    7879      <xref linkend="glib2"/> (required for Pango),
    7980      <xref role="first" linkend="graphite2"/> (required for building
     
    9192      dependencies, including harfbuzz, first, then rebuild harfbuzz if the
    9293      cairo backend is needed),
    93       <xref linkend="git"/>,
    94       <xref linkend="gtk-doc"/>,
     94      <xref linkend="gobject-introspection"/>,
     95      <xref linkend="gtk-doc"/>, and
    9596      <ulink url="https://pypi.org/project/FontTools/">FontTools</ulink>
    96       (Python 3 module, for the testsuite), and
    97       <ulink url="https://www.colm.net/open-source/ragel/">ragel</ulink>
     97      (Python 3 module, for the testsuite)
    9898    </para>
    9999
     
    124124cd    build &amp;&amp;
    125125
    126 meson --prefix=/usr        \
    127       --buildtype=release  \
    128       -Dgraphite=enabled   \
    129       -Dbenchmark=disabled &amp;&amp;
     126meson --prefix=/usr -Dgraphite=enabled -Dbenchmark=disabled &amp;&amp;
    130127ninja</userinput></screen>
    131128
     
    143140  <sect2 role="commands">
    144141    <title>Command Explanations</title>
    145 
    146     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    147       href="../../xincludes/meson-buildtype-release.xml"/>
    148142
    149143<!--
     
    210204            single characters and/or single character names. Example:
    211205            <command>hb-ot-shape-closure
    212               /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>
     206              /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
    213207          </para>
    214208          <indexterm zone="harfbuzz hb-ot-shape-closure">
     
    222216        <listitem>
    223217          <para>
    224             is used for the conversion of text strings into positioned glyphs
     218            is used for the conversion of text strings into positioned glyphs.
    225219          </para>
    226220          <indexterm zone="harfbuzz hb-shape">
     
    234228        <listitem>
    235229          <para>
    236             is used to create subsets of fonts, and display text using them
     230            is used to create subsets of fonts, and display text using them.
    237231          </para>
    238232          <indexterm zone="harfbuzz hb-subset">
     
    251245            being ansi/png/svg/pdf/ps/eps. For example:
    252246            <command>hb-view --output-file=hello.png
    253               /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>
     247              /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
    254248          </para>
    255249          <indexterm zone="harfbuzz hb-view">
     
    263257        <listitem>
    264258          <para>
    265             is the HarfBuzz text shaping library
     259            is the HarfBuzz text shaping library.
    266260          </para>
    267261          <indexterm zone="harfbuzz libharfbuzz">
     
    275269        <listitem>
    276270          <para>
    277             provides GObject integration for the HarfBuzz text shaping library
     271            provides GObject integration for the HarfBuzz text shaping library.
    278272          </para>
    279273          <indexterm zone="harfbuzz libharfbuzz-gobject">
     
    287281        <listitem>
    288282          <para>
    289             provides ICU integration for the HarfBuzz text shaping library
     283            provides ICU integration for the HarfBuzz text shaping library.
    290284          </para>
    291285          <indexterm zone="harfbuzz libharfbuzz-icu">
Note: See TracChangeset for help on using the changeset viewer.