Changeset 7999839
- Timestamp:
- 09/06/2021 04:45:06 PM (2 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8558044
- Parents:
- 68df997a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/graphviz.xml
r68df997a r7999839 7 7 <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.gz"> 8 8 <!ENTITY graphviz-download-ftp " "> 9 <!ENTITY graphviz-md5sum " f9dd7caf4785f47f5fd40f5407d9d7ce">9 <!ENTITY graphviz-md5sum "0282856fa3a7e2b44d8351233f542c89"> 10 10 <!ENTITY graphviz-size "29 MB"> 11 <!ENTITY graphviz-buildsize "2 04MB">11 <!ENTITY graphviz-buildsize "251 MB"> 12 12 <!ENTITY graphviz-time "0.7 SBU (using parallelism=4)"> 13 13 ]> … … 105 105 rendering engine allows to generate several graphic formats, such as 106 106 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 112 113 of several other packages in this book, it is suggested to first build 113 114 it without any dependencies, then to rebuild it when you have built … … 443 444 <listitem> 444 445 <para> 445 takes a s input a graph in DOT format, finds node clusters446 and augments the graph with this information446 takes a graph in DOT format as input, finds node clusters 447 and then augments the graph with this information 447 448 </para> 448 449 <indexterm zone="graphviz cluster"> … … 818 819 <listitem> 819 820 <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 822 822 </para> 823 823 <indexterm zone="graphviz osage"> … … 832 832 <para> 833 833 draws clustered graphs using a squarified treemap layout. 834 As input, it takes any graph in the DOT format834 It takes any graph in DOT format as input 835 835 </para> 836 836 <indexterm zone="graphviz patchwork"> … … 974 974 <para> 975 975 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, 977 977 common rendering code, and a plugin mechanism for renderers 978 978 </para> -
general/prog/python-dbusmock.xml
r68df997a r7999839 7 7 <!ENTITY dbusmock-download-http "https://github.com/martinpitt/python-dbusmock/releases/download/&dbusmock-version;/python-dbusmock-&dbusmock-version;.tar.gz"> 8 8 <!ENTITY dbusmock-download-ftp " "> 9 <!ENTITY dbusmock-md5sum " 9f32436dab51f159e988354de1b469ae">9 <!ENTITY dbusmock-md5sum "12750ac39e1df3dfa80fd64c9fbaaea0"> 10 10 <!ENTITY dbusmock-size "80 KB"> 11 <!ENTITY dbusmock-buildsize "1. 3 KB">11 <!ENTITY dbusmock-buildsize "1.4 MB"> 12 12 <!ENTITY dbusmock-time "less than 0.1 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
r68df997a r7999839 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>September 6th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to python-dbusmock-0.24.0. Fixes 49 <ulink url="&blfs-ticket-root;15477">#15477</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to graphviz-2.49.0. Fixes 53 <ulink url="&blfs-ticket-root;15476">#15476</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 44 57 45 58 <listitem> -
packages.ent
r68df997a r7999839 250 250 <!ENTITY desktop-file-utils-version "0.26"> 251 251 <!ENTITY gperf-version "3.0.4"> 252 <!ENTITY graphviz-version "2.4 8.0">252 <!ENTITY graphviz-version "2.49.0"> 253 253 <!ENTITY gtk-doc-major "1.33"> 254 254 <!ENTITY gtk-doc-version "1.33.2"> … … 559 559 <!ENTITY docutils-version "0.17.1"> 560 560 <!ENTITY dbus-python-version "1.2.18"> 561 <!ENTITY dbusmock-version "0.2 3.1">561 <!ENTITY dbusmock-version "0.24.0"> 562 562 <!-- <!ENTITY funcsigs-version "1.0.2"> --> 563 563 <!ENTITY decorator-version "5.0.9">
Note:
See TracChangeset
for help on using the changeset viewer.