Author: xry111
Date: Sun Apr  7 03:17:24 2019
New Revision: 21431

Log:
Update to ghostscript-9.27

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       Sun Apr  7 00:45:54 
2019        (r21430)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Apr  7 03:17:24 
2019        (r21431)
@@ -45,6 +45,10 @@
       <para>April 7th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[xry111] - Update to ghostscript-9.27.  Fixes
+          <ulink url="&blfs-ticket-root;11898">#11898</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to samba-4.10.1. Fixes
           <ulink url="&blfs-ticket-root;11833">#11833</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sun Apr  7 00:45:54 2019        (r21430)
+++ trunk/BOOK/packages.ent     Sun Apr  7 03:17:24 2019        (r21431)
@@ -986,7 +986,7 @@
 <!-- Chapter 50 -->
 <!ENTITY cups-version                 "2.2.11">
 <!ENTITY cups-filters-version         "1.22.3">
-<!ENTITY gs-version                   "9.26">
+<!ENTITY gs-version                   "9.27">
 <!ENTITY gutenprint-version           "5.2.14">
 
 <!-- Chapter 51 -->

Modified: trunk/BOOK/pst/printing/gs.xml
==============================================================================
--- trunk/BOOK/pst/printing/gs.xml      Sun Apr  7 00:45:54 2019        (r21430)
+++ trunk/BOOK/pst/printing/gs.xml      Sun Apr  7 03:17:24 2019        (r21431)
@@ -9,9 +9,9 @@
   <!ENTITY gs-download-http
   
"https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/ghostscript-&gs-version;.tar.gz";>
   <!ENTITY gs-download-ftp  " ">
-  <!ENTITY gs-md5sum        "806bc2dedbc7f69b003f536658e08d4a">
-  <!ENTITY gs-size          "40 MB">
-  <!ENTITY gs-buildsize     "157 MB (with fonts and libgs.so)">
+  <!ENTITY gs-md5sum        "dd531503dbbc524f73528359e2ea145c">
+  <!ENTITY gs-size          "32 MB">
+  <!ENTITY gs-buildsize     "332 MB (with fonts and libgs.so)">
   <!ENTITY gs-time          "1.7 SBU (Using parallelism=4; with libgs.so)">
 
   <!ENTITY gs-standard-fonts-download
@@ -72,15 +72,6 @@
 
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
 
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>
-          Required Patch: <ulink
-          url="&patch-root;/ghostscript-&gs-version;-upstream_fixes-1.patch"/>
-        </para>
-      </listitem>
-    </itemizedlist>
-
       <para>If you wish, you can download additional fonts.</para>
 
     <itemizedlist spacing="compact">
@@ -121,8 +112,9 @@
       <xref linkend="freetype2"/>,
       <xref linkend="libjpeg"/>,
       <xref linkend="libpng"/>,
-      <xref linkend="libtiff"/>, and
-      <xref linkend="lcms2"/>
+      <xref linkend="libtiff"/>,
+      <xref linkend="lcms2"/>, and
+      <xref linkend="openjpeg2"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -165,17 +157,16 @@
       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>:
+      <application>libjpeg</application>, <application>libpng</application>,
+      and <application>openjpeg</application>:
     </para>
 
-<screen><userinput>rm -rf freetype lcms2mt jpeg libpng</userinput></screen>
+<screen><userinput>rm -rf freetype lcms2mt jpeg libpng 
openjpeg</userinput></screen>
 
     <para>Compile <application>Ghostscript</application>:</para>
 
 <screen><userinput>rm -rf zlib &amp;&amp;
 
-patch -Np1 -i ../ghostscript-&gs-version;-upstream_fixes-1.patch &amp;&amp;
-
 ./configure --prefix=/usr           \
             --disable-compile-inits \
             --enable-dynamic        \
@@ -219,7 +210,8 @@
     <para>Now make the documentation accessible from the normal place:</para>
 <!-- Starting with 9.23, the install does not seem to copy the examples any 
more -->
 
-<screen role="root"><userinput>ln -sfvn ../ghostscript/&gs-version;/doc 
/usr/share/doc/ghostscript-&gs-version;  &amp;&amp;
+<screen role="root"><userinput>mv -v /usr/share/doc/ghostscript/&gs-version; 
/usr/share/doc/ghostscript-&gs-version;  &amp;&amp;
+rm -rfv /usr/share/doc/ghostscript &amp;&amp;
 cp -a examples/ /usr/share/ghostscript/&gs-version;/</userinput></screen>
 
     <para>
@@ -275,8 +267,9 @@
     </para>
 
     <para>
-      <command>ln -sfvn ../ghostscript-&gs-version;/doc ... </command>: This 
puts
-      a symbolic link to the documentation where it is expected to be found.
+        <command>mv -v /usr/share/doc/ghostscript/&gs-version;
+        /usr/share/doc/ghostscript-&gs-version;</command>: This moves the
+        documentation where it is expected to be found.
     </para>
 
     <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