Changeset 5e9b2ef


Ignore:
Timestamp:
05/17/2004 02:21:33 PM (20 years ago)
Author:
Igor Živković <igor@…>
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:
b63aae5
Parents:
23664262
Message:

removed references to omni, suggested by Alexander

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r23664262 r5e9b2ef  
    368368<glossdef><para>Open Metadata Framework</para></glossdef></glossentry>
    369369
    370 <glossentry id="gOMNI"><glossterm><acronym>OMNI</acronym></glossterm>
    371 <glossdef><para>OMNIdirectional</para></glossdef></glossentry>
    372 
    373370<glossentry id="gORB"><glossterm><acronym>ORB</acronym></glossterm>
    374371<glossdef><para>Object Request Broker</para><glossseealso
  • index.xml

    r23664262 r5e9b2ef  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-20040516">
    6 <!ENTITY releasedate "May 16th, 2004">
    7 <!ENTITY pubdate "2004-05-16">
     5<!ENTITY version "CVS-20040517">
     6<!ENTITY releasedate "May 17th, 2004">
     7<!ENTITY pubdate "2004-05-17">
    88<!ENTITY blfs-version "cvs">
    99
  • introduction/welcome/changelog.xml

    r23664262 r5e9b2ef  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>May 17th, 2004 [igor]: Removed all references to
     15OMNI drivers as the installation instructions for them are bogus,
     16suggested by Alexander E. Patrakov.</para></listitem>
    1317
    1418<listitem><para>May 16th, 2004 [igor]: Added gnome-print ft217
  • pst/printing/espgs/espgs-inst.xml

    r23664262 r5e9b2ef  
    22<title>Installation of <application>Ghostscript</application></title>
    33
    4 <para>If you want to use <acronym>OMNI</acronym> drivers extract the source archive in
    5 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 to
    10 the configure script if you intend to install the shared
    11 library.</para>
    12 
    134<para>Install <application>Ghostscript</application> by running the following commands:</para>
    145
    15 <screen><userinput><command>./configure --prefix=/usr --without-gimp-print &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --without-gimp-print --without-omni &amp;&amp;
    167make &amp;&amp;
    178make install</command></userinput></screen>
    189
    1910<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>
     11will need <xref linkend="GTK"/>.</para>
    2512
    2613<para>Proceed with the following commands:</para>
  • pst/printing/espgs/espgs-intro.xml

    r23664262 r5e9b2ef  
    2828</para></listitem>
    2929<!-- Cyrillic fonts are now a part of ghostscript-fonts-std -->
    30 <listitem><para>OMNI drivers: <ulink
    31 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): <ulink
    34 url="&patch-root;/espgs-&espgs-version;-glib.patch"/>
    35 </para></listitem>
    36 <!-- <listitem><para>Optional patch: <ulink
    37 url="&patch-root;/espgs-7.07.1rc2-gdevpng.patch"/>
    38 </para></listitem> -->
    3930</itemizedlist></sect3>
    4031
Note: See TracChangeset for help on using the changeset viewer.