Ignore:
Timestamp:
05/27/2013 04:58:28 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
13e0a61
Parents:
a0dad2bf
Message:

Sync systemd branch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/freetype2.xml

    ra0dad2bf rdcdde93  
    123123    </para>
    124124
    125 <screen><userinput>sed -i -r 's:.*(#.*SUBPIXEL.*) .*:\1:' \
    126           include/freetype/config/ftoption.h &amp;&amp;
     125<screen><userinput>sed -e "s@FT_CFF_HINTING_FREETYPE@FT_CFF_HINTING_ADOBE@" \
     126    -i src/cff/cffobjs.c &amp;&amp;
     127sed -e "/AUX.*.gxvalid/s@^# @@" -e "/AUX.*.otvalid/s@^# @@" \
     128    -i modules.cfg &amp;&amp;
     129sed -e "/#.*.SUBPIXEL/s@/\* @@" -e "/#.*.SUBPIXEL/s@ \*/@@" \
     130    -i include/freetype/config/ftoption.h &amp;&amp;
    127131./configure --prefix=/usr --disable-static &amp;&amp;
    128132make</userinput></screen>
     
    146150
    147151    <para>
    148       <command>sed -i -r 's:.*(#.*SUBPIXEL.*) .*:\1:'
    149       include/freetype/config/ftoption.h</command>:
    150       This command enables LCD optimized rendering. This option results in improved
    151       rendering of fonts, but may have patent restrictions. Be sure to read the
    152       <literal>'Other patent issues'</literal> part of
     152      <command>sed -e ...</command>: First command enables Adobe CFF Engine,
     153      second command enables GX/AAT and OpenType table validation and third
     154      command enables Subpixel Rendering and Subpixel Hinting in order to
     155      improve font rendering. Note that Subpixel Rendering has patent issues.
     156      Be sure to read the <literal>'Other patent issues'</literal> part of
    153157      <ulink url="http://www.freetype.org/patents.html"/> before enabling this
    154158      option.
Note: See TracChangeset for help on using the changeset viewer.