Changeset a40b6988


Ignore:
Timestamp:
06/09/2015 06:12:21 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
5ca0b448
Parents:
385b822
Message:

Update to freetype-2.6.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/freetype2.xml

    r385b822 ra40b6988  
    77  <!ENTITY freetype2-download-http "&sourceforge-repo;/freetype/freetype-&freetype2-version;.tar.bz2">
    88  <!ENTITY freetype2-download-ftp  "&gentoo-ftp-repo;/freetype-&freetype2-version;.tar.bz2">
    9   <!ENTITY freetype2-md5sum        "2a7a314927011d5030903179cf183be0">
     9  <!ENTITY freetype2-md5sum        "5682890cb0267f6671dd3de6eabd3e69">
    1010  <!ENTITY freetype2-size          "1.7 MB">
    11   <!ENTITY freetype2-buildsize     "27 MB (includes installing additional documentation)">
     11  <!ENTITY freetype2-buildsize     "33 MB (includes installing additional documentation)">
    1212  <!ENTITY freetype2-time          "0.2 SBU">
    1313
    14   <!ENTITY freetype2-doc-version   "2.5.5">
     14  <!ENTITY freetype2-doc-version   "2.6">
    1515  <!ENTITY freetype2-doc-download-http "&sourceforge-repo;/freetype/freetype-doc-&freetype2-doc-version;.tar.bz2">
    1616  <!ENTITY freetype2-doc-download-ftp  "&gentoo-ftp-repo;/freetype-doc-&freetype2-doc-version;.tar.bz2">
    17   <!ENTITY freetype2-doc-md5sum        "6ffe7865943b3dfd6d04546ab7776a8f">
    18   <!ENTITY freetype2-doc-size          "108 KB">
     17  <!ENTITY freetype2-doc-md5sum        "f456b7ead3c351c7c218bb3afd45803c">
     18  <!ENTITY freetype2-doc-size          "468 KB">
    1919]>
    2020
     
    107107    <bridgehead renderas="sect4">Recommended</bridgehead>
    108108    <para role="recommended">
    109       <xref linkend="which"/>,
    110       <xref linkend="harfbuzz"/>,
     109      <xref linkend="harfbuzz"/>
    111110      (first, install without it, after it is installed, reinstall
    112       <xref linkend="freetype2"/>), and
    113       <xref linkend="libpng"/>
     111      <xref linkend="freetype2"/>),
     112      <xref linkend="libpng"/>, and
     113      <xref linkend="which"/>
    114114    </para>
    115115
     
    162162
    163163    <para>
    164       <command>sed -e ...</command>:
    165       First command enables GX/AAT and OpenType table validation and second
    166       command enables Subpixel Rendering and Subpixel Hinting in order to
    167       improve font rendering. Note that Subpixel Rendering may have patent issues.
    168       Be sure to read the <literal>'Other patent issues'</literal> part of
    169       <ulink url="http://www.freetype.org/patents.html"/> before enabling this
    170       option.
     164      <command>sed -e ...</command>: First command enables GX/AAT and OpenType
     165      table validation and second command enables Subpixel Rendering and
     166      Subpixel Hinting in order to improve font rendering. Note that Subpixel
     167      Rendering may have patent issues.  Be sure to read the <literal>'Other
     168      patent issues'</literal> part of
     169      <ulink url="http://www.freetype.org/patents.html"/>
     170      before enabling this option.
    171171    </para>
    172172
  • introduction/welcome/changelog.xml

    r385b822 ra40b6988  
    4848      <para>June 9th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to freetype-2.6. Fixes
     52          <ulink url="&blfs-ticket-root;6579">#6579</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to gpgme-1.5.5. Fixes
  • packages.ent

    r385b822 ra40b6988  
    153153<!ENTITY babl-version                 "0.1.12">
    154154<!ENTITY exiv2-version                "0.24">
    155 <!ENTITY freetype2-version            "2.5.5">
     155<!ENTITY freetype2-version            "2.6">
    156156<!ENTITY fontconfig-version           "2.11.1">  <!-- stable lt .90 micro version -->
    157157<!ENTITY fribidi-version              "0.19.6">
Note: See TracChangeset for help on using the changeset viewer.