Changeset 78d82bd7 for pst


Ignore:
Timestamp:
11/14/2004 03:59:48 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2077998d
Parents:
f6f2121
Message:

Updated to ImageMagick-6.1.3-7; added commands to the ESPGS instructions to install interface headers so that packages can link to libgs.so; corrected SANE instructions to properly identify the saned daemon start method

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

Location:
pst
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/espgs.xml

    rf6f2121 r78d82bd7  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY espgs-download-http "http://prdownloads.sourceforge.net/espgs/espgs-&espgs-version;-source.tar.bz2">
    77  <!ENTITY espgs-download-ftp  "ftp://ftp.gtlib.cc.gatech.edu/pub/slackware/slackware-current/source/ap/espgs/espgs-&espgs-version;-source.tar.bz2">
     
    7878
    7979<screen><userinput><command>make CFLAGS_SO='-fPIC $(ACDEFS)' so &amp;&amp;
    80 make soinstall</command></userinput></screen>
     80make soinstall &amp;&amp;
     81install -d -m755 /usr/include/ps &amp;&amp;
     82install -m644 src/*.h /usr/include/ps</command></userinput></screen>
    8183
    8284<note><para>The shared library is only used in external programs like
     
    105107<para><option>--without-ijs</option>: This switch disables the
    106108<acronym>IJS</acronym> driver support.</para>
     109
     110<para><command>install ...</command>: Some packages
     111(<application>ImageMagick</application> is one) need the
     112<application>Ghostscript</application> headers in place to link to the
     113shared library. These commands install the headers.</para>
    107114
    108115</sect2>
  • pst/scanning/sane.xml

    rf6f2121 r78d82bd7  
    186186firewall protection to insure only trusted clients access the daemon. Due to
    187187the complex security requirements to insure only trusted clients access the
    188 daemon, <acronym>BLFS</acronym> does not provide a bootscript for the
    189 <command>saned</command> daemon. If you desire to run the daemon, ensure you
    190 provide adequate security and start the daemon manually, or create your own
    191 bootscript to start the daemon at system boot time. Some good information for
     188daemon, <acronym>BLFS</acronym> does not provide instructions to configure the
     189<command>saned</command> daemon. If you desire to make the daemon available,
     190ensure you provide adequate security, configure your
     191<filename>[x]inetd.conf</filename> file and send a
     192<userinput>SIGHUP</userinput> to the [x]inetd daemon. Some good information for
    192193setting up and securing the <command>saned</command> daemon can be found at
    193194<ulink url="http://penguin-breeder.org/sane/saned/"/>.</para>
Note: See TracChangeset for help on using the changeset viewer.