Changeset 8de6b187
- Timestamp:
- 08/08/2003 06:27:39 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 207a6b9
- Parents:
- f1726ff
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/general.ent
rf1726ff r8de6b187 21 21 <!ENTITY % gwrap SYSTEM "genlib/gwrap/gwrap.ent"> 22 22 <!ENTITY % STLport SYSTEM "genlib/stlport/stlport.ent"> 23 <!ENTITY % fontconfig SYSTEM "genlib/fontconfig/fontconfig.ent"> 23 24 %openssl; 24 25 %pcre; … … 39 40 %gwrap; 40 41 %STLport; 42 %fontconfig; 41 43 42 44 <!-- Graphics Libraries --> -
general/genlib/genlib.xml
rf1726ff r8de6b187 53 53 &gwrap; 54 54 &STLport; 55 &fontconfig; 55 56 </chapter> -
index.xml
rf1726ff r8de6b187 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003080 4">6 <!ENTITY releasedate "August 4th, 2003">5 <!ENTITY version "20030808"> 6 <!ENTITY releasedate "August 8th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
rf1726ff r8de6b187 10 10 11 11 <itemizedlist> 12 13 <listitem><para>August 8th, 2003 [larry]: Added fontconfig and made it a 14 dependency for X.</para></listitem> 12 15 13 16 <listitem><para>August 4th, 2003 [larry]: modified intro to -
introduction/welcome/credits.xml
rf1726ff r8de6b187 144 144 Tie-Ten-Quee</emphasis></para></listitem> 145 145 146 <listitem><para>gcc, gcc2, j2sdk, mozilla, nas, openoffice and STLport: <emphasis> 146 <listitem><para>fontconfig, gcc, gcc2, j2sdk, mozilla, nas, openoffice 147 and STLport: <emphasis> 147 148 Tushar Teredesai</emphasis></para></listitem> 148 149 -
x/installing/xfree86/xfree86-inst.xml
rf1726ff r8de6b187 113 113 /* These settings ensure we use our libraries ******************************/ 114 114 #define HasFreetype2 YES 115 #define HasFontconfig YES 115 116 #define HasExpat YES 116 117 #define HasLibpng YES -
x/installing/xfree86/xfree86-intro.xml
rf1726ff r8de6b187 17 17 18 18 <screen>XFree86 depends on: 19 <xref linkend="freetype2"/>, <xref linkend=" expat"/> and <xref linkend="libpng"/></screen>19 <xref linkend="freetype2"/>, <xref linkend="fontconfig"/>, <xref linkend="expat"/> and <xref linkend="libpng"/></screen> 20 20 21 21 <para>There are several files that need to be fetched from the download location:
Note:
See TracChangeset
for help on using the changeset viewer.