Changeset 597296d


Ignore:
Timestamp:
02/01/2004 08:07:06 AM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8460a09
Parents:
e6d6193c
Message:

Moved fontconfig and freetype2 to general section

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

Files:
5 edited
12 moved

Legend:

Unmodified
Added
Removed
  • general/general.ent

    re6d6193c r597296d  
    5858<!ENTITY % libungif SYSTEM "graphlib/libungif/libungif.ent">
    5959<!ENTITY % libmng SYSTEM "graphlib/libmng/libmng.ent">
     60<!ENTITY % freetype2 SYSTEM "graphlib/freetype2/freetype2.ent">
     61<!ENTITY % fontconfig SYSTEM "graphlib/fontconfig/fontconfig.ent">
    6062<!ENTITY % imlib SYSTEM "graphlib/imlib/imlib.ent">
    6163<!ENTITY % aalib SYSTEM "graphlib/aalib/aalib.ent">
     
    6971%libungif;
    7072%libmng;
     73%freetype2;
     74%fontconfig;
    7175%imlib;
    7276%aalib;
  • general/graphlib/graphlib.xml

    re6d6193c r597296d  
    11<chapter id="general-graphlib">
    22<?dbhtml filename="graphlib.html" dir="general"?>
    3 <title>Graphics Libraries</title>
     3<title>Graphics and Font Libraries</title>
    44
    55<para>Depending on what your system will be used for, you may or
    6 may not require the graphics libraries. Most desktop machines will
     6may not require the graphics and font libraries. Most desktop machines will
    77want them for use with graphical applications.  Most servers on the
    88other hand, will not require them.</para>
     
    1414&libungif;
    1515&libmng;
     16&freetype2;
     17&fontconfig;
    1618&imlib;
    1719&aalib;
  • introduction/welcome/changelog.xml

    re6d6193c r597296d  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>February 1st, 2004 [tushar]: Moved
     15freetype2 and fontconfig to graphics and font sections.</para></listitem>
    1316
    1417<listitem><para>February 1st, 2004 [tushar]: Added
  • x/lib/lib.xml

    re6d6193c r597296d  
    1313assist programmers by supplying common elements.</para>
    1414
    15 &freetype2;
    16 &fontconfig;
    1715&qt;
    1816&GTK;
  • x/x.ent

    re6d6193c r597296d  
    99<!-- X Libraries -->
    1010<!ENTITY x-lib SYSTEM "lib/lib.xml">
    11 <!ENTITY % freetype SYSTEM "lib/freetype2/freetype2.ent">
    12 <!ENTITY % fontconfig SYSTEM "lib/fontconfig/fontconfig.ent">
    1311<!ENTITY % lesstif SYSTEM "lib/lesstif/lesstif.ent">
    1412<!ENTITY % qt SYSTEM "lib/qt/qt.ent">
     
    1917<!ENTITY % fnlib SYSTEM "lib/fnlib/fnlib.ent">
    2018<!ENTITY % startup-notification SYSTEM "lib/notification/startup-notification.ent">
    21 %freetype;
    22 %fontconfig;
    2319%lesstif;
    2420%qt;
Note: See TracChangeset for help on using the changeset viewer.