Changeset c6e8734


Ignore:
Timestamp:
04/27/2007 03:01:17 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bea96f1
Parents:
4ea8ecd1
Message:

Updated to freetype-2.3.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4ea8ecd1 rc6e8734  
    136136<!ENTITY lcms-version                 "1.16">
    137137<!ENTITY libmng-version               "1.0.9">
    138 <!ENTITY freetype2-version            "2.1.10">
     138<!ENTITY freetype2-version            "2.3.4">
    139139<!ENTITY fontconfig-version           "2.3.2">
    140140<!ENTITY libart_lgpl-version          "2.3.19">
  • general/graphlib/freetype2.xml

    r4ea8ecd1 rc6e8734  
    77  <!ENTITY freetype2-download-http "http://downloads.sourceforge.net/freetype/freetype-&freetype2-version;.tar.bz2">
    88  <!ENTITY freetype2-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/freetype-&freetype2-version;.tar.bz2">
    9   <!ENTITY freetype2-md5sum        "a4012e7d1f6400df44a16743b11b8423">
    10   <!ENTITY freetype2-size          "1.0 MB">
    11   <!ENTITY freetype2-buildsize     "25.0 MB (includes installing additional documentation)">
     9  <!ENTITY freetype2-md5sum        "1a6c59a7723d637c78672e7784da865d">
     10  <!ENTITY freetype2-size          "1.2 MB">
     11  <!ENTITY freetype2-buildsize     "24.3 (includes installing additional documentation)">
    1212  <!ENTITY freetype2-time          "0.4 SBU">
    13   <!ENTITY freetype2-doc-download  "http://downloads.sourceforge.net/freetype/freetype-doc-&freetype2-version;.tar.bz2">
     13
     14  <!ENTITY freetype2-doc-download-http "http://downloads.sourceforge.net/freetype/freetype-doc-&freetype2-version;.tar.bz2">
     15  <!ENTITY freetype2-doc-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/freetype-doc-&freetype2-version;.tar.bz2">
     16  <!ENTITY freetype2-doc-md5sum        "40cb37ba6c003845208c1b89cf507249">
     17  <!ENTITY freetype2-doc-size          "96.4 KB">
    1418]>
    1519
     
    5963    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6064    <itemizedlist spacing="compact">
     65      <title>Additional Documentation</title>
    6166      <listitem>
    62         <para>Additional documentation: <ulink
    63         url="&freetype2-doc-download;"/></para>
     67        <para>Download (HTTP): <ulink url="&freetype2-doc-download-http;"/></para>
     68      </listitem>
     69      <listitem>
     70        <para>Download (FTP): <ulink url="&freetype2-doc-download-ftp;"/></para>
     71      </listitem>
     72      <listitem>
     73        <para>Download MD5 sum: &freetype2-doc-md5sum;</para>
     74      </listitem>
     75      <listitem>
     76        <para>Download size: &freetype2-doc-size;</para>
    6477      </listitem>
    6578    </itemizedlist>
     
    8295    commands:</para>
    8396
    84 <screen><userinput>sed -i -r 's:.*(#.*BYTE.*) .*:\1:' \
    85      include/freetype/config/ftoption.h &amp;&amp;
     97<screen><userinput>sed -i -r -e 's:.*(#.*BYTE.*) .*:\1:' \
     98          -e 's:.*(#.*SUBPIX.*) .*:\1:' \
     99          include/freetype/config/ftoption.h &amp;&amp;
    86100./configure --prefix=/usr &amp;&amp;
    87101make</userinput></screen>
     
    100114    <title>Command Explanations</title>
    101115
    102     <para><command>sed -i -r 's:.*(#.*BYTE.*) .*:\1:'
    103      include/freetype/config/ftoption.h</command>: This command enables the
    104      built-in TrueType bytecode interpreter which in turn enables hinting of
    105      TrueType glyphs. Enabling the interpreter results in much better rendering
    106      of TrueType fonts.</para>
     116    <para><command>sed -i ... 's:.*(#.*BYTE.*) .*:\1:' ...
     117    's:.*(#.*SUBPIX.*) .*:\1:' include/freetype/config/ftoption.h</command>:
     118    This command enables the TrueType native bytecode interpreter and LCD
     119    optimized rendering features. These options result in improved rendering
     120    of fonts, but may have patent restrictions. Be sure to read
     121    <ulink url="http://www.freetype.org/patents.html"/> before enabling these
     122    options.</para>
    107123
    108124  </sect2>
  • introduction/welcome/changelog.xml

    r4ea8ecd1 rc6e8734  
    5353          Fixes ticket #2213.</para>
    5454        </listitem>
     55        <listitem>
     56          <para>[dnicholson] - Updated to FreeType-2.3.4. Fixes ticket
     57          #1988.</para>
     58        </listitem>
    5559      </itemizedlist>
    5660    </listitem>
Note: See TracChangeset for help on using the changeset viewer.