Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r4a83293 rac38e9dc  
    88           "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "bfe733250e34629a188d82e3b971bc1e">
     10  <!ENTITY harfbuzz-md5sum        "a2966f1b6a470c2cd84eb511f924cf68">
    1111  <!ENTITY harfbuzz-size          "1.2 MB">
    12   <!ENTITY harfbuzz-buildsize     "21.7 MB">
    13   <!ENTITY harfbuzz-time          "0.5 SBU">
     12  <!ENTITY harfbuzz-buildsize     "32 MB">
     13  <!ENTITY harfbuzz-time          "0.2 SBU">
    1414]>
    1515
     
    3636    </para>
    3737
    38     &lfs76_checked;
     38    &lfs77_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676    <bridgehead renderas="sect4">Recommended</bridgehead>
    7777    <para role="recommended">
    78       <xref linkend="glib2"/>,
     78      <xref linkend="glib2"/> (required for Pango),
    7979      <xref linkend="icu"/> and
    8080      <xref linkend="freetype2"/>
     
    110110
    111111    <para>
    112       If you wish to run the test suite, run the following commands, to
    113       disable a test that fails:
    114     </para>
    115 
    116 <screen><userinput>sed -i "s:tests/arabic-fallback-shaping.tests::g" test/shaping/Makefile.in</userinput></screen>
    117 
    118     <para>
    119112      Install <application>Harfbuzz</application> by running the following
    120113      commands:
     
    164157      <seglistitem>
    165158        <seg>
    166           hb-ot-shape-closure, hb-shape, and hb-view
     159          hb-ot-shape-closure, hb-shape, and
     160          hb-view (only if Cairo is installed)
    167161        </seg>
    168162        <seg>
     
    181175      <?dbhtml list-presentation="table"?>
    182176
    183       <!-- <varlistentry id="hb-ot-shape-closure">
     177      <varlistentry id="hb-ot-shape-closure">
    184178        <term><command>hb-ot-shape-closure</command></term>
    185179        <listitem>
    186180          <para>
    187             does this .....
     181            gives the set of characters contained in a string, represented as
     182            single characters and/or single character names. Example:
     183            <command>hb-ot-shape-closure
     184              /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
    188185          </para>
    189186          <indexterm zone="harfbuzz hb-ot-shape-closure">
     
    197194        <listitem>
    198195          <para>
    199             does this .....
     196            is used for the conversion of text strings into positioned glyphs.
    200197          </para>
    201198          <indexterm zone="harfbuzz hb-shape">
     
    205202      </varlistentry>
    206203
    207     <varlistentry id="hb-view">
     204      <varlistentry id="hb-view">
    208205        <term><command>hb-view</command></term>
    209206        <listitem>
    210207          <para>
    211             does this .....
     208            may be used for a graphical view of a string shape, using a
     209            particular font, as a set of glyphs. Output format is automatically
     210            defined by the file extension, the supported ones being
     211            ansi/png/svg/pdf/ps/eps. Example:
     212            <command>hb-view --output-file=hello.png
     213              /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
    212214          </para>
    213215          <indexterm zone="harfbuzz hb-view">
     
    215217          </indexterm>
    216218        </listitem>
    217       </varlistentry> -->
     219      </varlistentry>
    218220
    219221      <varlistentry id="libharfbuzz">
Note: See TracChangeset for help on using the changeset viewer.