Changeset 78adb72e


Ignore:
Timestamp:
04/19/2007 02:03:08 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9ed30928
Parents:
b789659
Message:

Updated to ESP Ghostscript-8.15.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb789659 r78adb72e  
    44-->
    55
    6 <!ENTITY day          "18">                   <!-- Always 2 digits -->
     6<!ENTITY day          "19">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    642642<!ENTITY LPRng-version                "3.8.28">
    643643<!ENTITY gs-version                   "8.53">
    644 <!ENTITY espgs-version                "8.15.2">
     644<!ENTITY espgs-version                "8.15.4">
    645645<!ENTITY gimp-print-version           "4.2.7">
    646646
  • introduction/welcome/changelog.xml

    rb789659 r78adb72e  
    4343
    4444    <listitem>
     45      <para>April 19th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to ESP Ghostscript-8.15.4.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 18th, 2007</para>
    4655      <itemizedlist>
  • pst/printing/espgs.xml

    rb789659 r78adb72e  
    77  <!ENTITY espgs-download-http "http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2">
    88  <!ENTITY espgs-download-ftp  "ftp://ftp3.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2">
    9   <!ENTITY espgs-md5sum        "66180d4c0aa44c4c51ea58e13b08f2ae">
    10   <!ENTITY espgs-size          "8.4 MB">
    11   <!ENTITY espgs-buildsize     "105 MB (includes installing libgs.so and both font tarballs)">
     9  <!ENTITY espgs-md5sum        "e74e0463e0bfb1cea3db245d8e71828c">
     10  <!ENTITY espgs-size          "8.7 MB">
     11  <!ENTITY espgs-buildsize     "108 MB (includes installing libgs.so and both font tarballs)">
    1212  <!ENTITY espgs-time          "2.3 SBU (includes building and installing libgs.so)">
    1313
     
    102102    <xref linkend="libjpeg"/>,
    103103    <xref linkend="libpng"/>,
    104     <xref linkend="x-window-system"/>,
    105     <xref linkend="GTK"/>, and
    106     <ulink url="http://sourceforge.net/projects/jbig2dec/">jbig2dec</ulink></para>
     104    <xref linkend="x-window-system"/>, and
     105    <xref linkend="gtk2"/> or <xref linkend="GTK"/></para>
    107106
    108107    <para condition="html" role="usernotes">User Notes:
     
    120119./configure --prefix=/usr --enable-threads --without-omni &amp;&amp;
    121120make</userinput></screen>
     121
     122    <para>To build the shared
     123    <filename class='libraryfile'>libgs.so</filename> library you must have
     124    <application>GTK+</application> installed and issue the following
     125    command:</para>
     126
     127<screen><userinput>make so</userinput></screen>
    122128
    123129    <para>This package does not come with a test suite. However, you may test
     
    139145done</userinput></screen>
    140146
    141     <para>To install the shared library
    142     <filename class='libraryfile'>libgs.so</filename> you will need
    143     <xref linkend="GTK"/>. Note that the shared library is only used in
    144     external programs such as <xref linkend="gsview"/> and
    145     <xref linkend="imagemagick"/>. Proceed with the following command as an
    146     unprivileged user:</para>
    147 
    148 <screen><userinput>make CFLAGS_SO='-fPIC $(ACDEFS)' so</userinput></screen>
    149 
    150     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     147    <para>If you built the shared library, install it and the associated
     148    programs by issuing the following commands as the
     149    <systemitem class="username">root</systemitem> user:</para>
    151150
    152151<screen role="root"><userinput>make soinstall &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.