Changeset 7b2c94b
- Timestamp:
- 11/12/2015 08:28:14 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6c91a92a
- Parents:
- 0c16838
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r0c16838 r7b2c94b 48 48 <para>November 12th, 2015</para> 49 49 <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> 50 55 <listitem> 51 56 <para>[ken] - Update to Unicode::LineBreak-2015.11. Fixes -
packages.ent
r0c16838 r7b2c94b 807 807 <!ENTITY texlive-year "2015"> 808 808 <!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"> 811 811 <!ENTITY xindy-version "2.5.1"> 812 812 -
pst/typesetting/biber.xml
r0c16838 r7b2c94b 7 7 <!ENTITY biber-download-http "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz"> 8 8 <!ENTITY biber-download-ftp " "> 9 <!ENTITY biber-md5sum " c46979acce3befdb3431ffadcc81bdf3">9 <!ENTITY biber-md5sum "fbadc0fc66f8580d94ad140191244545"> 10 10 <!ENTITY biber-size "2.0 MB"> 11 11 <!-- buildsize includes the installed biblatex --> 12 12 <!ENTITY biber-buildsize "37 MB"> 13 <!ENTITY biber-time "less than 0.1 SBU (0. 6SBU to run the tests)">13 <!ENTITY biber-time "less than 0.1 SBU (0.8 SBU to run the tests)"> 14 14 15 15 <!ENTITY biblatex-download-http "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz"> 16 16 <!ENTITY biblatex-download-ftp ""> 17 <!ENTITY biblatex-md5sum " c6dad1c1f8a46785981610b5165d9fe5">17 <!ENTITY biblatex-md5sum "fbadc0fc66f8580d94ad140191244545"> 18 18 <!ENTITY biblatex-size "19 MB"> 19 19 … … 65 65 66 66 <bridgehead renderas="sect3">Required Additional Downloads</bridgehead> 67 68 <itemizedlist spacing="compact">69 <listitem>70 <para>The corresponding version of <application>biblatex</application> is71 a separate project - the tds tarball is pre-packaged for untarring into72 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>88 67 89 68 <bridgehead renderas="sect3">Biber Dependencies</bridgehead> … … 157 136 <para> 158 137 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, 160 139 <xref linkend="perl-module-build"/> is no longer part of 161 140 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. 163 142 You can then run <command>perl ./Build.PL</command> and when it 164 143 prompts you, become the root user and run … … 188 167 189 168 <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 && 193 sed -i 's/ 44/ 43/' t/bcfvalidation.t && 169 commands:</para> 170 171 <screen><userinput>sed -i 's/ 44/ 43/' t/bcfvalidation.t && 194 172 perl ./Build.PL && 195 173 ./Build</userinput></screen> 196 174 197 175 <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 199 177 will fail : for speed the tests use system locales instead of the default 200 178 Unicode::Collation algorithm, and some minor details of the locales in OSX … … 214 192 215 193 <para> 216 <parameter>patch -Np1 -i217 ../biblate-biber-&biber-version;-upstream_fixes-1.patch</parameter>:218 <application>perl-5.22</application> has become more strict about219 what needs to be escaped.220 </para>221 222 <para>223 194 <parameter>sed -i 's/ 44/ 43/' t/bcfvalidation.t</parameter>: Although 224 195 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. 226 197 </para> 227 198 228 199 <para> 229 <parameter>tar -xf biblatex-&biblatex-version; a.tds.tar.gz -C200 <parameter>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C 230 201 /opt/texlive/&texlive-year;/texmf-dist</parameter>: 231 202 this installs the new <application>biblatex</application> files over those
Note:
See TracChangeset
for help on using the changeset viewer.