Changeset c87a311a


Ignore:
Timestamp:
02/10/2022 08:43:26 PM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9cf209ed
Parents:
27ba2a7
Message:

Package updates:

biber-2.17,
dvisvgm-2.13.1.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r27ba2a7 rc87a311a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to biber-2.17 with biblatex-3.17. Fixes
     49          <ulink url="&blfs-ticket-root;16010">#16010</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[ken] - Update to dvisvgm-2.13.1. Fixes
     53          <ulink url="&blfs-ticket-root;15995">#15995</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[bdubbs] - Update to libgee-0.20.5. Fixes
    4957          <ulink url="&blfs-ticket-root;16078">#16078</ulink>.</para>
     
    6270    <listitem>
    6371      <para>February 9th, 2022</para>
     72      <para>February 8th, 2022</para>
    6473      <itemizedlist>
    6574        <listitem>
  • packages.ent

    r27ba2a7 rc87a311a  
    11171117<!ENTITY texlive-year                 "2021">
    11181118<!ENTITY asymptote-version            "2.70">
    1119 <!ENTITY biber-version                "2.16">
    1120 <!ENTITY biblatex-version             "3.16">
    1121 <!ENTITY dvisvgm-version              "2.12">
     1119<!ENTITY biber-version                "2.17">
     1120<!ENTITY biblatex-version             "3.17">
     1121<!ENTITY dvisvgm-version              "2.13.1">
    11221122<!ENTITY xindy-version                "2.5.1">
    11231123
  • pst/typesetting/biber.xml

    r27ba2a7 rc87a311a  
    1313  <!ENTITY biber-download-http "https://github.com/plk/biber/archive/v&biber-version;/biber-&biber-version;.tar.gz">
    1414  <!ENTITY biber-download-ftp  " ">
    15   <!ENTITY biber-md5sum        "fafae81d8ae67314692e2b646024fa98">
     15  <!ENTITY biber-md5sum        "a54f414f3ca2d6c9bf882bd9cf040480">
    1616  <!ENTITY biber-size          "1.6 MB">
    1717  <!-- Buildsize includes the installed biblatex, except that what matters is
     
    2020    then install biblatex over the top of it and remeasure.
    2121    For 3.16, texmf grows by 3MB -->
    22   <!ENTITY biber-buildsize     "18 MB"> <!-- 14+1.6 rounds to 15M, add 3M for biblatex in texmf-->
     22  <!ENTITY biber-buildsize     "18 MB"> <!-- 14+1.6 rounds to 15M, add 2M for biblatex in texmf-->
    2323  <!ENTITY biber-time          "0.5 SBU including tests">
    2424
     
    2828  <!ENTITY biblatex-download-http   "https://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
    2929  <!ENTITY biblatex-download-ftp    "">
    30   <!ENTITY biblatex-md5sum          "30342c8ef5309e838968fcb06a314a36">
     30  <!ENTITY biblatex-md5sum          "f60b928666f796df999337fbba8b24bd">
    3131  <!ENTITY biblatex-size            "20 MB">
    3232
  • pst/typesetting/dvisvgm.xml

    r27ba2a7 rc87a311a  
    55  %general-entities;
    66
     7  <!-- this can be accessed via https://dvisvgm.de/Downloads/
     8       NOT via the tags at github - those use autogen.sh -->
    79  <!ENTITY dvisvgm-download-http "https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz">
    810  <!ENTITY dvisvgm-download-ftp  " ">
    9   <!ENTITY dvisvgm-md5sum        "19f6b1fb0a9a8e9b93059c7c8592f799">
     11  <!ENTITY dvisvgm-md5sum        "591559df77b84e31c6520bcc9551d5be">
    1012  <!ENTITY dvisvgm-size          "3.1 MB">
    11   <!ENTITY dvisvgm-buildsize     "274 MB (40 MB installed, add 706 MB for the tests)">
     13  <!ENTITY dvisvgm-buildsize     "271 MB (40 MB installed, add 751 MB for the tests)">
    1214  <!ENTITY dvisvgm-time          "0.9 SBU (add 0.6 SBU for the tests, both using parallelism=4)">
    1315]>
     
    109111<!-- Editors: This is in the book for svg output from asymptote. tested in
    110112 https://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz
     113 Can also be tested with texlive including tikz
     114 https://www.linuxfromscratch.org/~ken/tex-testfiles/ https://www.linuxfromscratch.org/~ken/
    111115-->
    112116    <para>
     
    119123<screen role="root"><userinput>ln -svf /opt/texlive/&texlive-year;/lib/libkpathsea.so /usr/lib</userinput></screen>
    120124
    121 <!--<para>
    122       The testsuite assumes that a modern version of <application>Python</application>
    123       has been installed as plain <command>python</command>. Adjust it to use
    124       <command>python3</command> with the following sed:
    125     </para>
    126 
    127 <screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in</userinput></screen>
    128 
    129 -->
    130125    <para>
    131126      The testsuite assumes that a modern version of <application>Python</application>
    132127      has been installed as plain <command>python</command>. Changing this to use
    133       <command>python3</command> requires a sed to one of <filename>Makefile.in</filename>
    134       files, but that gets regenerated when <command>autoreconf</command> is run, so
    135       the sed must come after that.
    136     </para>
    137 
    138     <para>
    139 <!--  Now install <application>dvisvgm</application> by running the following-->
     128      <command>python3</command> requires a sed to one <filename>Makefile.in</filename>
     129      file.
     130    </para>
     131
     132    <para>
    140133      Install <application>dvisvgm</application> by running the following
    141134      commands:
    142135    </para>
    143136
    144 <screen><userinput>autoreconf -fiv                               &amp;&amp;
    145 sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
     137<screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
    146138./configure                                    \
    147139 --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH}     \
Note: See TracChangeset for help on using the changeset viewer.