source: pst/printing/gs.xml@ 7e8964e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7e8964e was 41d241e, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Update to ntp-4.2.8p4 - Security update.
  • graphviz-2.38.0 fails to build with ghostscript-9.18.
  • audiofile-0.3.6: tests DO pass with --disable-static.
  • Update to gnutls-3.4.6.
  • Update to nss-3.20.1.
  • Update to nspr-4.10.10.
  • libmpeg2-0.5.1: install only shared libraries.
  • libquicktime-1.2.4: rephase one paragrah about doxygen.
  • libcanberra-0.30: include some "Command Explanations and fix one directory.
  • Python-3.4.3: replace PYTHONDOCS by unversioned value, no need to remember to fix profile for user or glogal one.
  • ghostscript-9.16: fix instruction for symlink to docs, for eventual reinstal.
  • libogg-1.3.2: reformat.
  • FAAD2-2.7: reformat.
  • faac-1.28: reformat.

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

  • Property mode set to 100644
File size: 12.5 KB
RevLine 
[ed30f09]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[73ddd1a0]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[00b6675]6
[6b58d592]7 <!ENTITY gs-download-http
8 "http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2">
[de109d93]9 <!ENTITY gs-download-ftp " ">
[f19b432b]10 <!ENTITY gs-md5sum "aa125af368d89b3dbd15fc379f13375f">
[a2a37c7]11 <!ENTITY gs-size "28 MB">
[95b8c6d]12 <!ENTITY gs-buildsize
[f19b432b]13 "155 MB (including fonts and libgs.so)">
[95b8c6d]14 <!ENTITY gs-time
[f19b432b]15 "1.5 SBU (add 1 SBU for libgs.so)">
[100786d]16
[95b8c6d]17 <!ENTITY gs-standard-fonts-download
18 "&sourceforge-repo;/gs-fonts/ghostscript-fonts-std-8.11.tar.gz">
[00b6675]19 <!ENTITY gs-standard-fonts-md5sum "6865682b095f8c4500c54b285ff05ef6">
[100786d]20 <!ENTITY gs-standard-fonts-size "3.7 MB">
[00b6675]21
[95b8c6d]22 <!ENTITY gs-other-fonts-download
23 "&sourceforge-repo;/gs-fonts/gnu-gs-fonts-other-6.0.tar.gz">
[100786d]24 <!ENTITY gs-other-fonts-md5sum "33457d3f37de7ef03d2eea05a9e6aa4f">
25 <!ENTITY gs-other-fonts-size "796 KB">
[73ddd1a0]26]>
27
[a027d7d3]28<sect1 id="gs" xreflabel="ghostscript-&gs-version;">
[ed30f09]29 <?dbhtml filename="gs.html"?>
30
31 <sect1info>
32 <othername>$LastChangedBy$</othername>
33 <date>$Date$</date>
34 </sect1info>
35
[a027d7d3]36 <title>ghostscript-&gs-version;</title>
[ed30f09]37
38 <indexterm zone="gs">
[aa8ef3bc]39 <primary sortas="a-GPL-Ghostscript">GPL Ghostscript</primary>
[ed30f09]40 </indexterm>
41
42 <sect2 role="package">
43 <title>Introduction to Ghostscript</title>
44
45 <para><application>Ghostscript</application> is a versatile processor
46 for PostScript data with the ability to render PostScript to different
[933ceec]47 targets. It used to be part of the cups printing stack, but is no longer
48 used for that.</para>
[ed30f09]49
[01e6b294]50 &lfs78_checked;
[aa8ef3bc]51
[ed30f09]52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing="compact">
54 <listitem>
55 <para>Download (HTTP): <ulink url="&gs-download-http;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download (FTP): <ulink url="&gs-download-ftp;"/></para>
59 </listitem>
60 <listitem>
61 <para>Download MD5 sum: &gs-md5sum;</para>
62 </listitem>
63 <listitem>
64 <para>Download size: &gs-size;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated disk space required: &gs-buildsize;</para>
68 </listitem>
69 <listitem>
70 <para>Estimated build time: &gs-time;</para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75
[933ceec]76 <para>If you wish, you can download additional fonts.</para>
77
[6b58d592]78 <itemizedlist spacing="compact">
[ed30f09]79 <title>Standard Fonts</title>
80 <listitem>
[01c2a351]81 <para>Download (HTTP): <ulink url="&gs-standard-fonts-download;"/></para>
[ed30f09]82 </listitem>
83 <listitem>
84 <para>Download MD5 sum: &gs-standard-fonts-md5sum;</para>
85 </listitem>
86 <listitem>
87 <para>Download size: &gs-standard-fonts-size;</para>
88 </listitem>
89 </itemizedlist>
90
[6b58d592]91 <itemizedlist spacing="compact">
[ed30f09]92 <title>Other Fonts</title>
93 <listitem>
94 <para>Download (HTTP): <ulink url="&gs-other-fonts-download;"/></para>
95 </listitem>
96 <listitem>
97 <para>Download MD5 sum: &gs-other-fonts-md5sum;</para>
98 </listitem>
99 <listitem>
100 <para>Download size: &gs-other-fonts-size;</para>
101 </listitem>
102 </itemizedlist>
103
[b29ed97c]104 <bridgehead renderas="sect3">Ghostscript Dependencies</bridgehead>
[ed30f09]105
[de109d93]106 <bridgehead renderas="sect4">Recommended</bridgehead>
[2d37d32]107 <para role="recommended">
108 <xref linkend="freetype2"/>,
109 <xref linkend="libjpeg"/>,
[933ceec]110 <xref linkend="libpng"/>,
[1df1b16]111 <xref linkend="libtiff"/>, and
112 <xref linkend="lcms2"/>
[2d37d32]113 </para>
[de109d93]114
115 <bridgehead renderas="sect4">Optional</bridgehead>
[2d37d32]116 <para role="optional">
117 <xref linkend="cairo"/>,
[1ecdb18]118 <xref linkend="cups"/>,
[142f958b]119 <xref linkend="fontconfig"/> (required, if you are installing any
120 suggested font),
[2d37d32]121 <xref linkend="gtk2"/>,
122 <xref linkend="libidn"/>,
[1ecdb18]123 <xref linkend="libpaper"/>,
124 <xref linkend="lcms"/> (not used by default, nor if lcms2 is present or found), and
125 <xref linkend="x-window-system"/>
[2d37d32]126 </para>
127
128 <para condition="html" role="usernotes">
129 User Notes: <ulink url="&blfs-wiki;/gs"/>
130 </para>
[ed30f09]131 </sect2>
132
133 <sect2 role="installation">
134 <title>Installation of Ghostscript</title>
135
[2d37d32]136 <note>
137 <para>
138 The <application>Ghostscript</application> build system is not
139 user-friendly. In order to use system copies of various graphics
140 libraries, you must do it using unconventional methods.
141 </para>
142 </note>
[100786d]143
[2d37d32]144 <para>
145 <application>GPL Ghostscript</application> includes (old) copies of
[de109d93]146 several libraries. Some of these seem to have been patched to fix known
147 vulnerabilities, but others of these copies are less-well maintained.
148 To ensure that any future fixes are applied throughout the whole system,
[2d37d32]149 it is recommended that you first install the released versions of these
[d453af5]150 libraries and then configure <application>GPL Ghostscript</application>
[2d37d32]151 to link to them.
152 </para>
[d453af5]153
[2d37d32]154 <para>
155 If you have installed these dependencies on your system, remove the
[a2a37c7]156 copies of
[1df1b16]157 <application>freetype</application>, <application>lcms2</application>,
[933ceec]158 <application>libjpeg</application>, and <application>libpng</application>:
[2d37d32]159 </para>
[ed30f09]160
[81f0120]161<screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac configure &amp;&amp;
[a2a37c7]162rm -rf freetype lcms2 jpeg libpng</userinput></screen>
[81f0120]163<!--
[6b58d592]164 <note>
[2d37d32]165 <para>
166 If you have a multicore computer and try to run make with multiple
167 jobs (eg, make -j4) then the build may fail due to race conditions in
168 the <application>Ghostscript</application> build system. You can work
169 around that problem by simply running make again (eg,
[defe82d]170 <command>make -j4 || make -j1</command>).
[2d37d32]171 </para>
[81f0120]172 </note>-->
[2d37d32]173
[6b58d592]174 <para>Compile <application>Ghostscript</application>:</para>
[de109d93]175
[f19b432b]176<screen><userinput>rm -rf zlib &amp;&amp;
[60d53ec3]177
178./configure --prefix=/usr \
179 --disable-compile-inits \
180 --enable-dynamic \
181 --with-system-libtiff &amp;&amp;
[038ea6ba]182make</userinput></screen>
183
[d453af5]184 <note>
[2d37d32]185 <para>
186 The shared library depends on <xref linkend="gtk2"/>. It is only used in
[347e59c]187 external programs like <xref linkend="asymptote"/> and
188 <xref linkend="imagemagick"/>.
[2d37d32]189 </para>
[d453af5]190 </note>
[038ea6ba]191
[2d37d32]192 <para>
193 To compile the shared library
194 <filename class="libraryfile">libgs.so</filename>, run the following
195 additional command as an unprivileged user:
196 </para>
[038ea6ba]197
198<screen><userinput>make so</userinput></screen>
[73ddd1a0]199
[2d37d32]200 <para>
[a2a37c7]201 This package does not come with a test suite. A set of example files
202 may be used for testing, but it is only possible after installation
203 of the package.
[2d37d32]204 </para>
[d453af5]205
[2d37d32]206 <para>
207 Now, as the <systemitem class="username">root</systemitem> user:
208 </para>
[038ea6ba]209
[d453af5]210<screen role="root"><userinput>make install</userinput></screen>
211
212 <para>If you want the shared library too:</para>
213
214<screen role="root"><userinput>make soinstall &amp;&amp;
[aa8ef3bc]215install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
216ln -v -s ghostscript /usr/include/ps</userinput></screen>
[73ddd1a0]217
[933ceec]218 <para>Now make the documentation accessible from the normal place:</para>
[d453af5]219
[41d241e]220<screen role="root"><userinput>ln -sfvn ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;</userinput></screen>
[73ddd1a0]221
[2d37d32]222 <para>
[933ceec]223 If you have downloaded any fonts, unpack them to
[2d37d32]224 <filename class="directory">/usr/share/ghostscript</filename> and ensure
225 the ownerships of the files are
226 <systemitem class="username">root</systemitem>:
227 <systemitem class="groupname">root</systemitem>. Substitute
228 <replaceable>&lt;font-tarball&gt;</replaceable> appropriately in the
229 command below for the fonts you wish to install:
230 </para>
[038ea6ba]231
[142f958b]232<screen role="root"><userinput>tar -xvf ../<replaceable>&lt;font-tarball&gt;</replaceable> -C /usr/share/ghostscript --no-same-owner &amp;&amp;
233fc-cache -v /usr/share/ghostscript/fonts/</userinput></screen>
[a2a37c7]234
235 <para>
236 You can now test the rendering of various postscript and pdf files from the
237 <filename class="directory">/usr/share/ghostscript/&gs-version;/examples
238 </filename>, for example (you need an X window system display):
239 </para>
240
241<screen><userinput>gs -q -dBATCH /usr/share/ghostscript/&gs-version;/examples/tiger.eps</userinput></screen>
242
[ed30f09]243 </sect2>
[73ddd1a0]244
[2ddf71a5]245 <sect2 role="commands">
246 <title>Command Explanations</title>
247
[81f0120]248 <para>
249 <command>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' ... </command>:
250 Fix to build with system <application>zlib</application>.
251 </para>
252
[2d37d32]253 <para>
[f19b432b]254 <command>rm -rf zlib </command>: <application>zlib</application>
255 was installed as part of LFS.
[2d37d32]256 </para>
257
258 <para>
[2bb5c32]259 <parameter>--disable-compile-inits</parameter>: This option makes
[933ceec]260 <command>gs</command> and <filename>libgs.so</filename> slightly smaller.
[2d37d32]261 </para>
262
263 <para>
[142f958b]264 <parameter>--with-system-libtiff</parameter>: Remove this option if
265 you've not installed <xref linkend="libtiff"/>.
[2d37d32]266 </para>
267
268 <para>
[81f0120]269 <command>install -v -m644 base/*.h... </command>: Some packages
[2d37d32]270 (<application>ImageMagick</application> is one) need the
271 <application>Ghostscript</application> interface headers in place to link
272 to the shared library. These commands install the headers.
273 </para>
274
275 <para>
276 <command>ln -v -s ghostscript /usr/include/ps</command>: Some packages
277 expect to find the interface headers in an alternate location.
278 </para>
279
280 <para>
[81f0120]281 <command>ln -sfv ../ghostscript-&gs-version;/doc ... </command>: This puts
[2d37d32]282 a symbolic link to the documentation where it is expected to be found.
283 </para>
[933ceec]284
285 <para>
286 <option>--disable-cups</option>: this option will save a tiny amount of
287 space by not linking <command>gs</command> and <filename>libgs.so</filename>
288 to the <xref linkend="cups"/> libraries if you have installed those.
289 </para>
[2ddf71a5]290 </sect2>
291
[ed30f09]292 <sect2 role="content">
293 <title>Contents</title>
[038ea6ba]294 <segmentedlist>
295 <segtitle>Installed Programs</segtitle>
296 <segtitle>Installed Library</segtitle>
297 <segtitle>Installed Directories</segtitle>
298
299 <seglistitem>
[2d37d32]300 <seg>
[81f0120]301 dvipdf, eps2eps, font2c, gs, gsbj, gsc (from soinstall), gsdj,
302 gsdj500, gslj, gslp, gsnd, gsx (from soinstall), lprsetup.sh,
303 pdf2dsc, pdf2ps, pf2afm, pfbtopfa, pphs, printafm, ps2ascii,
304 ps2epsi, ps2pdf, ps2pdf12, ps2pdf13, ps2pdf14, ps2pdfwr,
305 ps2ps, ps2ps2, unix-lpr.sh, and wftopfa
[933ceec]306 <!-- I don't see bdftops,fixmswrd.pl or pv.sh on my builds [ I don't
307 have any bdf tools from xorg ] but they are still referenced in
308 base/unixinst.mak -->
[2d37d32]309 </seg>
[81f0120]310 <seg>libgs.so and
311 /usr/lib/ghostscript/&gs-version;/X11.so</seg>
[2d37d32]312 <seg>
313 /usr/include/ghostscript,
314 /usr/lib/ghostscript,
[019052a1]315 /usr/share/ghostscript, and
[2d37d32]316 /usr/share/doc/ghostscript-&gs-version;
317 </seg>
[038ea6ba]318 </seglistitem>
319 </segmentedlist>
320
321 <variablelist>
322 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
323 <?dbfo list-presentation="list"?>
324 <?dbhtml list-presentation="table"?>
325
[d891148c]326 <varlistentry id="gplgs-prog">
[038ea6ba]327 <term><command>gs</command></term>
328 <listitem>
[2d37d32]329 <para>
330 is an interpreter for Adobe Systems' PostScript(tm) and Portable
331 Document Format (PDF).
332 </para>
[d891148c]333 <indexterm zone="gs gplgs-prog">
[038ea6ba]334 <primary sortas="b-gs">gs</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
[d891148c]339 <varlistentry id="libgs.so">
340 <term><filename class="libraryfile">libgs.so</filename></term>
341 <listitem>
[2d37d32]342 <para>
343 provides <application>Ghostscript</application> functionality to
344 other programs, such as <application>GSView</application>,
345 <application>ImageMagick</application>, and
346 <application>libspectre</application>.
347 </para>
[d891148c]348 <indexterm zone="gs libgs.so">
349 <primary sortas="c-libgs.so">libgs.so</primary>
350 </indexterm>
351 </listitem>
352 </varlistentry>
[038ea6ba]353 </variablelist>
354
[2d37d32]355 <para>
356 <application>GPL Ghostscript</application> provides many different
357 scripts used to convert PostScript, PDF, and other formats. Please refer to
358 the HTML documentation or the man pages for information about the
359 capabilities provided.
360 </para>
[ed30f09]361 </sect2>
[cabb2de]362</sect1>
Note: See TracBrowser for help on using the repository browser.