Ignore:
Timestamp:
02/10/2016 07:29:53 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
062e1f05
Parents:
53192f0
Message:

Merge PST and Printing section from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16929 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r53192f0 r293e9cdc  
    88  "http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2">
    99  <!ENTITY gs-download-ftp  " ">
    10   <!ENTITY gs-md5sum        "21732fd6e39acc283bc623b8842cbfbb">
     10  <!ENTITY gs-md5sum        "aa125af368d89b3dbd15fc379f13375f">
    1111  <!ENTITY gs-size          "28 MB">
    1212  <!ENTITY gs-buildsize
    13   "170 MB (add 5 MB  for fonts and 55 MB for libgs.so)">
     13  "155 MB (including fonts and libgs.so)">
    1414  <!ENTITY gs-time
    15   "1 SBU (add 1 SBU for libgs.so)">
     15  "1.5 SBU (add 1 SBU for libgs.so)">
    1616
    1717  <!ENTITY gs-standard-fonts-download
     
    4848    used for that.</para>
    4949
    50     &lfs77_checked;
     50    &lfs78_checked;
    5151
    5252    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    120120      suggested font),
    121121      <xref linkend="gtk2"/>,
    122       <xref linkend="lcms"/> (not used by default, nor if lcms2 is present or found),
    123122      <xref linkend="libidn"/>,
    124       <xref linkend="libpaper"/>, and
     123      <xref linkend="libpaper"/>,
     124      <xref linkend="lcms"/> (not used by default, nor if lcms2 is present or found), and
    125125      <xref linkend="x-window-system"/>
    126126    </para>
     
    154154    <para>
    155155      If you have installed these dependencies on your system, remove the
    156       copies of <application>expat</application>,
     156      copies of
    157157      <application>freetype</application>, <application>lcms2</application>,
    158       <application>libjpeg</application>, <application>libpng</application>
    159       and <application>zlib</application>:
     158      <application>libjpeg</application>, and <application>libpng</application>:
    160159    </para>
    161160
    162161<screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac configure &amp;&amp;
    163 rm -rf expat freetype lcms2 jpeg libpng zlib</userinput></screen>
     162rm -rf freetype lcms2 jpeg libpng</userinput></screen>
    164163<!--
    165164    <note>
     
    175174    <para>Compile <application>Ghostscript</application>:</para>
    176175
    177 <screen><userinput>./configure --prefix=/usr           \
     176<screen><userinput>rm -rf zlib &amp;&amp;
     177
     178./configure --prefix=/usr           \
    178179            --disable-compile-inits \
    179180            --enable-dynamic        \
    180             --with-system-libtiff &amp;&amp;
     181            --with-system-libtiff   &amp;&amp;
    181182make</userinput></screen>
    182183
     
    211212    <para>If you want the shared library too:</para>
    212213
    213 <screen role="root"><userinput>make soinstall<!-- &amp;&amp;
     214<screen role="root"><userinput>make soinstall &amp;&amp;
    214215install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
    215 ln -v -s ghostscript /usr/include/ps--></userinput></screen>
     216ln -v -s ghostscript /usr/include/ps</userinput></screen>
    216217
    217218    <para>Now make the documentation accessible from the normal place:</para>
    218219
    219 <screen role="root"><userinput>ln -sfv ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;</userinput></screen>
     220<screen role="root"><userinput>ln -sfvn ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;</userinput></screen>
    220221
    221222    <para>
     
    247248    <para>
    248249      <command>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' ... </command>:
    249       Fixes building with system <application>Zlib</application>.
    250     </para>
    251 
    252     <!-- <para>
    253       <command>rm -rf zlib</command>:
    254       <application>zlib</application> was installed as part of LFS.
    255     </para> -->
     250      Fix to build with system <application>zlib</application>.
     251    </para>
     252
     253    <para>
     254      <command>rm -rf zlib </command>: <application>zlib</application>
     255      was installed as part of LFS.
     256    </para>
    256257
    257258    <para>
     
    265266    </para>
    266267
    267     <!-- <para> Nothing needs these. The ones installed by soinstall are sufficient.
     268    <para>
    268269      <command>install -v -m644 base/*.h... </command>: Some packages
    269270      (<application>ImageMagick</application> is one) need the
     
    272273    </para>
    273274
    274     <para> Haven't found anything that needs this
     275    <para>
    275276      <command>ln -v -s ghostscript /usr/include/ps</command>: Some packages
    276277      expect to find the interface headers in an alternate location.
    277     </para> -->
     278    </para>
    278279
    279280    <para>
     
    287288      to the <xref linkend="cups"/> libraries if you have installed those.
    288289    </para>
    289 
    290290  </sect2>
    291291
Note: See TracChangeset for help on using the changeset viewer.