Changeset 1b5a1d1


Ignore:
Timestamp:
09/16/2009 03:28:36 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c1a4344
Parents:
6863995f
Message:

Updated to GPL Ghostscript-8.70.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6863995f r1b5a1d1  
    44-->
    55
    6 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     6<!ENTITY day          "16">                   <!-- Always 2 digits -->
    77<!ENTITY month        "09">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    732732<!ENTITY cups-version                 "1.2.12">
    733733<!ENTITY LPRng-version                "3.8.28">
    734 <!ENTITY gs-version                   "8.64">
     734<!ENTITY gs-version                   "8.70">
    735735<!-- <!ENTITY espgs-version                "8.15.4"> -->
    736736<!ENTITY gutenprint-version           "5.0.1">
  • introduction/welcome/changelog.xml

    r6863995f r1b5a1d1  
    4242-->
    4343    <listitem>
     44      <para>September 16th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[gdalziel] - Updated to GPL Ghostscript-8.70.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>September 12th, 2009</para>
    4554      <itemizedlist>
  • pst/printing/gs.xml

    r6863995f r1b5a1d1  
    66
    77  <!ENTITY gs-download-http "&sourceforge-repo;/ghostscript/ghostscript-&gs-version;.tar.bz2">
    8   <!ENTITY gs-download-ftp  "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs864/ghostscript-&gs-version;.tar.bz2">
    9   <!ENTITY gs-md5sum        "b13289cb2115f38f40c5e064f87e228a">
     8  <!ENTITY gs-download-ftp  "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs870/ghostscript-&gs-version;.tar.bz2">
     9  <!ENTITY gs-md5sum        "526366f8cb4fda0d3d293597cc5b984b">
    1010  <!ENTITY gs-size          "17 MB">
    1111  <!ENTITY gs-buildsize     "232 MB (includes installing libgs.so and both font tarballs)">
     
    9696    <itemizedlist spacing="compact">
    9797      <title>Patches</title>
    98       <listitem>
    99         <para>Required patch: <ulink
    100         url="&patch-root;/ghostscript-&gs-version;-security_fixes-1.patch"/>
    101         </para>
    102       </listitem>
    10398      <listitem>
    10499        <para>Optional patch: <ulink
     
    130125
    131126<screen><userinput>rm -rf jasper &amp;&amp;
    132 patch -Np1 -i ../ghostscript-&gs-version;-system_jasper-1.patch
    133 </userinput></screen>
     127patch -Np1 -i ../ghostscript-&gs-version;-system_jasper-1.patch</userinput></screen>
    134128
    135129    <para>Install <application>GPL Ghostscript</application> by running the
    136130    following commands:</para>
    137131
    138 <screen><userinput>patch -Np1 -i ../ghostscript-&gs-version;-security_fixes-1.patch &amp;&amp;
    139 ./configure --prefix=/usr &amp;&amp;
     132<screen><userinput>./configure --prefix=/usr &amp;&amp;
    140133make</userinput></screen>
    141134
    142     <para>This package does not come with a test suite.</para>
     135    <para>This package does not come with a test suite. However, you may test
     136    the operation of the newly built <command>gs</command> program by
     137    issuing the following command (issue from an X Windows terminal):</para>
     138
     139    <screen><userinput>bin/gs -Ilib -dBATCH examples/tiger.eps</userinput></screen>
    143140
    144141    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    145142
    146143<screen role="root"><userinput>make install &amp;&amp;
    147 ln -sv /usr/share/ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;
    148 </userinput></screen>
     144ln -sv /usr/share/ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;</userinput></screen>
    149145
    150146    <para>To install the shared library
Note: See TracChangeset for help on using the changeset viewer.