Changeset c5cc8b3 for pst/printing


Ignore:
Timestamp:
09/15/2003 03:59:34 PM (21 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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c76170
Parents:
d7d440b
Message:

update to ffmpeg-0.4.7 and xvid-0.9.2, updated NAS intro, fixed espgs and cups installation instructions

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

Location:
pst/printing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups/cups-exp.xml

    rd7d440b rc5cc8b3  
    77class="directory">/var</filename> and <filename class="directory">/etc/cups</filename>.</para>
    88
    9 <para><command>rm /etc/rc.d/rc*.d/*cups</command> : We want symbolic
    10 links to <filename>/etc/rc.d/init.d/cups</filename> instead of the initialization scripts
    11 which <acronym>CUPS</acronym> installs.</para>
    12 
    139</sect2>
  • pst/printing/cups/cups-inst.xml

    rd7d440b rc5cc8b3  
    88<screen><userinput><command>./configure &amp;&amp;
    99make &amp;&amp;
    10 make install &amp;&amp;
    11 rm /etc/rc.d/rc*.d/*cups</command></userinput></screen>
     10make install &amp;&amp;</command></userinput></screen>
    1211
    1312</sect2>
  • pst/printing/gs/espgs-inst.xml

    rd7d440b rc5cc8b3  
    1717make install</command></userinput></screen>
    1818
    19 <para>To install the shared library <filename>libgs.so</filename>, run
    20 the following commands additionally:</para>
     19<para>To install the shared library <filename>libgs.so</filename> you
     20have to build it first. If you unpacked the <acronym>OMNI</acronym> drivers then you
     21have to install <xref linkend="GLib"/> and create these symlinks:</para>
     22
     23<screen><userinput><command>ln -s glib-1.2/glib.h /usr/include/glib.h &amp;&amp;
     24ln -s glib-1.2/gmodule.h /usr/include/gmodule.h &amp;&amp;
     25ln -s ../lib/glib/include/glibconfig.h /usr/include/glibconfig.h</command></userinput></screen>
     26
     27<para>Proceed with the following commands:</para>
    2128
    2229<screen><userinput><command>patch -Np1 -i ../espgs-7.07.1rc2-gdevpng.patch &amp;&amp;
    2330make so &amp;&amp;
    2431make soinstall</command></userinput></screen>
     32
     33<para>Remove the previously created symlinks since they are not needed
     34any longer:</para>
     35
     36<screen><userinput><command>rm /usr/include/g{lib,module,libconfig}.h</command></userinput></screen>
    2537
    2638<note><para>The shared library is only used in external programs like
  • pst/printing/gs/espgs-intro.xml

    rd7d440b rc5cc8b3  
    3333</para></listitem>
    3434<listitem><para>Optional patch: <ulink
    35 url="http://downloads.linuxfromscratch.org/blfs-patches/espgs-7.07.1rc2-gdevpng.patch"/>
     35url="&hfile-root;/espgs-7.07.1rc2-gdevpng.patch"/>
    3636</para></listitem>
    3737</itemizedlist></sect3>
     
    4141<sect4><title>Optional</title>
    4242<para><xref linkend="cups"/>, <xref linkend="libjpeg"/>, <xref
    43 linkend="libpng"/>, <xref linkend="xfree86"/> and <xref linkend="gimp"/>
     43linkend="libpng"/>, <xref linkend="xfree86"/>, <xref
     44linkend="GLib"/> and <xref linkend="gimp"/>
    4445</para></sect4>
    4546</sect3>
    4647
    47 
    4848</sect2>
Note: See TracChangeset for help on using the changeset viewer.