Ignore:
Timestamp:
07/16/2016 12:09:38 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
4de2fadd
Parents:
534de2d
Message:

Update to freetype-2.6.4
Update to LLVM-3.8.1
Update to Samba-4.4.5
Update to gnome-online-accounts-3.20.2 (systemd)
Update to Weston-1.11.0 (systemd)
Fix the build of GDM (systemd)
Tags and Text Fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/freetype2.xml

    r534de2d r3fdc9b0  
    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        "0037b25a8c090bc8a1218e867b32beb1">
     9  <!ENTITY freetype2-md5sum        "9c3b2258757a19cdba46d34ed1b0852a">
    1010  <!ENTITY freetype2-size          "1.7 MB">
    11   <!ENTITY freetype2-buildsize     "43 MB (with additional documentation)">
     11  <!ENTITY freetype2-buildsize     "36 MB (with additional documentation)">
    1212  <!ENTITY freetype2-time          "0.2 SBU (with additional documentation)">
    1313
     
    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        "ec2629b81f80decdae04a4b528097b81">
    18   <!ENTITY freetype2-doc-size          "5.2 MB">
     17  <!ENTITY freetype2-doc-md5sum        "1f56c5150c38318a7569b7d95e7b0ced">
     18  <!ENTITY freetype2-doc-size          "1.8 MB">
    1919]>
    2020
     
    134134    </para>
    135135
    136 <screen><userinput>sed -e "/AUX.*.gxvalid/s@^# @@" \
    137     -e "/AUX.*.otvalid/s@^# @@" \
    138     -i modules.cfg              &amp;&amp;
    139 
    140 sed -r -e 's:.*(#.*SUBPIXEL.*) .*:\1:' \
     136<screen><userinput>sed -ri "s:.*(AUX_MODULES.*valid):\1:' modules.cfg &amp;&amp;
     137
     138sed -r 's:.*(#.*SUBPIXEL_(RENDERING|HINTING 2)) .*:\1:g" \
    141139    -i include/freetype/config/ftoption.h  &amp;&amp;
    142140
     
    162160
    163161    <para>
    164       <command>sed -e ...</command>: First command enables GX/AAT and OpenType
     162      <command>sed -ri ...</command>: First command enables GX/AAT and OpenType
    165163      table validation and second command enables Subpixel Rendering and
    166164      Subpixel Hinting in order to improve font rendering. Note that Subpixel
Note: See TracChangeset for help on using the changeset viewer.