Changeset 597296d
- Timestamp:
- 02/01/2004 08:07:06 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8460a09
- Parents:
- e6d6193c
- Files:
-
- 5 edited
- 12 moved
Legend:
- Unmodified
- Added
- Removed
-
general/general.ent
re6d6193c r597296d 58 58 <!ENTITY % libungif SYSTEM "graphlib/libungif/libungif.ent"> 59 59 <!ENTITY % libmng SYSTEM "graphlib/libmng/libmng.ent"> 60 <!ENTITY % freetype2 SYSTEM "graphlib/freetype2/freetype2.ent"> 61 <!ENTITY % fontconfig SYSTEM "graphlib/fontconfig/fontconfig.ent"> 60 62 <!ENTITY % imlib SYSTEM "graphlib/imlib/imlib.ent"> 61 63 <!ENTITY % aalib SYSTEM "graphlib/aalib/aalib.ent"> … … 69 71 %libungif; 70 72 %libmng; 73 %freetype2; 74 %fontconfig; 71 75 %imlib; 72 76 %aalib; -
general/graphlib/graphlib.xml
re6d6193c r597296d 1 1 <chapter id="general-graphlib"> 2 2 <?dbhtml filename="graphlib.html" dir="general"?> 3 <title>Graphics Libraries</title>3 <title>Graphics and Font Libraries</title> 4 4 5 5 <para>Depending on what your system will be used for, you may or 6 may not require the graphics libraries.Most desktop machines will6 may not require the graphics and font libraries. Most desktop machines will 7 7 want them for use with graphical applications. Most servers on the 8 8 other hand, will not require them.</para> … … 14 14 &libungif; 15 15 &libmng; 16 &freetype2; 17 &fontconfig; 16 18 &imlib; 17 19 &aalib; -
introduction/welcome/changelog.xml
re6d6193c r597296d 11 11 12 12 <itemizedlist> 13 14 <listitem><para>February 1st, 2004 [tushar]: Moved 15 freetype2 and fontconfig to graphics and font sections.</para></listitem> 13 16 14 17 <listitem><para>February 1st, 2004 [tushar]: Added -
x/lib/lib.xml
re6d6193c r597296d 13 13 assist programmers by supplying common elements.</para> 14 14 15 &freetype2;16 &fontconfig;17 15 &qt; 18 16 >K; -
x/x.ent
re6d6193c r597296d 9 9 <!-- X Libraries --> 10 10 <!ENTITY x-lib SYSTEM "lib/lib.xml"> 11 <!ENTITY % freetype SYSTEM "lib/freetype2/freetype2.ent">12 <!ENTITY % fontconfig SYSTEM "lib/fontconfig/fontconfig.ent">13 11 <!ENTITY % lesstif SYSTEM "lib/lesstif/lesstif.ent"> 14 12 <!ENTITY % qt SYSTEM "lib/qt/qt.ent"> … … 19 17 <!ENTITY % fnlib SYSTEM "lib/fnlib/fnlib.ent"> 20 18 <!ENTITY % startup-notification SYSTEM "lib/notification/startup-notification.ent"> 21 %freetype;22 %fontconfig;23 19 %lesstif; 24 20 %qt;
Note:
See TracChangeset
for help on using the changeset viewer.