Ignore:
Timestamp:
10/28/2021 10:59:23 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
2dffe71
Parents:
45befbb
Message:

Updates

lsof-4.94.0
jansson-2.14
glibmm-2.66.2
pidgin-2.14.8
py3c-1.4 (python module)
valgrind-3.18.1
graphviz-2.49.3
asciidoc-10.0.0 (and move to ptyhon modules)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r45befbb r141ee0a5  
    55  %general-entities;
    66
    7   <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.gz">
     7  <!ENTITY graphviz-download-http "https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.bz2">
    88  <!ENTITY graphviz-download-ftp  " ">
    9   <!ENTITY graphviz-md5sum        "a5ef25639826bd4d9c040c96b61d6e52">
    10   <!ENTITY graphviz-size          "29 MB">
    11   <!ENTITY graphviz-buildsize     "206 MB">
     9  <!ENTITY graphviz-md5sum        "d28da63d258a901cc0ea35b879c07db9">
     10  <!ENTITY graphviz-size          "26 MB">
     11  <!ENTITY graphviz-buildsize     "248 MB">
    1212  <!ENTITY graphviz-time          "0.7 SBU (using parallelism=4)">
    1313]>
     
    7373      </listitem>
    7474    </itemizedlist>
    75 <!--
    76     <note>
    77       <para>
    78         The <application>graphviz</application> source tarball shown above
    79         downloads to a non-versioned file name: graphviz.tar.gz.  It does
    80         expand to a versioned directory, graphviz-&graphviz-version;/.
    81         If you prefer to use a versioned tarball name, you can simply
    82         rename it or download the package with:
    83 
    84         <screen><userinput>wget -c &graphviz-download-http; \
    85      -O graphviz-&graphviz-version;.tar.gz</userinput></screen>.
    86         </para>
    87       </note>
    88 
    89     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    90     <itemizedlist spacing="compact">
    91       <listitem>
    92         <para>
    93           Optional patch to use <xref linkend="qt5"/>:
    94           <ulink url="&patch-root;/graphviz-&graphviz-version;-qt5-1.patch"/>
    95         </para>
    96       </listitem>
    97     </itemizedlist>
    98 -->
     75
    9976    <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
    10077
     
    215192    <title>Installation of Graphviz</title>
    216193
    217 <!-- For every major version of Ruby, this has to be tweaked. See #11606
    218 
    219     <para>
    220       If <xref linkend="ruby"/> is installed, and you want to build Ruby
    221       bindings, fix ruby's detection:
    222     </para>
    223 
    224      Not sure about the above for version 2.42.1.  Seems to detect it OK.  I
    225      didn't see any reference to the specific ruby version.
    226 -->
    227 <!--<screen><userinput>sed -e '/ruby/s/1\.9/2.6/' -i configure.ac</userinput></screen>-->
    228 
    229 <!-- No patch required
    230     <para>
    231       If <xref linkend="qt5"/> is installed, and you want to build the
    232       <command>gvedit</command> graph editor, issue:
    233     </para>
    234 
    235 <screen><userinput>patch -p1 -i ../graphviz-&graphviz-version;-qt5-1.patch</userinput></screen>
    236 -->
    237194    <para>
    238195      Install <application>Graphviz</application> by running the following
     
    243200
    244201./autogen.sh              &amp;&amp;
    245 ./configure --prefix=/usr \
    246             --disable-php &amp;&amp;
     202./configure --prefix=/usr &amp;&amp;
    247203make</userinput></screen>
    248204
     
    354310          dot, dot2gxl, dot_builtins, dotty, edgepaint, fdp, gc, gml2gv,
    355311          graphml2gv, gv2gml, gv2gxl, gvcolor, gvedit, gvgen, gvmap, gvmap.sh,
    356           gvpack, gvpr, gxl2dot, gxl2gv, lefty, lneato, mm2gv, neato, nop,
     312          gvpack, gvpr, gxl2dot, gxl2gv, lneato, mm2gv, neato, nop,
    357313          osage, patchwork, prune, sccmap, sfdp, tred, twopi,
    358314          unflatten, and vimdot
     
    362318          libpathplan.so, libxdot.so, and several plugins in /usr/lib/graphviz.
    363319          There are also several in subdirectories of
    364           /usr/lib/{lua,perl5,php,<!--python&python2-majorver;-->,python&python3-majorver;,tcl8.6}.
     320          /usr/lib/{lua,perl5, <!--php, -->python&python3-majorver;,tcl8.6}.
    365321          Unfortunately, some libraries are duplicated.
    366322        </seg>
Note: See TracChangeset for help on using the changeset viewer.