Changeset 47d5a9e5


Ignore:
Timestamp:
11/01/2019 11:56:02 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0f79af41
Parents:
2b5f3d7
Message:

Add dvisvgm with deps of Brotli and WOFF2, for the moment use shipped xxHash because nothing else uses that.

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

Files:
3 added
11 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r2b5f3d7 r47d5a9e5  
    5151  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aspell.xml"/>
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="boost.xml"/>
     53  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brotli.xml"/>
    5354  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clucene.xml"/>
    5455  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-glib.xml"/>
  • general/graphlib/graphlib.xml

    r2b5f3d7 r47d5a9e5  
    5656  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qpdf.xml"/>
    5757  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sassc.xml"/>
     58  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="woff2.xml"/>
    5859
    5960</chapter>
  • introduction/welcome/changelog.xml

    r2b5f3d7 r47d5a9e5  
    4242    </listitem>
    4343       -->
     44
    4445    <listitem>
    4546      <para>November 1st, 2019</para>
    4647      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - Add dvisvgm-2.8 with brotli-1.0.7 and woff2-1.0.2. Fixes
     50          <ulink url="&blfs-ticket-root;12105">#12105</ulink>.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[bdubbs] - Update to libreoffice-6.3.3.2. Fixes
  • networking/netlibs/curl.xml

    r2b5f3d7 r47d5a9e5  
    9494    <bridgehead renderas="sect4">Optional</bridgehead>
    9595    <para role="optional">
     96      <xref linkend="brotli"/>,
    9697      <xref linkend="c-ares"/>,
    9798      <xref linkend="gnutls"/>,
     
    103104      <xref linkend="openldap"/>,
    104105      <xref linkend="samba"/>,
    105       <ulink url="https://github.com/google/brotli/">Brotli</ulink>,
    106106      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
    107107      <ulink url="http://rtmpdump.mplayerhq.hu/">librtmp</ulink>, and
  • networking/netlibs/libsoup.xml

    r2b5f3d7 r47d5a9e5  
    9494    <para role="optional">
    9595      <xref linkend="apache"/> (required to run the test suite),
     96      <xref linkend="brotli"/>,
    9697      <xref linkend="curl"/> (required to run the test suite),
    9798      <xref linkend="mitkrb"/> (required to run the test suite),
  • packages.ent

    r2b5f3d7 r47d5a9e5  
    9090<!ENTITY boost-dl-version             "&boost-major;_&boost-minor;_&boost-patch;">
    9191
     92<!ENTITY brotli-version               "1.0.7">
    9293<!ENTITY clucene-version              "2.3.3.4">
    9394<!ENTITY dbus-glib-version            "0.110">
     
    227228<!ENTITY libsass-version              "3.6.1">
    228229<!ENTITY sassc-version                "3.6.1">
     230<!ENTITY woff2-version                "1.0.2">
    229231
    230232<!-- Chapter 11 -->
     
    10441046<!ENTITY biber-version                "2.13">
    10451047<!ENTITY biblatex-version             "3.13a">
     1048<!ENTITY dvisvgm-version              "2.8">
    10461049<!ENTITY xindy-version                "2.5.1">
    10471050
  • pst/printing/gs.xml

    r2b5f3d7 r47d5a9e5  
    177177        The shared library depends on <xref linkend="gtk3"/>. It is only used by
    178178        external programs like <xref linkend="asymptote"/>, <xref
    179         linkend="imagemagick"/>, and <xref linkend="texlive"/>.
     179        linkend="dvisvgm"/>, <xref linkend="imagemagick"/>, and <xref
     180        linkend="texlive"/>.
    180181      </para>
    181182    </note>
  • pst/typesetting/asymptote.xml

    r2b5f3d7 r47d5a9e5  
    3333      <application>Asymptote</application> is a powerful descriptive vector
    3434      graphics language that provides a natural coordinate-based framework for
    35       technical drawing. Labels and equations can be typeset with LaTeX.
     35      technical drawing. Labels and equations can be typeset with LaTeX.  As
     36      well as EPS, PDF and PNG output it can produce WebGL 3D HTML rendering
     37      and (using <application>dvisvgm</application>) SVG output.
    3638    </para>
    3739
     
    8789    </para>
    8890
     91    <bridgehead renderas="sect4">Recommended at runtime</bridgehead>
     92    <para role="recommended">
     93      <xref role="runtime" linkend="dvisvgm"/>
     94    </para>
     95
    8996    <bridgehead renderas="sect4">Optional</bridgehead>
    9097    <para role="optional">
    9198      <xref linkend="fftw"/>,
    92       <xref linkend="gsl"/>,
    93       <xref linkend="libsigsegv"/>, and
    94       <ulink url="https://dvisvgm.de/">dvisvgm</ulink>
     99      <xref linkend="gsl"/>,
     100      <xref linkend="libsigsegv"/>
    95101
    96102    </para>
  • pst/typesetting/typesetting.xml

    r2b5f3d7 r47d5a9e5  
    6767  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asymptote.xml"/>
    6868  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="biber.xml"/>
     69  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dvisvgm.xml"/>
    6970  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xindy.xml"/>
    7071
  • server/major/apache.xml

    r2b5f3d7 r47d5a9e5  
    9898    <bridgehead renderas="sect4">Optional</bridgehead>
    9999    <para role="optional">
     100      <xref linkend="brotli"/>,
    100101      <xref linkend="db"/>,
    101102      <xref linkend="doxygen"/>,
  • x/lib/webkitgtk.xml

    r2b5f3d7 r47d5a9e5  
    109109      <xref linkend="harfbuzz"/>,
    110110      <xref linkend="llvm"/>,
    111       <xref linkend="wayland"/>,
     111      <xref linkend="wayland"/>,
     112      <xref linkend="woff2"/>,
    112113      <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
    113114      <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>,
    114       <ulink url="https://github.com/google/woff2">woff2</ulink>,
    115115      <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink>,
    116116      <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink>, and
     
    224224    <para>
    225225      <option>-DUSE_WOFF2=ON</option>: Use this switch if the optional
    226       package <ulink url="https://github.com/google/woff2">woff2</ulink> is installed.
     226      package <xref linkend="woff2"/> is installed.
    227227    </para>
    228228
Note: See TracChangeset for help on using the changeset viewer.