Changeset c17e587 for pst


Ignore:
Timestamp:
08/24/2014 09:05:13 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
b8691802
Parents:
3ede78cb
Message:

Check some office stuff. Minor fixes for some packages. Merged trunk.

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

Location:
pst
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r3ede78cb rc17e587  
    4848    used for that.</para>
    4949
    50     &lfs75_checked;
     50    &lfs76_checked;
    5151
    5252    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    156156      copies of <application>expat</application>,
    157157      <application>freetype</application>, <application>lcms2</application>,
    158       <application>libjpeg</application>, and <application>libpng</application>:
     158      <application>libjpeg</application>, <application>libpng</application>
     159      and <application>zlib</application>:
    159160    </para>
    160161
    161162<screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac configure &amp;&amp;
    162 rm -rf expat freetype lcms2 jpeg libpng</userinput></screen>
     163rm -rf expat freetype lcms2 jpeg libpng zlib</userinput></screen>
    163164<!--
    164165    <note>
     
    174175    <para>Compile <application>Ghostscript</application>:</para>
    175176
    176 <screen><userinput>rm -rf zlib &amp;&amp;
    177 ./configure --prefix=/usr --disable-compile-inits \
    178  --enable-dynamic --with-system-libtiff &amp;&amp;
     177<screen><userinput>./configure --prefix=/usr           \
     178            --disable-compile-inits \
     179            --enable-dynamic        \
     180            --with-system-libtiff &amp;&amp;
    179181make</userinput></screen>
    180182
     
    210212    <para>If you want the shared library too:</para>
    211213
    212 <screen role="root"><userinput>make soinstall &amp;&amp;
     214<screen role="root"><userinput>make soinstall<!-- &amp;&amp;
    213215install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
    214 ln -v -s ghostscript /usr/include/ps</userinput></screen>
     216ln -v -s ghostscript /usr/include/ps--></userinput></screen>
    215217
    216218    <para>Now make the documentation accessible from the normal place:</para>
     
    237239    <para>
    238240      <command>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' ... </command>:
    239       Fix to build with system <application>zlib</application>.
    240     </para>
    241 
    242     <para>
     241      Fixes building with system <application>Zlib</application>.
     242    </para>
     243
     244    <!-- <para>
    243245      <command>rm -rf zlib</command>:
    244246      <application>zlib</application> was installed as part of LFS.
    245     </para>
     247    </para> -->
    246248
    247249    <para>
     
    255257    </para>
    256258
    257     <para>
     259    <!-- <para> Nothing needs these. The ones installed by soinstall are sufficient.
    258260      <command>install -v -m644 base/*.h... </command>: Some packages
    259261      (<application>ImageMagick</application> is one) need the
     
    262264    </para>
    263265
    264     <para>
     266    <para> Haven't found anything that needs this
    265267      <command>ln -v -s ghostscript /usr/include/ps</command>: Some packages
    266268      expect to find the interface headers in an alternate location.
    267     </para>
     269    </para> -->
    268270
    269271    <para>
     
    277279      to the <xref linkend="cups"/> libraries if you have installed those.
    278280    </para>
     281
    279282  </sect2>
    280283
  • pst/typesetting/texlive.xml

    r3ede78cb rc17e587  
    8181      versions.  The following are recommended so that the system version
    8282      will be used:
    83       <xref linkend="icu"/>,
     83      <xref linkend="fontconfig"/>,
    8484      <xref linkend="freetype2"/>,
    85       <xref linkend="fontconfig"/>,
     85      <xref linkend="gc"/>,
    8686      <xref linkend="graphite2"/>,
    8787      <xref linkend="harfbuzz"/> (linked to graphite2),
     88      <xref linkend="icu"/>,
    8889      <xref linkend="libpng"/>,
    8990      <xref linkend="poppler"/>
     
    9394    <para role="optional">
    9495      <ulink url="http://www.fftw.org/">FFTW</ulink> can be used by asy.
     96    </para>
     97    <para>
     98      The version of
     99      <ulink
     100      url="http://packages.debian.org/source/sid/libpaper">libpaper</ulink>
     101      shipped with the source will be used unless you have installed a system
     102      version and told it to use that.
    95103    </para>
    96104    <para role="optional">
     
    176184    --with-system-xpdf                              \
    177185    --with-system-zlib                              \
    178     --with-banner-add=" - BLFS" &amp;&amp;
    179 
    180 pushd ../utils/asymptote &amp;&amp;
     186    --with-banner-add=" - BLFS"</userinput></screen>
     187
     188    <para>Asymptote has to be separately configured.  It ships with its own copy
     189    of the gc source tarball, and will only use the system version if that local
     190    source is removed.
     191    </para>
     192
     193<screen><userinput>pushd ../utils/asymptote &amp;&amp;
     194    rm -v gc-7.4.0.tar.gz &amp;&amp;
     195
    181196    echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
    182197    echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.