Ignore:
Timestamp:
04/03/2015 09:07:37 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 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
Children:
9c4ca99
Parents:
d3d200d
Message:

Update to ghostscript-9.16

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    rd3d200d ra2a37c7  
    88  "http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2">
    99  <!ENTITY gs-download-ftp  " ">
    10   <!ENTITY gs-md5sum        "0ee21d975c67a4883ba66bcc332418f5">
    11   <!ENTITY gs-size          "27 MB">
     10  <!ENTITY gs-md5sum        "21732fd6e39acc283bc623b8842cbfbb">
     11  <!ENTITY gs-size          "28 MB">
    1212  <!ENTITY gs-buildsize
    13   "217 MB (includes installing libgs.so, add 5 MB if the fonts are installed)">
     13  "170 MB (add 5 MB  for fonts and 55 MB for libgs.so)">
    1414  <!ENTITY gs-time
    15   "2.5 SBU (includes building and installing libgs.so)">
     15  "1 SBU (add 1 SBU for libgs.so)">
    1616
    1717  <!ENTITY gs-standard-fonts-download
     
    154154    <para>
    155155      If you have installed these dependencies on your system, remove the
    156       copies of <application>expat</application>,
     156      copies of
    157157      <application>freetype</application>, <application>lcms2</application>,
    158158      <application>libjpeg</application>, and <application>libpng</application>:
     
    160160
    161161<screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac configure &amp;&amp;
    162 rm -rf expat freetype lcms2 jpeg libpng</userinput></screen>
     162rm -rf freetype lcms2 jpeg libpng</userinput></screen>
    163163<!--
    164164    <note>
     
    174174    <para>Compile <application>Ghostscript</application>:</para>
    175175
    176 <screen><userinput>rm -rf zlib &amp;&amp;
     176<screen><userinput>rm -rf zlib expat &amp;&amp;
    177177./configure --prefix=/usr --disable-compile-inits \
    178178 --enable-dynamic --with-system-libtiff &amp;&amp;
     
    196196
    197197    <para>
    198       This package does not come with a test suite. However, you may test the
    199       operation of the newly built <command>gs</command> program by issuing the
    200       following command (issue from an X Window System terminal):
    201     </para>
    202 
    203 <screen><userinput>bin/gs -Ilib -IResource/Init -dBATCH examples/tiger.eps</userinput></screen>
     198      This package does not come with a test suite.  A set of example files
     199      may be used for testing, but it is only possible after installation
     200      of the package.
     201    </para>
    204202
    205203    <para>
     
    231229<screen role="root"><userinput>tar -xvf ../<replaceable>&lt;font-tarball&gt;</replaceable> -C /usr/share/ghostscript --no-same-owner &amp;&amp;
    232230fc-cache -v /usr/share/ghostscript/fonts/</userinput></screen>
     231
     232    <para>
     233      You can now test the rendering of various postscript  and pdf files from the
     234      <filename class="directory">/usr/share/ghostscript/&gs-version;/examples
     235      </filename>, for example (you need an X window system display):
     236    </para>
     237
     238<screen><userinput>gs -q -dBATCH /usr/share/ghostscript/&gs-version;/examples/tiger.eps</userinput></screen>
     239
    233240  </sect2>
    234241
     
    242249
    243250    <para>
    244       <command>rm -rf zlib</command>:
    245       <application>zlib</application> was installed as part of LFS.
     251      <command>rm -rf zlib expat </command>: <application>zlib</application>
     252      and <application>expat</application> were installed as part of LFS.
    246253    </para>
    247254
Note: See TracChangeset for help on using the changeset viewer.