Author: bdubbs
Date: Tue Apr 26 20:37:41 2016
New Revision: 17292

Log:
Update to ghostscript-9.19

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/pst/printing/gs.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Apr 26 16:09:23 
2016        (r17291)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Apr 26 20:37:41 
2016        (r17292)
@@ -47,6 +47,10 @@
       <para>April 26th, 2016</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to ghostscript-9.19. Fixes
+          <ulink url="&blfs-ticket-root;7757">#7757</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update descriptions for parallelism and
           java options on libreoffice page. Fixes
           <ulink url="&blfs-ticket-root;7758">#7758</ulink>.</para>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Tue Apr 26 16:09:23 2016        (r17291)
+++ trunk/BOOK/packages.ent     Tue Apr 26 20:37:41 2016        (r17292)
@@ -775,7 +775,7 @@
 <!-- Chapter 50 -->
 <!ENTITY cups-version                 "2.1.3">
 <!ENTITY cups-filters-version         "1.8.3">
-<!ENTITY gs-version                   "9.18">
+<!ENTITY gs-version                   "9.19">
 <!ENTITY gutenprint-version           "5.2.11">
 
 <!-- Chapter 51 -->

Modified: trunk/BOOK/pst/printing/gs.xml
==============================================================================
--- trunk/BOOK/pst/printing/gs.xml      Tue Apr 26 16:09:23 2016        (r17291)
+++ trunk/BOOK/pst/printing/gs.xml      Tue Apr 26 20:37:41 2016        (r17292)
@@ -5,14 +5,12 @@
   %general-entities;
 
   <!ENTITY gs-download-http
-  "http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2";>
+  
"https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs919/ghostscript-&gs-version;.tar.gz";>
   <!ENTITY gs-download-ftp  " ">
-  <!ENTITY gs-md5sum        "aa125af368d89b3dbd15fc379f13375f">
-  <!ENTITY gs-size          "28 MB">
-  <!ENTITY gs-buildsize
-  "155 MB (including fonts and libgs.so)">
-  <!ENTITY gs-time
-  "1.5 SBU (add 1 SBU for libgs.so)">
+  <!ENTITY gs-md5sum        "c9682ce6b852f9197c69905a43928907">
+  <!ENTITY gs-size          "32 MB">
+  <!ENTITY gs-buildsize     "156 MB (with fonts and libgs.so)">
+  <!ENTITY gs-time          "2.6 SBU (with libgs.so)">
 
   <!ENTITY gs-standard-fonts-download
   "&sourceforge-repo;/gs-fonts/ghostscript-fonts-std-8.11.tar.gz">
@@ -152,24 +150,13 @@
     </para>
 
     <para>
-      If you have installed these dependencies on your system, remove the
-      copies of
+      If you have installed the recommended dependencies on your system, 
+      remove the copies of
       <application>freetype</application>, <application>lcms2</application>,
       <application>libjpeg</application>, and 
<application>libpng</application>:
     </para>
 
-<screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac 
configure &amp;&amp;
-rm -rf freetype lcms2 jpeg libpng</userinput></screen>
-<!--
-    <note>
-      <para>
-        If you have a multicore computer and try to run make with multiple
-        jobs (eg, make -j4) then the build may fail due to race conditions in
-        the <application>Ghostscript</application> build system. You can work
-        around that problem by simply running make again (eg,
-        <command>make -j4 || make -j1</command>).
-      </para>
-    </note>-->
+<screen><userinput>rm -rf freetype lcms2 jpeg libpng</userinput></screen>
 
     <para>Compile <application>Ghostscript</application>:</para>
 
@@ -246,11 +233,6 @@
     <title>Command Explanations</title>
 
     <para>
-      <command>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' ... </command>:
-      Fix to build with system <application>zlib</application>.
-    </para>
-
-    <para>
       <command>rm -rf zlib </command>: <application>zlib</application>
       was installed as part of LFS.
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to