Changeset db14638
- Timestamp:
- 08/16/2003 04:29:31 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, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d8e25d6c
- Parents:
- 207a6b9
- Files:
-
- 8 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/general.ent
r207a6b9 rdb14638 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">24 23 %openssl; 25 24 %pcre; … … 40 39 %gwrap; 41 40 %STLport; 42 %fontconfig;43 41 44 42 <!-- Graphics Libraries --> -
general/genlib/genlib.xml
r207a6b9 rdb14638 53 53 &gwrap; 54 54 &STLport; 55 &fontconfig;56 55 </chapter> -
index.xml
r207a6b9 rdb14638 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003081 3">6 <!ENTITY releasedate "August 1 3th, 2003">5 <!ENTITY version "20030815"> 6 <!ENTITY releasedate "August 15th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r207a6b9 rdb14638 10 10 11 11 <itemizedlist> 12 13 <listitem><para>August 15th, 2003 [bdubbs]: Updated XFree86 instructions 14 and added patch file.</para></listitem> 15 16 <listitem><para>August 15th, 2003 [bdubbs]: Updated fontconfig config 17 instructions and moved to X library chapter.</para></listitem> 12 18 13 19 <listitem><para>August 13th, 2003 [tushar]: Fixed nas typo.</para></listitem> -
x/installing/xfree86/xfree86-inst.xml
r207a6b9 rdb14638 57 57 is recommended for customizing the installation. Start from 58 58 the <filename>xc</filename> directory.</para> 59 60 <note><para>The <filename>host.def</filename> file is a c file, not the 61 usual configuration file. If you make any changes, be sure the comment characters 62 (<userinput>/*</userinput> and <userinput>*/</userinput>) 63 are balanced. Most of the entries in the file below are 64 commented out with the default settings shown. 65 </para></note> 59 66 60 67 <para><screen><userinput>cat > config/cf/host.def << "EOF" -
x/installing/xfree86/xfree86-intro.xml
r207a6b9 rdb14638 16 16 application interface (API).</para> 17 17 18 <screen>XFree86 depends on: 19 <xref linkend="freetype2"/>, <xref linkend="fontconfig"/>, <xref linkend="expat"/> and <xref linkend="libpng"/></screen> 18 <para><screen>XFree86 depends on: 19 <xref linkend="libpng"/></screen></para> 20 21 <para>The following packages are included in the XFree86 package, however they 22 are updated more often than the XFree86 package and are highly recommended: 23 <screen><xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></screen> 24 </para> 25 26 <note><para>If you choose to not install these separate packages, the 27 <filename>host.def</filename> file below will have to be modified to 28 instruct XFree86 build them.</para></note> 29 20 30 21 31 <para>There are several files that need to be fetched from the download location: … … 27 37 X430src-6.tgz 7886 KB 28 38 X430src-7.tgz 9099 KB</screen></para> 39 40 <para>You should also download the patch file: 41 <ulink url="ftp://ftp.xfree86.org/pub/XFree86/4.3.0/fixes/4.3.0-4.3.0.1.diff.gz" /></para> 29 42 30 43 <para>The first three packages are the XFree86 programs, the fourth and fifth are fonts, … … 45 58 not download them. 46 59 </para> 60 61 <para>The fixes subdirectory also has a SUMS.md5sum and this can be checked against 62 the patch file: 63 <screen>md5sum 4.3.0-4.3.0.1.diff.gz</screen></para> 64 65 <para>After unpacking the <filename>X430src-?.tgz</filename> files, change to the 66 <filename>xc</filename> directory and run: 67 <screen>bunzip2 4.3.0-4.3.0.1.diff.gz && 68 patch -Np1 -i 4.3.0-4.3.0.1.diff</screen></para> 69 47 70 </sect2> -
x/lib/fontconfig.xml
r207a6b9 rdb14638 5 5 &fontconfig-intro; 6 6 &fontconfig-inst; 7 &fontconfig-config; 7 8 &fontconfig-desc; 8 9 -
x/lib/lib.xml
r207a6b9 rdb14638 3 3 <title>X Libraries</title> 4 4 5 &lesstif;6 5 &freetype2; 6 &fontconfig; 7 7 &qt; 8 8 >K; … … 10 10 &ATK; 11 11 >K2; 12 &lesstif; 12 13 &startup-notification; 13 14 -
x/x.ent
r207a6b9 rdb14638 10 10 <!ENTITY x-lib SYSTEM "lib/lib.xml"> 11 11 <!ENTITY % freetype SYSTEM "lib/freetype2/freetype2.ent"> 12 <!ENTITY % fontconfig SYSTEM "lib/fontconfig/fontconfig.ent"> 12 13 <!ENTITY % lesstif SYSTEM "lib/lesstif/lesstif.ent"> 13 14 <!ENTITY % qt SYSTEM "lib/qt/qt.ent"> … … 18 19 <!ENTITY % startup-notification SYSTEM "lib/notification/startup-notification.ent"> 19 20 %freetype; 21 %fontconfig; 20 22 %lesstif; 21 23 %qt;
Note:
See TracChangeset
for help on using the changeset viewer.