mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to dvisvgm-2.11
Patch biber-2.15 so that tests pass with Unicode::Collate-1.29. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23991 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f59814ce19
commit
a41bb16477
@ -44,6 +44,15 @@
|
||||
<listitem>
|
||||
<para>December 16th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Patch biber so that tests work with current
|
||||
Unicode::Collate. Fixes
|
||||
<ulink url="&blfs-ticket-root;14389">#14389</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Update to dvisvgm-2.11. Fixes
|
||||
<ulink url="&blfs-ticket-root;14318">#14318</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to wireshark-3.4.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;14366">#14366</ulink>.</para>
|
||||
|
@ -1092,6 +1092,6 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY asymptote-version "2.68">
|
||||
<!ENTITY biber-version "2.15">
|
||||
<!ENTITY biblatex-version "3.15a">
|
||||
<!ENTITY dvisvgm-version "2.10.1">
|
||||
<!ENTITY dvisvgm-version "2.11">
|
||||
<!ENTITY xindy-version "2.5.1">
|
||||
|
||||
|
@ -168,6 +168,12 @@
|
||||
Download size: &biblatex-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/biber-&biber-version;-test_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Biber Dependencies</bridgehead>
|
||||
@ -260,6 +266,13 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
First apply a patch so that the testsuite will pass with
|
||||
the changes to hash formats in Unicode::Collates-1.29:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -p1 -i ../biber-&biber-version;-test_fixes-1.patch</userinput></screen>
|
||||
|
||||
<screen><userinput>perl ./Build.PL &&
|
||||
./Build</userinput></screen>
|
||||
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY dvisvgm-download-http "https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz">
|
||||
<!ENTITY dvisvgm-download-ftp " ">
|
||||
<!ENTITY dvisvgm-md5sum "e1fa5d5ce656fedcdb7cd4146220e181">
|
||||
<!ENTITY dvisvgm-md5sum "742d16960485468a8c744dee3762aa74">
|
||||
<!ENTITY dvisvgm-size "3.0 MB">
|
||||
<!ENTITY dvisvgm-buildsize "329 MB (49 MB installed, add 951 MB for the tests)">
|
||||
<!ENTITY dvisvgm-buildsize "330 MB (49 MB installed, add 954 MB for the tests)">
|
||||
<!ENTITY dvisvgm-time "0.7 SBU (add 0.5 SBU for the tests, both using parallelism=4)">
|
||||
]>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user