source: pst/ps/gsview.xml@ 7f76b96

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
Last change on this file since 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY gsview-download-http "http://gd.tuwien.ac.at/publishing/ghostscript/ghostgum/gsview-&gsview-version;.tar.gz">
7 <!ENTITY gsview-download-ftp "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-&gsview-version;.tar.gz">
8 <!ENTITY gsview-md5sum "35cb5e421faca49eb70c426354e41ba8">
9 <!ENTITY gsview-size "895 KB">
10 <!ENTITY gsview-buildsize "19 MB">
11 <!ENTITY gsview-time "0.19 SBU">
12]>
13
14<sect1 id="gsview" xreflabel="GSview-&gsview-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="gsview.html"?>
20<title>GSview-&gsview-version;</title>
21
22<sect2>
23<title>Introduction to <application>GSview</application></title>
24
25<para><application>GSview</application> is a viewer for PostScript and
26<acronym>PDF</acronym> using <application>X</application>.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&gsview-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&gsview-download-ftp;"/></para></listitem>
34<listitem><para>Download MD5 sum: &gsview-md5sum;</para></listitem>
35<listitem><para>Download size: &gsview-size;</para></listitem>
36<listitem><para>Estimated disk space required:
37&gsview-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&gsview-time;</para></listitem></itemizedlist>
40</sect3>
41
42<sect3><title>Additional downloads</title>
43<itemizedlist spacing='compact'>
44<listitem><para>Required Patch: <ulink
45url="&patch-root;/gsview-&gsview-version;-pstotext-1.patch"/></para></listitem>
46<listitem><para>Required Patch: <ulink
47url="&patch-root;/gsview-&gsview-version;-lang-1.patch"/></para></listitem>
48</itemizedlist>
49</sect3>
50
51<sect3><title><application>GSview</application> dependencies</title>
52<sect4><title>Required</title>
53<para><xref linkend="GTK"/> and
54<xref linkend="gs"/> or <xref linkend="espgs"/>
55(with libgs.so installed)</para>
56</sect4>
57</sect3>
58
59</sect2>
60
61<sect2>
62<title>Installation of <application>GSview</application></title>
63
64<para><application>GSview</application> uses <command>netscape</command> to
65browse through the online help. <acronym>BLFS</acronym>
66does not install <application>Netscape</application>, but has other
67browsers from which to choose. You can create a symlink from your preferred
68browser to <command>/usr/bin/netscape</command>, or simply edit
69<filename>srcunx/gvxreg.c</filename> using the following <command>sed</command>
70script with your browser's executable file name
71substituted for <replaceable>[browser]</replaceable>:</para>
72
73<screen><userinput><command>sed -i s/netscape/<replaceable>[browser]</replaceable>/ srcunx/gvxreg.c</command></userinput></screen>
74
75<para>Install <application>GSview</application> by running the following
76commands:</para>
77
78<screen><userinput><command>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|' \
79 srcunx/unx.mak &gt; Makefile &amp;&amp;
80patch -Np1 -i ../gsview-&gsview-version;-pstotext-1.patch &amp;&amp;
81patch -Np1 -i ../gsview-&gsview-version;-lang-1.patch &amp;&amp;
82make &amp;&amp;
83make install</command></userinput></screen>
84
85</sect2>
86
87<sect2>
88<title>Command explanations</title>
89
90<para><command>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|'</command>: This
91command changes the default installation directory to
92<filename class="directory">/usr</filename>.</para>
93
94</sect2>
95
96<sect2>
97<title>Configuring <application>GSview</application></title>
98
99<sect3><title>Config files</title>
100<para><filename>/etc/gsview/*</filename></para>
101</sect3>
102
103</sect2>
104
105<sect2>
106<title>Contents</title>
107
108<para>The <application>GSview</application> package contains
109<command>epstool</command>, <command>gsview</command> and
110<command>gsview-help</command>.</para>
111
112</sect2>
113
114<sect2><title>Description</title>
115
116<sect3><title>epstool</title>
117<para><command>epstool</command> is a tool for extracting preview
118bitmaps in <acronym>EPS</acronym> files.</para></sect3>
119
120<sect3><title>gsview</title>
121<para><command>gsview</command> is a viewer for PostScript
122(<acronym>PS</acronym>) and
123<acronym>PDF</acronym> files.</para></sect3>
124
125<sect3><title>gsview-help</title>
126<para><command>gsview-help</command> is a script for displaying help
127files in your chosen browser.</para></sect3>
128
129</sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.