Ignore:
Timestamp:
04/27/2016 03:37:41 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
edb4fb92
Parents:
ff13fdc2
Message:

Update to ghostscript-9.19

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    rff13fdc2 r4886a74  
    66
    77  <!ENTITY gs-download-http
    8   "http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2">
     8  "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs919/ghostscript-&gs-version;.tar.gz">
    99  <!ENTITY gs-download-ftp  " ">
    10   <!ENTITY gs-md5sum        "aa125af368d89b3dbd15fc379f13375f">
    11   <!ENTITY gs-size          "28 MB">
    12   <!ENTITY gs-buildsize
    13   "155 MB (including fonts and libgs.so)">
    14   <!ENTITY gs-time
    15   "1.5 SBU (add 1 SBU for libgs.so)">
     10  <!ENTITY gs-md5sum        "c9682ce6b852f9197c69905a43928907">
     11  <!ENTITY gs-size          "32 MB">
     12  <!ENTITY gs-buildsize     "156 MB (with fonts and libgs.so)">
     13  <!ENTITY gs-time          "2.6 SBU (with libgs.so)">
    1614
    1715  <!ENTITY gs-standard-fonts-download
     
    153151
    154152    <para>
    155       If you have installed these dependencies on your system, remove the
    156       copies of
     153      If you have installed the recommended dependencies on your system,
     154      remove the copies of
    157155      <application>freetype</application>, <application>lcms2</application>,
    158156      <application>libjpeg</application>, and <application>libpng</application>:
    159157    </para>
    160158
    161 <screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac configure &amp;&amp;
    162 rm -rf freetype lcms2 jpeg libpng</userinput></screen>
    163 <!--
    164     <note>
    165       <para>
    166         If you have a multicore computer and try to run make with multiple
    167         jobs (eg, make -j4) then the build may fail due to race conditions in
    168         the <application>Ghostscript</application> build system. You can work
    169         around that problem by simply running make again (eg,
    170         <command>make -j4 || make -j1</command>).
    171       </para>
    172     </note>-->
     159<screen><userinput>rm -rf freetype lcms2 jpeg libpng</userinput></screen>
    173160
    174161    <para>Compile <application>Ghostscript</application>:</para>
     
    245232  <sect2 role="commands">
    246233    <title>Command Explanations</title>
    247 
    248     <para>
    249       <command>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' ... </command>:
    250       Fix to build with system <application>zlib</application>.
    251     </para>
    252234
    253235    <para>
Note: See TracChangeset for help on using the changeset viewer.