source: pst/printing/gs.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 13.1 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
[680a059]7 <!-- When updating, ensure gs-packver is updated in packages.ent -->
[a5653eb]8
[6b58d592]9 <!ENTITY gs-download-http
[680a059]10 "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs&gs-packver;/ghostscript-&gs-dl-version;.tar.xz">
[de109d93]11 <!ENTITY gs-download-ftp " ">
[680a059]12 <!ENTITY gs-md5sum "c75560fdd05dc1f1daa33415156d5a20">
[30d3d9d3]13 <!ENTITY gs-size "60 MB">
[680a059]14 <!ENTITY gs-buildsize "377 MB (with fonts and libgs.so)">
15 <!ENTITY gs-time "1.9 SBU (Using parallelism=4; with libgs.so)">
[100786d]16
[95b8c6d]17 <!ENTITY gs-standard-fonts-download
[8dfc5c3]18 "&sourceforge-dl;/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
[8dfc5c3]23 "&sourceforge-dl;/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
[a027d7d3]32 <title>ghostscript-&gs-version;</title>
[ed30f09]33
34 <indexterm zone="gs">
[0c32749]35 <primary sortas="a-Ghostscript">Ghostscript</primary>
[ed30f09]36 </indexterm>
37
38 <sect2 role="package">
39 <title>Introduction to Ghostscript</title>
40
[fa3edfef]41 <para>
42 <application>Ghostscript</application> is a versatile processor
43 for PostScript data with the ability to render PostScript to different
44 targets. It is a mandatory part of the cups printing stack.
45 </para>
[ed30f09]46
[2cc15a2b]47 &lfs112_checked;
[aa8ef3bc]48
[ed30f09]49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
[fa3edfef]52 <para>
53 Download (HTTP): <ulink url="&gs-download-http;"/>
54 </para>
[ed30f09]55 </listitem>
56 <listitem>
[fa3edfef]57 <para>
58 Download (FTP): <ulink url="&gs-download-ftp;"/>
59 </para>
[ed30f09]60 </listitem>
61 <listitem>
[fa3edfef]62 <para>
63 Download MD5 sum: &gs-md5sum;
64 </para>
[ed30f09]65 </listitem>
66 <listitem>
[fa3edfef]67 <para>
68 Download size: &gs-size;
69 </para>
[ed30f09]70 </listitem>
71 <listitem>
[fa3edfef]72 <para>
73 Estimated disk space required: &gs-buildsize;
74 </para>
[ed30f09]75 </listitem>
76 <listitem>
[fa3edfef]77 <para>
78 Estimated build time: &gs-time;
79 </para>
[ed30f09]80 </listitem>
81 </itemizedlist>
[1bff7a94]82
[ed30f09]83 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[5fcebb8]84 <!-- devs: do not comment out the bridgehead, unless you comment
85 out all the additional downloads (including font files)
[27cc55e9]86 Commenting this out since it's no longer needed, but keeping it for the
[ea4164ad]87 inevitable next time that we need a patch for this package.-->
[30d3d9d3]88<!--
[c8585068]89 <itemizedlist spacing="compact">
90 <listitem>
91 <para>
92 Required patch:
[ea4164ad]93 <ulink url="&patch-root;/ghostscript-&gs-version;-upstream_fix-1.patch"/>
[c8585068]94 </para>
95 </listitem>
96 </itemizedlist>
[30d3d9d3]97-->
[fa3edfef]98 <para>
99 If you wish, you can download additional fonts.
100 </para>
[933ceec]101
[6b58d592]102 <itemizedlist spacing="compact">
[ed30f09]103 <title>Standard Fonts</title>
104 <listitem>
[fa3edfef]105 <para>
106 Download (HTTP): <ulink url="&gs-standard-fonts-download;"/>
107 </para>
[ed30f09]108 </listitem>
109 <listitem>
[fa3edfef]110 <para>
111 Download MD5 sum: &gs-standard-fonts-md5sum;
112 </para>
[ed30f09]113 </listitem>
114 <listitem>
[fa3edfef]115 <para>
116 Download size: &gs-standard-fonts-size;
117 </para>
[ed30f09]118 </listitem>
119 </itemizedlist>
120
[6b58d592]121 <itemizedlist spacing="compact">
[ed30f09]122 <title>Other Fonts</title>
123 <listitem>
[fa3edfef]124 <para>
125 Download (HTTP): <ulink url="&gs-other-fonts-download;"/>
126 </para>
[ed30f09]127 </listitem>
128 <listitem>
[fa3edfef]129 <para>
130 Download MD5 sum: &gs-other-fonts-md5sum;
131 </para>
[ed30f09]132 </listitem>
133 <listitem>
[fa3edfef]134 <para>
135 Download size: &gs-other-fonts-size;
136 </para>
[ed30f09]137 </listitem>
138 </itemizedlist>
139
[b29ed97c]140 <bridgehead renderas="sect3">Ghostscript Dependencies</bridgehead>
[ed30f09]141
[de109d93]142 <bridgehead renderas="sect4">Recommended</bridgehead>
[2d37d32]143 <para role="recommended">
[7524e07]144 <xref linkend="cups"/> (required for building the <quote>cups</quote>
145 device backend, which is needed by
146 <application>cups-filters</application>),
147 <xref linkend="fontconfig"/> (required, if you are installing any
148 suggested font),
[2d37d32]149 <xref linkend="freetype2"/>,
[e52c70d]150 <xref linkend="lcms2"/>,
[2d37d32]151 <xref linkend="libjpeg"/>,
[933ceec]152 <xref linkend="libpng"/>,
[bb65a3c]153 <xref linkend="libtiff"/>, and
[12341a8]154 <xref linkend="openjpeg2"/>
[2d37d32]155 </para>
[de109d93]156
157 <bridgehead renderas="sect4">Optional</bridgehead>
[2d37d32]158 <para role="optional">
159 <xref linkend="cairo"/>,
[f7153b6]160 <xref linkend="gtk3"/>,
[2d37d32]161 <xref linkend="libidn"/>,
[bb65a3c]162 <xref linkend="libpaper"/>, and
[1ecdb18]163 <xref linkend="x-window-system"/>
[2d37d32]164 </para>
165
166 <para condition="html" role="usernotes">
167 User Notes: <ulink url="&blfs-wiki;/gs"/>
168 </para>
[ed30f09]169 </sect2>
170
171 <sect2 role="installation">
172 <title>Installation of Ghostscript</title>
173
[2d37d32]174 <note>
175 <para>
176 The <application>Ghostscript</application> build system is not
177 user-friendly. In order to use system copies of various graphics
178 libraries, you must do it using unconventional methods.
179 </para>
180 </note>
[100786d]181
[2d37d32]182 <para>
[0c32749]183 <application>Ghostscript</application> includes (old) copies of
[de109d93]184 several libraries. Some of these seem to have been patched to fix known
185 vulnerabilities, but others of these copies are less-well maintained.
186 To ensure that any future fixes are applied throughout the whole system,
[2d37d32]187 it is recommended that you first install the released versions of these
[0c32749]188 libraries and then configure <application>Ghostscript</application>
[2d37d32]189 to link to them.
190 </para>
[d453af5]191
[2d37d32]192 <para>
[8558044]193 If you have installed the recommended dependencies on your system,
[4886a74]194 remove the copies of
[1df1b16]195 <application>freetype</application>, <application>lcms2</application>,
[12341a8]196 <application>libjpeg</application>, <application>libpng</application>,
197 and <application>openjpeg</application>:
[2d37d32]198 </para>
[ed30f09]199
[12341a8]200<screen><userinput>rm -rf freetype lcms2mt jpeg libpng openjpeg</userinput></screen>
[2d37d32]201
[30d3d9d3]202<!--
[27cc55e9]203 <para>
[ea4164ad]204 Apply an upstream fix to prevent a build problem.
[27cc55e9]205 </para>
206
[ea4164ad]207<screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-upstream_fix-1.patch</userinput></screen>
[30d3d9d3]208-->
[fa3edfef]209 <para>
210 Compile <application>Ghostscript</application>:
211 </para>
[de109d93]212
[595e58e]213<screen><userinput>rm -rf zlib &amp;&amp;
[60d53ec3]214
215./configure --prefix=/usr \
216 --disable-compile-inits \
217 --with-system-libtiff &amp;&amp;
[038ea6ba]218make</userinput></screen>
219
[d453af5]220 <note>
[2d37d32]221 <para>
[9bfd70c]222 The shared library depends on <xref linkend="gtk3"/>. It is only used by
[7ab0957e]223 external programs like <xref linkend="asymptote"/>, <xref
[680a059]224 linkend="dvisvgm"/>, and <xref linkend="imagemagick"/>.
[2d37d32]225 </para>
[d453af5]226 </note>
[038ea6ba]227
[2d37d32]228 <para>
229 To compile the shared library
230 <filename class="libraryfile">libgs.so</filename>, run the following
231 additional command as an unprivileged user:
232 </para>
[038ea6ba]233
234<screen><userinput>make so</userinput></screen>
[73ddd1a0]235
[2d37d32]236 <para>
[a2a37c7]237 This package does not come with a test suite. A set of example files
238 may be used for testing, but it is only possible after installation
239 of the package.
[2d37d32]240 </para>
[d453af5]241
[2d37d32]242 <para>
243 Now, as the <systemitem class="username">root</systemitem> user:
244 </para>
[038ea6ba]245
[d453af5]246<screen role="root"><userinput>make install</userinput></screen>
247
[fa3edfef]248 <para>
249 If you want the shared library too:
250 </para>
[d453af5]251
252<screen role="root"><userinput>make soinstall &amp;&amp;
[aa8ef3bc]253install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
[eff6c3a8]254ln -sfvn ghostscript /usr/include/ps</userinput></screen>
[73ddd1a0]255
[fa3edfef]256 <para>
[f863a1b0]257 Now make the documentation accessible from a standard place:
[fa3edfef]258 </para>
[a0968dcc]259<!-- Starting with 9.23, the install does not seem to copy the examples any more -->
[d453af5]260
[12341a8]261<screen role="root"><userinput>mv -v /usr/share/doc/ghostscript/&gs-version; /usr/share/doc/ghostscript-&gs-version; &amp;&amp;
262rm -rfv /usr/share/doc/ghostscript &amp;&amp;
[654fe2b]263cp -r examples/ /usr/share/ghostscript/&gs-version;/</userinput></screen>
[73ddd1a0]264
[2d37d32]265 <para>
[798c542]266 If you have downloaded the fonts, unpack them to
[2d37d32]267 <filename class="directory">/usr/share/ghostscript</filename> and ensure
[f863a1b0]268 the ownership of the files are
[2d37d32]269 <systemitem class="username">root</systemitem>:
[798c542]270 <systemitem class="groupname">root</systemitem>.
[2d37d32]271 </para>
[038ea6ba]272
[798c542]273<screen role="root"><userinput>tar -xvf ../ghostscript-fonts-std-8.11.tar.gz -C /usr/share/ghostscript --no-same-owner &amp;&amp;
274tar -xvf ../gnu-gs-fonts-other-6.0.tar.gz -C /usr/share/ghostscript --no-same-owner &amp;&amp;
[142f958b]275fc-cache -v /usr/share/ghostscript/fonts/</userinput></screen>
[a2a37c7]276
277 <para>
[f863a1b0]278 You can now test the rendering of various postscript and pdf files from the
[a2a37c7]279 <filename class="directory">/usr/share/ghostscript/&gs-version;/examples
[f863a1b0]280 </filename>. To do this, run the following command (in a X Windows display):
[a2a37c7]281 </para>
282
[c77fb71f]283<screen remap="test"><userinput>gs -q -dBATCH /usr/share/ghostscript/&gs-version;/examples/tiger.eps</userinput></screen>
[a2a37c7]284
[ed30f09]285 </sect2>
[73ddd1a0]286
[2ddf71a5]287 <sect2 role="commands">
288 <title>Command Explanations</title>
289
[2d37d32]290 <para>
[f19b432b]291 <command>rm -rf zlib </command>: <application>zlib</application>
292 was installed as part of LFS.
[2d37d32]293 </para>
294
295 <para>
[2bb5c32]296 <parameter>--disable-compile-inits</parameter>: This option makes
[933ceec]297 <command>gs</command> and <filename>libgs.so</filename> slightly smaller.
[2d37d32]298 </para>
299
300 <para>
[142f958b]301 <parameter>--with-system-libtiff</parameter>: Remove this option if
302 you've not installed <xref linkend="libtiff"/>.
[2d37d32]303 </para>
304
305 <para>
[81f0120]306 <command>install -v -m644 base/*.h... </command>: Some packages
[2d37d32]307 (<application>ImageMagick</application> is one) need the
308 <application>Ghostscript</application> interface headers in place to link
309 to the shared library. These commands install the headers.
310 </para>
311
312 <para>
[eff6c3a8]313 <command>ln -sfvn ghostscript /usr/include/ps</command>: Some packages
[2d37d32]314 expect to find the interface headers in an alternate location.
315 </para>
316
317 <para>
[12341a8]318 <command>mv -v /usr/share/doc/ghostscript/&gs-version;
319 /usr/share/doc/ghostscript-&gs-version;</command>: This moves the
320 documentation where it is expected to be found.
[2d37d32]321 </para>
[933ceec]322
323 <para>
324 <option>--disable-cups</option>: this option will save a tiny amount of
325 space by not linking <command>gs</command> and <filename>libgs.so</filename>
326 to the <xref linkend="cups"/> libraries if you have installed those.
327 </para>
[2ddf71a5]328 </sect2>
329
[ed30f09]330 <sect2 role="content">
331 <title>Contents</title>
[038ea6ba]332 <segmentedlist>
333 <segtitle>Installed Programs</segtitle>
334 <segtitle>Installed Library</segtitle>
335 <segtitle>Installed Directories</segtitle>
336
337 <seglistitem>
[2d37d32]338 <seg>
[0e390db]339 dvipdf, eps2eps, gs, gsbj, gsc (from soinstall), gsdj,
[81f0120]340 gsdj500, gslj, gslp, gsnd, gsx (from soinstall), lprsetup.sh,
341 pdf2dsc, pdf2ps, pf2afm, pfbtopfa, pphs, printafm, ps2ascii,
342 ps2epsi, ps2pdf, ps2pdf12, ps2pdf13, ps2pdf14, ps2pdfwr,
[0e390db]343 ps2ps, ps2ps2, and unix-lpr.sh
[933ceec]344 <!-- I don't see bdftops,fixmswrd.pl or pv.sh on my builds [ I don't
345 have any bdf tools from xorg ] but they are still referenced in
346 base/unixinst.mak -->
[2d37d32]347 </seg>
[d135c4e]348 <seg>libgs.so</seg>
[2d37d32]349 <seg>
350 /usr/include/ghostscript,
[019052a1]351 /usr/share/ghostscript, and
[2d37d32]352 /usr/share/doc/ghostscript-&gs-version;
353 </seg>
[038ea6ba]354 </seglistitem>
355 </segmentedlist>
356
357 <variablelist>
358 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
359 <?dbfo list-presentation="list"?>
360 <?dbhtml list-presentation="table"?>
361
[d891148c]362 <varlistentry id="gplgs-prog">
[038ea6ba]363 <term><command>gs</command></term>
364 <listitem>
[2d37d32]365 <para>
366 is an interpreter for Adobe Systems' PostScript(tm) and Portable
[4c24eb0a]367 Document Format (PDF)
[2d37d32]368 </para>
[d891148c]369 <indexterm zone="gs gplgs-prog">
[038ea6ba]370 <primary sortas="b-gs">gs</primary>
371 </indexterm>
372 </listitem>
373 </varlistentry>
374
[d891148c]375 <varlistentry id="libgs.so">
376 <term><filename class="libraryfile">libgs.so</filename></term>
377 <listitem>
[2d37d32]378 <para>
379 provides <application>Ghostscript</application> functionality to
380 other programs, such as <application>GSView</application>,
381 <application>ImageMagick</application>, and
[4c24eb0a]382 <application>libspectre</application>
[2d37d32]383 </para>
[d891148c]384 <indexterm zone="gs libgs.so">
385 <primary sortas="c-libgs.so">libgs.so</primary>
386 </indexterm>
387 </listitem>
388 </varlistentry>
[038ea6ba]389 </variablelist>
390
[2d37d32]391 <para>
[0c32749]392 <application>Ghostscript</application> provides many different
[2d37d32]393 scripts used to convert PostScript, PDF, and other formats. Please refer to
394 the HTML documentation or the man pages for information about the
395 capabilities provided.
396 </para>
[ed30f09]397 </sect2>
[4c24eb0a]398
[cabb2de]399</sect1>
Note: See TracBrowser for help on using the repository browser.