Changeset 7b2c94b


Ignore:
Timestamp:
11/12/2015 08:28:14 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
6c91a92a
Parents:
0c16838
Message:

biblatex-biber-2.2 with biblatex-3.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0c16838 r7b2c94b  
    4848      <para>November 12th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update to biblatex-biber-2.2 and biblatex-3.1. Fixes
     52          <ulink url="&blfs-ticket-root;7043">#7043</ulink> and
     53          <ulink url="&blfs-ticket-root;7044">#7044</ulink>.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[ken] - Update to Unicode::LineBreak-2015.11. Fixes
  • packages.ent

    r0c16838 r7b2c94b  
    807807<!ENTITY texlive-year                 "2015">
    808808<!ENTITY asymptote-version            "2.35">
    809 <!ENTITY biber-version                "2.1">
    810 <!ENTITY biblatex-version             "3.0">
     809<!ENTITY biber-version                "2.2">
     810<!ENTITY biblatex-version             "3.1">
    811811<!ENTITY xindy-version                "2.5.1">
    812812
  • pst/typesetting/biber.xml

    r0c16838 r7b2c94b  
    77  <!ENTITY biber-download-http   "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz">
    88  <!ENTITY biber-download-ftp    " ">
    9   <!ENTITY biber-md5sum          "c46979acce3befdb3431ffadcc81bdf3">
     9  <!ENTITY biber-md5sum          "fbadc0fc66f8580d94ad140191244545">
    1010  <!ENTITY biber-size            "2.0 MB">
    1111  <!-- buildsize includes the installed biblatex -->
    1212  <!ENTITY biber-buildsize       "37 MB">
    13   <!ENTITY biber-time            "less than 0.1 SBU (0.6 SBU to run the tests)">
     13  <!ENTITY biber-time            "less than 0.1 SBU (0.8 SBU to run the tests)">
    1414
    1515  <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
    1616  <!ENTITY biblatex-download-ftp    "">
    17   <!ENTITY biblatex-md5sum          "c6dad1c1f8a46785981610b5165d9fe5">
     17  <!ENTITY biblatex-md5sum          "fbadc0fc66f8580d94ad140191244545">
    1818  <!ENTITY biblatex-size            "19 MB">
    1919
     
    6565
    6666    <bridgehead renderas="sect3">Required Additional Downloads</bridgehead>
    67 
    68     <itemizedlist spacing="compact">
    69       <listitem>
    70       <para>The corresponding version of <application>biblatex</application> is
    71       a separate project - the tds tarball is pre-packaged for untarring into
    72       the <filename class="directory">texmf-dist</filename> directory.
    73       Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
    74       </listitem>
    75       <listitem>
    76         <para>Download MD5 sum: &biblatex-md5sum;</para>
    77       </listitem>
    78       <listitem>
    79         <para>Download size: &biblatex-size;</para>
    80       </listitem>
    81       <listitem>
    82         <para>
    83           Required patch:
    84           <ulink url="&patch-root;/biblatex-biber-&biber-version;-upstream_fixes-1.patch"/>
    85         </para>
    86       </listitem>
    87     </itemizedlist>
    8867
    8968    <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
     
    157136      <para>
    158137        It is possible to install (all) missing dependencies automatically.
    159         From <application>perl-5.22.0</application> onwards,
     138        Except, from <application>perl-5.22.0</application> onwards,
    160139        <xref linkend="perl-module-build"/> is no longer part of
    161140        the core distribution.  To automatically install the remaining perl
    162         dependencies you will need to install that first.
     141        dependencies you will need to manually install that first.
    163142        You can then run <command>perl ./Build.PL</command> and when it
    164143        prompts you, become the root user and run
     
    188167
    189168    <para>Install <application>Biber</application> by running the following
    190     commands (patching the read-only files will produce warnings):</para>
    191 
    192 <screen><userinput>patch -Np1 -i ../biblatex-biber-&biber-version;-upstream_fixes-1.patch &amp;&amp;
    193 sed -i 's/ 44/ 43/' t/bcfvalidation.t &amp;&amp;
     169    commands:</para>
     170
     171<screen><userinput>sed -i 's/ 44/ 43/' t/bcfvalidation.t &amp;&amp;
    194172perl ./Build.PL &amp;&amp;
    195173./Build</userinput></screen>
    196174
    197175    <para>To test the results, enter: <command>./Build test</command> - you will
    198     require the en_GB.UTF-8 and sv_SE.UTF-8 locales. Two tests (and two subtests)
     176    require the en_GB.UTF-8 and sv_SE.UTF-8 locales. One test
    199177    will fail : for speed the tests use system locales instead of the default
    200178    Unicode::Collation algorithm, and some minor details of the locales in OSX
     
    214192
    215193    <para>
    216       <parameter>patch -Np1 -i
    217       ../biblate-biber-&biber-version;-upstream_fixes-1.patch</parameter>:
    218       <application>perl-5.22</application> has become more strict about
    219       what needs to be escaped.
    220     </para>
    221 
    222     <para>
    223194      <parameter>sed -i 's/ 44/ 43/' t/bcfvalidation.t</parameter>: Although
    224195      the git master branch has 44 pairs of files for this test, the shipped
    225       tarball only contains 43. The sed prevents it failing.
     196      tarball only contains 43. The sed prevents it reporting a failure.
    226197    </para>
    227198
    228199    <para>
    229       <parameter>tar -xf biblatex-&biblatex-version;a.tds.tar.gz -C
     200      <parameter>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
    230201      /opt/texlive/&texlive-year;/texmf-dist</parameter>:
    231202      this installs the new <application>biblatex</application> files over those
Note: See TracChangeset for help on using the changeset viewer.