Changeset dba1367 for pst/ps/gsview.xml


Ignore:
Timestamp:
12/10/2006 05:54:49 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
43a05b2
Parents:
0af9f257
Message:

Updated to GSview-4.8 and fixed an issue with GSview using recent versions of ESP Ghostscript

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/gsview.xml

    r0af9f257 rdba1367  
    77  <!ENTITY gsview-download-http "http://gd.tuwien.ac.at/publishing/ghostscript/ghostgum/gsview-&gsview-version;.tar.gz">
    88  <!ENTITY gsview-download-ftp  "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-&gsview-version;.tar.gz">
    9   <!ENTITY gsview-md5sum        "ce6288cc8597d6b918498d6d02654bb7">
    10   <!ENTITY gsview-size          "910 KB">
    11   <!ENTITY gsview-buildsize     "11 MB">
     9  <!ENTITY gsview-md5sum        "21c81819af0eeb42ac5ee6499f4a7116">
     10  <!ENTITY gsview-size          "931 KB">
     11  <!ENTITY gsview-buildsize     "11.4 MB">
    1212  <!ENTITY gsview-time          "0.1 SBU">
    1313]>
     
    6666
    6767    <bridgehead renderas="sect4">Required</bridgehead>
    68     <para role="required"><xref linkend="GTK"/> and
    69     <xref linkend="gs"/> or <xref linkend="espgs"/>
    70     (with libgs.so installed)</para>
     68    <para role="required"><xref linkend="GTK"/>, and
     69    <xref linkend="gs"/> or <xref linkend="espgs"/></para>
     70
     71    <para>Note that you must build the shared
     72    <filename class="libraryfile">libgs.so</filename> library during the
     73    Ghostscript installation else the <command>gsview</command> program will
     74    fail at run-time.</para>
    7175
    7276    <para condition="html" role="usernotes">User Notes:
     
    8993<screen><userinput>sed -i 's:netscape:<replaceable>&lt;browser&gt;</replaceable>:' srcunx/gvxreg.c</userinput></screen>
    9094
     95    <para>The <application>GSview</application> package has not been updated in
     96    quite a while and does not accomodate the recent versions of the
     97    <application>ESP Ghostscript</application> package. If you installed
     98    <xref linkend="espgs"/> as your Ghostscript application, you must modify
     99    the maximum version of Ghostscript allowed. Make the modification using
     100    the following command: </para>
     101
     102<screen><userinput>sed -i 's:999:99999:' src/gvcver.h</userinput></screen>
     103
    91104    <para>Install <application>GSview</application> by running the following
    92105    commands:</para>
    93106
    94 <screen><userinput>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|' \
    95     srcunx/unx.mak &gt; Makefile &amp;&amp;
    96 patch -Np1 -i ../gsview-&gsview-version;-pstotext-1.patch &amp;&amp;
     107<screen><userinput>patch -Np1 -i ../gsview-&gsview-version;-pstotext-1.patch &amp;&amp;
     108sed 's:/local::' srcunx/unx.mak &gt; Makefile &amp;&amp;
    97109make</userinput></screen>
    98110
     
    108120    <title>Command Explanations</title>
    109121
    110     <para><command>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|'</command>:
     122    <para><command>sed 's:/local::' srcunx/unx.mak &gt; Makefile</command>:
    111123    This command changes the default installation directory to
    112     <filename class="directory">/usr</filename>.</para>
     124    <filename class="directory">/usr</filename> during the creation of the
     125    <filename>Makefile</filename>.</para>
    113126
    114127  </sect2>
     
    141154        <seg>gsview and gsview-help</seg>
    142155        <seg>None</seg>
    143         <seg>/etc/gsview, /usr/share/doc/gsview-&gsview-version;</seg>
     156        <seg>/etc/gsview and /usr/share/doc/gsview-&gsview-version;</seg>
    144157      </seglistitem>
    145158    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.