Changeset 5e9b2ef
- Timestamp:
- 05/17/2004 02:21:33 PM (20 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_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b63aae5
- Parents:
- 23664262
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/glossary.xml
r23664262 r5e9b2ef 368 368 <glossdef><para>Open Metadata Framework</para></glossdef></glossentry> 369 369 370 <glossentry id="gOMNI"><glossterm><acronym>OMNI</acronym></glossterm>371 <glossdef><para>OMNIdirectional</para></glossdef></glossentry>372 373 370 <glossentry id="gORB"><glossterm><acronym>ORB</acronym></glossterm> 374 371 <glossdef><para>Object Request Broker</para><glossseealso -
index.xml
r23664262 r5e9b2ef 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2004051 6">6 <!ENTITY releasedate "May 1 6th, 2004">7 <!ENTITY pubdate "2004-05-1 6">5 <!ENTITY version "CVS-20040517"> 6 <!ENTITY releasedate "May 17th, 2004"> 7 <!ENTITY pubdate "2004-05-17"> 8 8 <!ENTITY blfs-version "cvs"> 9 9 -
introduction/welcome/changelog.xml
r23664262 r5e9b2ef 11 11 12 12 <itemizedlist> 13 14 <listitem><para>May 17th, 2004 [igor]: Removed all references to 15 OMNI drivers as the installation instructions for them are bogus, 16 suggested by Alexander E. Patrakov.</para></listitem> 13 17 14 18 <listitem><para>May 16th, 2004 [igor]: Added gnome-print ft217 -
pst/printing/espgs/espgs-inst.xml
r23664262 r5e9b2ef 2 2 <title>Installation of <application>Ghostscript</application></title> 3 3 4 <para>If you want to use <acronym>OMNI</acronym> drivers extract the source archive in5 Ghostscript directory:</para>6 7 <screen><userinput><command>tar xzvf ../Omni-0.9.1.tar.gz</command></userinput></screen>8 9 <para>Otherwise you must add <option>--without-omni</option> switch to10 the configure script if you intend to install the shared11 library.</para>12 13 4 <para>Install <application>Ghostscript</application> by running the following commands:</para> 14 5 15 <screen><userinput><command>./configure --prefix=/usr --without-gimp-print &&6 <screen><userinput><command>./configure --prefix=/usr --without-gimp-print --without-omni && 16 7 make && 17 8 make install</command></userinput></screen> 18 9 19 10 <para>To install the shared library <filename>libgs.so</filename> you 20 will need <xref linkend="GTK"/>. Additionally, if you unpacked the 21 <acronym>OMNI</acronym> drivers then you also have to apply the glib 22 patch:</para> 23 24 <screen><userinput><command>patch -Np1 -i ../espgs-7.07.1-glib.patch</command></userinput></screen> 11 will need <xref linkend="GTK"/>.</para> 25 12 26 13 <para>Proceed with the following commands:</para> -
pst/printing/espgs/espgs-intro.xml
r23664262 r5e9b2ef 28 28 </para></listitem> 29 29 <!-- Cyrillic fonts are now a part of ghostscript-fonts-std --> 30 <listitem><para>OMNI drivers: <ulink31 url="http://heanet.dl.sourceforge.net/sourceforge/omniprint/Omni-0.9.1.tar.gz"/>32 </para></listitem>33 <listitem><para>Required patch (for OMNI drivers): <ulink34 url="&patch-root;/espgs-&espgs-version;-glib.patch"/>35 </para></listitem>36 <!-- <listitem><para>Optional patch: <ulink37 url="&patch-root;/espgs-7.07.1rc2-gdevpng.patch"/>38 </para></listitem> -->39 30 </itemizedlist></sect3> 40 31
Note:
See TracChangeset
for help on using the changeset viewer.