Ignore:
Timestamp:
04/10/2005 04:08:54 PM (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.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:
a4040c1
Parents:
f3d3f503
Message:

Updated build entities and added indexing tags to ESP Ghostscript instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/espgs.xml

    rf3d3f503 r20560e4  
    88  <!ENTITY espgs-md5sum        "d30bf5c09f2c7caa8291f6305cf03044">
    99  <!ENTITY espgs-size          "5.3 MB">
    10   <!ENTITY espgs-buildsize     "116-140 MB (depends if libgs.so is installed)">
    11   <!ENTITY espgs-time          "1.65-3.20 SBU">
     10  <!ENTITY espgs-buildsize     "128 MB (includes installing libgs.so and both font tarballs)">
     11  <!ENTITY espgs-time          "1.94 SBU (includes building and installing libgs.so)">
    1212
    1313  <!ENTITY espgs-standard-fonts-download "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz">
     
    2828<title><application><acronym>ESP</acronym>
    2929Ghostscript</application>-&espgs-version;</title>
     30<indexterm zone="espgs">
     31<primary sortas="a-ESP-Ghostscript">ESP Ghostscript</primary></indexterm>
    3032
    3133<sect2>
     
    3840<application><acronym>ESP</acronym> Ghostscript</application> is a customized
    3941version of <acronym>GNU</acronym> Ghostscript that includes an enhanced
    40 configuration script, the <acronym>CUPS</acronym> raster driver to support
    41 <acronym>CUPS</acronym> raster printer drivers, and additional patches and
    42 drivers from various Linux distributors.</para>
     42configuration script, the <application><acronym>CUPS</acronym></application>
     43raster driver to support <application><acronym>CUPS</acronym></application>
     44raster printer drivers, and additional patches and drivers from various Linux
     45distributors.</para>
    4346
    4447<sect3><title>Package information</title>
     
    103106
    104107<screen><userinput><command>./configure --prefix=/usr --without-gimp-print --without-omni &amp;&amp;
    105 make &amp;&amp;
    106 make install</command></userinput></screen>
     108make</command></userinput></screen>
     109
     110<para>Now, as the root user:</para>
     111
     112<screen><userinput role='root'><command>make install</command></userinput></screen>
    107113
    108114<para>To install the shared library
     
    112118<para>Proceed with the following commands:</para>
    113119
    114 <screen><userinput><command>make CFLAGS_SO='-fPIC $(ACDEFS)' so &amp;&amp;
    115 make soinstall &amp;&amp;
    116 install -d -m755 /usr/include/ps &amp;&amp;
    117 install -m644 src/*.h /usr/include/ps</command></userinput></screen>
     120<screen><userinput><command>make CFLAGS_SO='-fPIC $(ACDEFS)' so</command></userinput></screen>
     121
     122<para>Now, as the root user:</para>
     123
     124<screen><userinput role='root'><command>make soinstall &amp;&amp;
     125install -v -d -m755 /usr/include/ps &amp;&amp;
     126install -v -m644 src/*.h /usr/include/ps</command></userinput></screen>
    118127
    119128<note><para>The shared library is only used in external programs like
     
    122131<para>To finish the installation, unpack all fonts you've downloaded to
    123132<filename class="directory">/usr/share/ghostscript</filename> and ensure
    124 the ownerships of the files are root:root.</para>
     133the ownerships of the files are root:root. Substitute appropriately in
     134the command below for the fonts you wish to install:</para>
     135
     136<screen><userinput role='root'><command>tar -zxvf ../<replaceable>[font-tarball]</replaceable> -C /usr/share/ghostscript &amp;&amp;
     137chown -v -R root:root /usr/share/ghostscript/fonts</command></userinput></screen>
    125138
    126139</sect2>
     
    152165<title>Contents</title>
    153166
    154 <para>The <application><acronym>ESP</acronym> Ghostscript</application>
    155 package contains <command>gs</command>,
    156 the <filename class='libraryfile'>libgs</filename> library and many filters
    157 to render PostScript/<acronym>PDF</acronym> files back and forth. Please refer
    158 to the <acronym>HTML</acronym> documentation or try
    159 <command>man gs</command> for information about the capabilities provided
    160 by the package. <application><acronym>ESP</acronym> Ghostscript</application>
    161 also provides the <filename>pstoraster</filename>
    162 <application><acronym>CUPS</acronym></application> print filter.</para>
    163 
    164 </sect2>
    165 
    166 <sect2>
    167 <title>Description</title>
    168 
    169 <sect3>
    170 <title>gs</title>
    171 <para><command>gs</command> invokes <application>Ghostscript</application>, an
    172 interpreter of Adobe Systems' PostScript(tm) and Portable Document Format
    173 (<acronym>PDF</acronym>) languages.</para></sect3>
    174 
    175 <sect3>
    176 <title>pstoraster</title>
    177 <para><application><acronym>CUPS</acronym></application> uses the
    178 <command>pstoraster</command> filter to convert PostScript to a generic raster
    179 image format that is acceptable as an input to drivers for non-PostScript
    180 printers (e.g., from <xref linkend="gimp-print"/>). It is built and installed
    181 only if <xref linkend="cups"/> is found.</para></sect3>
     167<segmentedlist>
     168<segtitle>Installed Programs</segtitle>
     169<segtitle>Installed Library</segtitle>
     170<segtitle>Installed Directories</segtitle>
     171
     172<seglistitem>
     173<seg>bdftops, dvipdf, eps2eps, fixmswrd.pl, font2c, gs, gsbj, gsc, gsdj,
     174gsdj500, gslj, gslp, gsnd, gsx, lprsetup.sh, pdf2dsc, pdf2ps, pdfopt, pf2afm,
     175pfbtopfa, pj-gs.sh, printafm, ps2ascii, ps2epsi, ps2pdf, ps2pdf12, ps2pdf13,
     176ps2pdf14, ps2pdfwr, ps2ps, pv.sh, sysvlp.sh, unix-lpr.sh, wftopfa</seg>
     177<seg>libgs.so </seg>
     178<seg>/usr/include/ps and /usr/share/ghostscript</seg>
     179</seglistitem>
     180</segmentedlist>
     181
     182<variablelist>
     183<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     184<?dbfo list-presentation="list"?>
     185
     186<varlistentry id="gs-prog-gs">
     187<term><command>gs</command></term>
     188<listitem><para>invokes <application>Ghostscript</application>, an interpreter
     189of Adobe Systems' PostScript(tm) and Portable Document Format
     190(<acronym>PDF</acronym>) languages.</para>
     191<indexterm zone="espgs gs-prog-gs">
     192<primary sortas="b-gs">gs</primary>
     193</indexterm></listitem>
     194</varlistentry>
     195
     196<varlistentry id="pstoraster">
     197<term><filename>pstoraster</filename></term>
     198<listitem><para>is a filter used by
     199<application><acronym>CUPS</acronym></application> to convert PostScript to
     200a generic raster image format that is acceptable as an input to drivers for
     201non-PostScript printers (e.g., from <xref linkend="gimp-print"/>). It is
     202built and installed only if <xref linkend="cups"/> is found.</para>
     203<indexterm zone="espgs pstoraster">
     204<primary sortas="g-pstoraster">pstoraster</primary>
     205</indexterm></listitem>
     206</varlistentry>
     207</variablelist>
     208
     209<para><application><acronym>ESP</acronym> Ghostscript</application> provides
     210many different scripts used to render PostScript/<acronym>PDF</acronym> files
     211back and forth. Please refer to the <acronym>HTML</acronym> documentation or
     212try <command>man gs</command> for information about the capabilities provided
     213by the package.</para>
    182214
    183215</sect2>
Note: See TracChangeset for help on using the changeset viewer.