Changeset e99822d
- Timestamp:
- 01/23/2020 07:45:59 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 462dd67
- Parents:
- f87fa82b
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf87fa82b re99822d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "23"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 2 2nd, &year;">9 <!ENTITY releasedate "January 23rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rf87fa82b re99822d 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>January 23rd, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to asymptote-2.62. Fixes 49 <ulink url="&blfs-ticket-root;13026">#13026</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>January 22nd, 2020</para> -
packages.ent
rf87fa82b re99822d 1051 1051 in asymptote, biber and xindy --> 1052 1052 <!ENTITY texlive-year "2019"> 1053 <!ENTITY asymptote-version "2.6 1">1053 <!ENTITY asymptote-version "2.62"> 1054 1054 <!ENTITY biber-version "2.14"> 1055 1055 <!ENTITY biblatex-version "3.14"> -
pst/typesetting/asymptote.xml
rf87fa82b re99822d 7 7 <!ENTITY asymptote-download-http "&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz"> 8 8 <!ENTITY asymptote-download-ftp " "> 9 <!ENTITY asymptote-md5sum " 38fa6c77881a006c1b5b22f382ac8d8b">9 <!ENTITY asymptote-md5sum "5ed8f48990d889af0040b057ca5c62e8"> 10 10 <!ENTITY asymptote-size "4.5 MB"> 11 11 <!ENTITY asymptote-buildsize "197 MB (with all the dependencies which are within BLFS)"> 12 <!ENTITY asymptote-time "2. 4SBU">12 <!ENTITY asymptote-time "2.5 SBU"> 13 13 ]> 14 14 … … 115 115 <sect2 role="installation"> 116 116 <title>Installation of asymptote</title> 117 <!-- 118 <note> 119 <para> 120 At the moment, there are issues in building <application>dvisvgm</application>. 121 Without that, <command>asy</command> cannot create svg files. The current 122 source, for those who need it, can be found at <ulink url="https://dvisvgm.de/"/> 123 </para> 124 </note> 117 118 <!-- Editors: for testing this, the minimal latex functionality is 119 covered by the cylinder and triangle tests in 120 http://www.linuxfromscratch.org/~ken/tex-testfiles/latex-test-20190318.tar.xz 121 but the more interesting stuff (WebM html, svg, png, pdf) is tested in 122 http://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz 125 123 --> 126 124 <para> -
pst/typesetting/dvisvgm.xml
rf87fa82b re99822d 102 102 <title>Installation of dvisvgm</title> 103 103 104 <!-- Editors: This is in the book for svg output from asymptote. tested in 105 http://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz 106 --> 104 107 <para> 105 108 To enable the build system to link to
Note:
See TracChangeset
for help on using the changeset viewer.