Changeset 1df1b16 for pst


Ignore:
Timestamp:
07/30/2013 08:41:51 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
d4aa211
Parents:
019052a1
Message:

ghostscript works fine with lcms-2.5, but not lcms-2.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r019052a1 r1df1b16  
    106106      <xref linkend="freetype2"/>,
    107107      <xref linkend="libjpeg"/>,
    108       <xref linkend="libpng"/>, and
    109       <xref linkend="libtiff"/> <!--, and
    110       <xref linkend="lcms2"/>-->
     108      <xref linkend="libpng"/>,
     109      <xref linkend="libtiff"/>, and
     110      <xref linkend="lcms2"/>
    111111    </para>
    112112
     
    153153      If you have installed these dependencies on your system, remove the
    154154      copies of <application>expat</application>,
    155       <application>freetype</application>, <!--<application>lcms2</application>, -->
     155      <application>freetype</application>, <application>lcms2</application>,
    156156      <application>libjpeg</application>, <application>libpng</application>,
    157157      and <application>libtiff</application>:
    158158    </para>
    159159
    160     <note><para>Little CMS-2.5 will not work with this version of
    161       <application>GPL Ghostscript</application>.  Use the embedded version
    162       for now.
    163     </para></note>
    164    
    165 
    166 <screen><userinput>rm -rf expat freetype jpeg libpng tiff</userinput></screen>
     160<screen><userinput>rm -rf expat freetype lcms2 jpeg libpng tiff</userinput></screen>
    167161
    168162    <note>
Note: See TracChangeset for help on using the changeset viewer.