Ignore:
Timestamp:
09/06/2021 04:45:06 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.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:
8558044
Parents:
68df997a
Message:

Couple of package updates

Update to graphviz-2.49.0
Update to python-dbusmock-0.24.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r68df997a r7999839  
    77  <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.gz">
    88  <!ENTITY graphviz-download-ftp  " ">
    9   <!ENTITY graphviz-md5sum        "f9dd7caf4785f47f5fd40f5407d9d7ce">
     9  <!ENTITY graphviz-md5sum        "0282856fa3a7e2b44d8351233f542c89">
    1010  <!ENTITY graphviz-size          "29 MB">
    11   <!ENTITY graphviz-buildsize     "204 MB">
     11  <!ENTITY graphviz-buildsize     "251 MB">
    1212  <!ENTITY graphviz-time          "0.7 SBU (using parallelism=4)">
    1313]>
     
    105105        rendering engine allows to generate several graphic formats, such as
    106106        Postscript, SVG, VML, .fig, and Tk. Those formats can be converted
    107         to almost any other, using for example tools from <xref role="nodep"
    108         linkend="imagemagick"/>. The dependencies below add the ability to
    109         generate graph images in bitmap format, to display the graph image on
    110         screen, to edit a graph by seeing directly the result image, or to view
    111         large graphs. Since <application>Graphviz</application> is a dependency
     107        to almost any other format using for example tools from
     108        <xref role="nodep" linkend="imagemagick"/>. The dependencies below add
     109        the ability to generate graph images in bitmap format, to display the
     110        graph image on screen, to edit a graph by viewing the resulting image
     111        directly, or to view large graphs. Since
     112        <application>Graphviz</application> is a dependency
    112113        of several other packages in this book, it is suggested to first build
    113114        it without any dependencies, then to rebuild it when you have built
     
    443444        <listitem>
    444445          <para>
    445             takes as input a graph in DOT format, finds node clusters
    446             and augments the graph with this information
     446            takes a graph in DOT format as input, finds node clusters
     447            and then augments the graph with this information
    447448          </para>
    448449          <indexterm zone="graphviz cluster">
     
    818819        <listitem>
    819820          <para>
    820             draws clustered graphs. As input, it takes any
    821             graph in the DOT format
     821            draws clustered graphs. It takes any graph in DOT format as input
    822822          </para>
    823823          <indexterm zone="graphviz osage">
     
    832832          <para>
    833833            draws clustered graphs using a squarified treemap layout.
    834             As input, it takes any graph in the DOT format
     834            It takes any graph in DOT format as input
    835835          </para>
    836836          <indexterm zone="graphviz patchwork">
     
    974974          <para>
    975975            provides a context for applications wishing to manipulate
    976             and render graphs. It provides a command line parsing,
     976            and render graphs. It provides command line parsing interfaces,
    977977            common rendering code, and a plugin mechanism for renderers
    978978          </para>
Note: See TracChangeset for help on using the changeset viewer.