Changeset 12341a8


Ignore:
Timestamp:
04/07/2019 10:17:24 AM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ccf92b8
Parents:
2f4f2b6
Message:

Update to ghostscript-9.27

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2f4f2b6 r12341a8  
    4545      <para>April 7th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to ghostscript-9.27.  Fixes
     49          <ulink url="&blfs-ticket-root;11898">#11898</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[renodr] - Update to samba-4.10.1. Fixes
  • packages.ent

    r2f4f2b6 r12341a8  
    987987<!ENTITY cups-version                 "2.2.11">
    988988<!ENTITY cups-filters-version         "1.22.3">
    989 <!ENTITY gs-version                   "9.26">
     989<!ENTITY gs-version                   "9.27">
    990990<!ENTITY gutenprint-version           "5.2.14">
    991991
  • pst/printing/gs.xml

    r2f4f2b6 r12341a8  
    1010  "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/ghostscript-&gs-version;.tar.gz">
    1111  <!ENTITY gs-download-ftp  " ">
    12   <!ENTITY gs-md5sum        "806bc2dedbc7f69b003f536658e08d4a">
    13   <!ENTITY gs-size          "40 MB">
    14   <!ENTITY gs-buildsize     "157 MB (with fonts and libgs.so)">
     12  <!ENTITY gs-md5sum        "dd531503dbbc524f73528359e2ea145c">
     13  <!ENTITY gs-size          "32 MB">
     14  <!ENTITY gs-buildsize     "332 MB (with fonts and libgs.so)">
    1515  <!ENTITY gs-time          "1.7 SBU (Using parallelism=4; with libgs.so)">
    1616
     
    7272
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    74 
    75     <itemizedlist spacing="compact">
    76       <listitem>
    77         <para>
    78           Required Patch: <ulink
    79           url="&patch-root;/ghostscript-&gs-version;-upstream_fixes-1.patch"/>
    80         </para>
    81       </listitem>
    82     </itemizedlist>
    8374
    8475      <para>If you wish, you can download additional fonts.</para>
     
    122113      <xref linkend="libjpeg"/>,
    123114      <xref linkend="libpng"/>,
    124       <xref linkend="libtiff"/>, and
    125       <xref linkend="lcms2"/>
     115      <xref linkend="libtiff"/>,
     116      <xref linkend="lcms2"/>, and
     117      <xref linkend="openjpeg2"/>
    126118    </para>
    127119
     
    166158      remove the copies of
    167159      <application>freetype</application>, <application>lcms2</application>,
    168       <application>libjpeg</application>, and <application>libpng</application>:
    169     </para>
    170 
    171 <screen><userinput>rm -rf freetype lcms2mt jpeg libpng</userinput></screen>
     160      <application>libjpeg</application>, <application>libpng</application>,
     161      and <application>openjpeg</application>:
     162    </para>
     163
     164<screen><userinput>rm -rf freetype lcms2mt jpeg libpng openjpeg</userinput></screen>
    172165
    173166    <para>Compile <application>Ghostscript</application>:</para>
    174167
    175168<screen><userinput>rm -rf zlib &amp;&amp;
    176 
    177 patch -Np1 -i ../ghostscript-&gs-version;-upstream_fixes-1.patch &amp;&amp;
    178169
    179170./configure --prefix=/usr           \
     
    220211<!-- Starting with 9.23, the install does not seem to copy the examples any more -->
    221212
    222 <screen role="root"><userinput>ln -sfvn ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;  &amp;&amp;
     213<screen role="root"><userinput>mv -v /usr/share/doc/ghostscript/&gs-version; /usr/share/doc/ghostscript-&gs-version;  &amp;&amp;
     214rm -rfv /usr/share/doc/ghostscript &amp;&amp;
    223215cp -a examples/ /usr/share/ghostscript/&gs-version;/</userinput></screen>
    224216
     
    276268
    277269    <para>
    278       <command>ln -sfvn ../ghostscript-&gs-version;/doc ... </command>: This puts
    279       a symbolic link to the documentation where it is expected to be found.
     270        <command>mv -v /usr/share/doc/ghostscript/&gs-version;
     271        /usr/share/doc/ghostscript-&gs-version;</command>: This moves the
     272        documentation where it is expected to be found.
    280273    </para>
    281274
Note: See TracChangeset for help on using the changeset viewer.