Author: randy
Date: 2007-04-18 20:03:08 -0600 (Wed, 18 Apr 2007)
New Revision: 6742

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/printing/espgs.xml
Log:
Updated to ESP Ghostscript-8.15.4

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-04-18 20:14:52 UTC (rev 6741)
+++ trunk/BOOK/general.ent      2007-04-19 02:03:08 UTC (rev 6742)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "18">                   <!-- Always 2 digits -->
+<!ENTITY day          "19">                   <!-- Always 2 digits -->
 <!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2007">
 <!ENTITY version      "svn-&year;&month;&day;">
@@ -641,7 +641,7 @@
 <!ENTITY cups-version                 "1.2.7">
 <!ENTITY LPRng-version                "3.8.28">
 <!ENTITY gs-version                   "8.53">
-<!ENTITY espgs-version                "8.15.2">
+<!ENTITY espgs-version                "8.15.4">
 <!ENTITY gimp-print-version           "4.2.7">
 
 <!-- Chapter 43 -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-04-18 20:14:52 UTC 
(rev 6741)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-04-19 02:03:08 UTC 
(rev 6742)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>April 19th, 2007</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Updated to ESP Ghostscript-8.15.4.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 18th, 2007</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/pst/printing/espgs.xml
===================================================================
--- trunk/BOOK/pst/printing/espgs.xml   2007-04-18 20:14:52 UTC (rev 6741)
+++ trunk/BOOK/pst/printing/espgs.xml   2007-04-19 02:03:08 UTC (rev 6742)
@@ -6,9 +6,9 @@
 
   <!ENTITY espgs-download-http 
"http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2";>
   <!ENTITY espgs-download-ftp  
"ftp://ftp3.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2";>
-  <!ENTITY espgs-md5sum        "66180d4c0aa44c4c51ea58e13b08f2ae">
-  <!ENTITY espgs-size          "8.4 MB">
-  <!ENTITY espgs-buildsize     "105 MB (includes installing libgs.so and both 
font tarballs)">
+  <!ENTITY espgs-md5sum        "e74e0463e0bfb1cea3db245d8e71828c">
+  <!ENTITY espgs-size          "8.7 MB">
+  <!ENTITY espgs-buildsize     "108 MB (includes installing libgs.so and both 
font tarballs)">
   <!ENTITY espgs-time          "2.3 SBU (includes building and installing 
libgs.so)">
 
   <!ENTITY espgs-standard-fonts-download 
"ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz";>
@@ -101,9 +101,8 @@
     <para role="optional"><xref linkend="cups"/>,
     <xref linkend="libjpeg"/>,
     <xref linkend="libpng"/>,
-    <xref linkend="x-window-system"/>,
-    <xref linkend="GTK"/>, and
-    <ulink 
url="http://sourceforge.net/projects/jbig2dec/";>jbig2dec</ulink></para>
+    <xref linkend="x-window-system"/>, and
+    <xref linkend="gtk2"/> or <xref linkend="GTK"/></para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/espgs"/></para>
@@ -120,6 +119,13 @@
 ./configure --prefix=/usr --enable-threads --without-omni &amp;&amp;
 make</userinput></screen>
 
+    <para>To build the shared
+    <filename class='libraryfile'>libgs.so</filename> library you must have
+    <application>GTK+</application> installed and issue the following
+    command:</para>
+
+<screen><userinput>make so</userinput></screen>
+
     <para>This package does not come with a test suite. However, you may test
     the operation of the newly built <command>gs</command> program by issuing
     the following command (issue from an X Windows terminal):</para>
@@ -138,17 +144,10 @@
   fi
 done</userinput></screen>
 
-    <para>To install the shared library
-    <filename class='libraryfile'>libgs.so</filename> you will need
-    <xref linkend="GTK"/>. Note that the shared library is only used in
-    external programs such as <xref linkend="gsview"/> and
-    <xref linkend="imagemagick"/>. Proceed with the following command as an
-    unprivileged user:</para>
+    <para>If you built the shared library, install it and the associated
+    programs by issuing the following commands as the
+    <systemitem class="username">root</systemitem> user:</para>
 
-<screen><userinput>make CFLAGS_SO='-fPIC $(ACDEFS)' so</userinput></screen>
-
-    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
-
 <screen role="root"><userinput>make soinstall &amp;&amp;
 install -v -d -m755 /usr/include/ps &amp;&amp;
 install -v -m644 src/*.h /usr/include/ps &amp;&amp;

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to