Changeset 2ce9ff4


Ignore:
Timestamp:
01/05/2003 11:45:19 PM (21 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
28d8c77f
Parents:
426a130
Message:

Upgrade freetype2 to version 2.1.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r426a130 r2ce9ff4  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>January 5th, 2003 [bdubbs]: freetype2: Updated version
     14to freetype-2.1.7 and fixed sed script.</para></listitem>
    1215
    1316<listitem><para>January 5th, 2003 [larry]: Gnome: Updated to
  • x/lib/freetype2/freetype2-inst.xml

    r426a130 r2ce9ff4  
    55
    66<para><screen><userinput>cp include/freetype/config/ftoption.h include/freetype/config/ftoption.h.orig &amp;&amp;
    7 sed -e 's:#undef  TT_CONFIG_OPTION_BYTECODE_INTERPRETER:#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER:' \
     7sed -e 's:/\* #define  TT_CONFIG_OPTION_BYTECODE_INTERPRETER \*/:#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER:' \
     8    -e 's:/\* #define  FT_CONFIG_OPTION_SYSTEM_ZLIB \*/:#define  FT_CONFIG_OPTION_SYSTEM_ZLIB:' \
    89     include/freetype/config/ftoption.h.orig &gt; include/freetype/config/ftoption.h &amp;&amp;
    910./configure --prefix=/usr &amp;&amp;
     
    1112make install</userinput></screen></para>
    1213
     14<note><para>The <userinput>make install</userinput> process does not uninstall older versions of freetype2. 
     15If installing an upgrade, you may want to remove the older libfreetype.so.x.x.x.</para></note>
     16
    1317</sect2>
    1418
  • x/lib/freetype2/freetype2.ent

    r426a130 r2ce9ff4  
    66<!ENTITY freetype2-config SYSTEM "freetype2-config.xml">
    77<!ENTITY freetype2-buildsize "14 MB">
    8 <!ENTITY freetype2-version "2.1.2">
     8<!ENTITY freetype2-version "2.1.3">
    99<!ENTITY freetype2-download-http
    1010         "http://telia.dl.sourceforge.net/sourceforge/freetype/freetype-&freetype2-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.