Changeset c267b261


Ignore:
Timestamp:
05/05/2006 03:13:12 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
9d91468a
Parents:
fd9dab72
Message:

Update to ESP Ghostscript-8.15.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfd9dab72 rc267b261  
    591591<!ENTITY LPRng-version                "3.8.28">
    592592<!ENTITY gs-version                   "8.51">
    593 <!ENTITY espgs-version                "8.15.1">
     593<!ENTITY espgs-version                "8.15.2">
    594594<!ENTITY gimp-print-version           "4.2.7">
    595595
  • introduction/welcome/changelog.xml

    rfd9dab72 rc267b261  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to  ESP Ghostscript-8.15.2.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Updated to openssl-0.9.8b.</para>
    4952        </listitem>
  • pst/printing/espgs.xml

    rfd9dab72 rc267b261  
    77  <!ENTITY espgs-download-http "http://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        "2a21136953c3559e6088522753b06b1f">
    10   <!ENTITY espgs-size          "7.7 MB">
    11   <!ENTITY espgs-buildsize     "103.6 MB (includes installing libgs.so and both font tarballs)">
    12   <!ENTITY espgs-time          "2.2 SBU (includes building and installing libgs.so)">
     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)">
     12  <!ENTITY espgs-time          "2.3 SBU (includes building and installing libgs.so)">
    1313
    1414  <!ENTITY espgs-standard-fonts-download "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz">
     
    133133
    134134<screen role="root"><userinput>make install &amp;&amp;
    135 rmdir -v /usr/lib/ghostscript/8.15 /usr/lib/ghostscript &amp;&amp;
    136 ln -v -s ../ghostscript/8.15/doc /usr/share/doc/espgs-&espgs-version; &amp;&amp;
     135install -d /usr/share/doc/espgs-&espgs-version;
     136ln -v -s ../../ghostscript/8.15/doc /usr/share/doc/espgs-&espgs-version; &amp;&amp;
    137137for INSTFILE in `ls doc`
    138138do
     
    186186    IJS driver support.</para>
    187187
    188     <para><command>rmdir -v /usr/lib/ghostscript/...</command>: These two
    189     directories are removed as they were created during the installation,
    190     but unpopulated.</para>
    191 
    192     <para><command>install ...</command>: Some packages
    193     (<application>ImageMagick</application> is one) need the
     188    <para><command>install -v -m644 src/*.h /usr/include/ps</command>: Some
     189    packages (<application>ImageMagick</application> is one) need the
    194190    <application>Ghostscript</application> interface headers in place to link
    195191    to the shared library. These commands install the headers.</para>
Note: See TracChangeset for help on using the changeset viewer.