Changeset 06fd9a2 for pst/typesetting


Ignore:
Timestamp:
06/02/2019 05:16:06 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f49c50e
Parents:
6efe15c
Message:

TeXLive-2019, except for dvisvgm.

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

Location:
pst/typesetting
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    r6efe15c r06fd9a2  
    107107  <sect2 role="installation">
    108108    <title>Installation of asymptote</title>
     109
     110    <note>
     111      <para>
     112        At the moment, there are issues in building <application>dvisvgm</application>.
     113        Without that, <command>asy</command> cannot create svg files. The current
     114        source, for those who need it, can be found at <ulink url="https://dvisvgm.de/"/>
     115      </para>
     116    </note>
    109117
    110118    <para>
  • pst/typesetting/biber.xml

    r6efe15c r06fd9a2  
    7676<screen><userinput>wget -c &biber-download-http; \
    7777     -O biber-&biber-version;.tar.gz</userinput></screen>.
    78         </para>
    79       </note>
     78      </para>
     79
     80      <para>
     81       If you have updated to a new release of texlive-source, biber and its
     82       perl dependencies are still in present in <filename
     83       class="directory">/usr</filename> and do not need to be rebuilt. However,
     84       biblatex installs in <filename
     85       class="directory">/opt/texlive/&texlive-year;</filename> and does need to
     86       be reinstalled.
     87      </para>
     88    </note>
    8089
    8190    <bridgehead renderas="sect3">Required Additional Download</bridgehead>
  • pst/typesetting/texlive.xml

    r6efe15c r06fd9a2  
    77  <!ENTITY texlive-download-http " ">
    88  <!ENTITY texlive-download-ftp  "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texlive-version;-source.tar.xz">
    9   <!ENTITY texlive-md5sum        "41d1e8874d266935c656fe51b440a413">
    10   <!ENTITY texlive-size          "48 MB">
    11 
    12   <!ENTITY texlive-buildsize      "6.5 GB including the additional download (+179 MB for the tests), 5.3 GB installed">
    13   <!ENTITY texlive-time           "9.8 SBU including the additional download (+0.3 SBU for the tests)">
     9  <!ENTITY texlive-md5sum        "be4b20aa60861bc510bcbc5b228bcb51">
     10  <!ENTITY texlive-size          "52 MB">
     11
     12  <!ENTITY texlive-buildsize      "7.2 GB including the additional download and the tests, 6.0 GB installed">
     13  <!ENTITY texlive-time           "5.6 SBU including the additional download and the tests, building with parallelism=4">
    1414
    1515  <!ENTITY texlive-texmf-download-http " ">
    1616  <!ENTITY texlive-texmf-download-ftp  "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texmf-version;-texmf.tar.xz">
    17   <!ENTITY texlive-texmf-md5sum        "05330b3b5445ef60b08a0ed660c55c92">
     17  <!ENTITY texlive-texmf-md5sum        "">
    1818  <!ENTITY texlive-texmf-size          "2.5 GB">
    1919
     
    104104      <listitem>
    105105        <para>Required patch: <ulink
    106         url="&patch-root;/texlive-&texlive-version;-source-upstream_fixes-3.patch"/></para>
     106        url="&patch-root;/texlive-&texlive-version;-source-upstream_fixes-1.patch"/></para>
    107107      </listitem>
    108108    </itemizedlist>
     
    113113    <para role="recommended">
    114114      <xref linkend="gs"/> <emphasis>including
    115       <filename>libgs.so</filename></emphasis> (for dvisvgm, which is used by e.g.
    116       <xref role="nodep" linkend="asymptote"/>),
     115      <filename>libgs.so</filename></emphasis>, <!--(for dvisvgm, which is used by e.g.
     116      <xref role="nodep" linkend="asymptote"/>), : still referenced for dynamic loading,
     117      even without dvisvgm - e.fg. by dvipsk -->
    117118      <xref linkend="x-window-system"/>
    118119    </para>
     
    178179        or <literal>\-\-with-system-xpdf</literal> options when configuring.
    179180      </para>-->
     181
     182      <para>
     183        In the 2019 release, <application>dvisvgm</application> cannot be built
     184        if shared system libraries are used. This means that <xref linkend="asymptote"/>
     185        will not be able to create svg files.
     186      </para>
    180187    </note>
    181188
     
    202209    \-\-with-system-poppler                                       \
    203210    \-\-with-system-xpdf                                          \
     211    potrace was only used by dvisvgm
     212    \-\-with-system-potrace                                       \
    204213 -->
    205214../configure                                                    \
     
    213222    --disable-native-texlive-build                              \
    214223    --disable-static --enable-shared                            \
     224    --disable-dvisvgm                                           \
    215225    --with-system-cairo                                         \
    216226    --with-system-fontconfig                                    \
     
    225235    --with-system-mpfr                                          \
    226236    --with-system-pixman                                        \
    227     --with-system-potrace                                       \
    228237    --with-system-zlib                                          \
    229238    --with-banner-add=" - BLFS" &amp;&amp;
     
    284293
    285294    <para>
    286       <command>patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-3.patch</command>:
     295      <command>patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-31.patch</command>:
    287296      various problems have come to light since the shipped source was frozen to
    288       be committed to DVDs. In particular, a segmentation fault in dvipdfm-x from
    289       XeTeX <!--and changes in newer versions of <application>poppler</application>-->,
    290       also an important vulnerability fix.
     297      be committed to DVDs.
    291298    </para>
    292299
     
    317324    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    318325      href="../../xincludes/tex-xpdf.xml"/>-->
     326
     327    <para>
     328      <command>--disable-dvisvgm</command>: As noted above, the shipped version
     329      of dvisvgm, which has modified configuration files, cannot be built with
     330      shared system libraries.
     331    </para>
    319332
    320333    <para>
  • pst/typesetting/tl-installer.xml

    r6efe15c r06fd9a2  
    88
    99  <!ENTITY tl-installer-download-ftp    " ">
    10   <!ENTITY tl-installer-md5sum          "3a1ab4e0ed369f2a58e52184636ac0df">
    11   <!ENTITY tl-installer-date             "20180428"> <!-- in the directory name -->
    12   <!ENTITY tl-installer-size            "2.7 MB">
    13 
    14   <!ENTITY tl-installer-buildsize        "5.5 GB if everything is included">
     10  <!ENTITY tl-installer-md5sum          "e80f92667fb65f38dae88d1c5b22dba3">
     11  <!ENTITY tl-installer-date             "20190529"> <!-- in the directory name -->
     12  <!ENTITY tl-installer-size            "3.8 MB">
     13
     14  <!ENTITY tl-installer-buildsize        "6.2 GB if everything is included">
    1515  <!ENTITY tl-installer-time            "varies, depending on network speed and traffic">
    1616]>
     
    9595    </para>
    9696    <para role="recommended">
    97       <xref role="runtime" linkend="gs"/> is dynamically loaded by dvisvgm, which is used by
    98      <application>asy</application>.
     97      <xref role="runtime" linkend="gs"/> is dynamically loaded by dvisvgm,
     98      which is used by <application>asy</application> when that creates SVG
     99      files.
    99100    </para>
    100101    <para role="recommended">
     
    110111      the optional non-wide-character ncurses library (for "some binary-only
    111112      application") from the bottom of the <application>Ncurses</application>
    112       page in LFS is needed by <application>asy</application>
    113       and also for xindy.run which is used by <application>xindy</application>
    114     </para>
    115     <para role="recommended">
    116       The binary versions of <application>asy</application> need
    117       <xref linkend="glu"/>, <xref linkend="freeglut"/>. and <ulink
    118       url="&gnu-ftp;/readline/readline-6.3.tar.gz">libreadline-6.3</ulink>
    119       with the LFS patch <ulink
    120       url="http://www.linuxfromscratch.org/patches/downloads/readline/readline-6.3-upstream_fixes-3.patch">readline-6.3-upstream_fixes-1.patch</ulink>
    121       : asy only requires <filename>libreadline.so.6.3</filename> which can be
    122       manually copied from the <filename class="directory">shlib/</filename>
    123       directory after running <command>configure</command> and
    124       <command>make</command>
    125       and then symlinked as <filename>libreadline.so.6</filename>.
     113      page in LFS is needed
     114      for xindy.run which is used by <application>xindy</application>
     115    </para>
     116    <para role="recommended">
     117      The binary version of <application>asy</application> needs
     118      <xref linkend="freeglut"/>.
    126119    </para>
    127120    <para>
Note: See TracChangeset for help on using the changeset viewer.