Changeset 951fd4eb for general


Ignore:
Timestamp:
07/16/2022 05:23:30 AM (22 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
8252f03f
Parents:
29cefb8
Message:

Update to graphviz-5.0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r29cefb8 r951fd4eb  
    77  <!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        "416b8a5f7aa66f5bcf7f9a09fc8cf013">
     9  <!ENTITY graphviz-md5sum        "522aca2dbb59411bb01169901cdeca16">
    1010  <!ENTITY graphviz-size          "26 MB">
    11   <!ENTITY graphviz-buildsize     "256 MB">
    12   <!ENTITY graphviz-time          "0.8 SBU (using parallelism=4)">
     11  <!ENTITY graphviz-buildsize     "257 MB">
     12  <!ENTITY graphviz-time          "0.7 SBU (using parallelism=4)">
    1313]>
    1414
     
    205205make</userinput></screen>
    206206
     207    <note>
     208      <para>
     209        A warning is generated by <command>autogen.sh</command> because the
     210        build tree is not a git repository. Then the build date is set to
     211        0. To get a meaningful date in the version string, you can run:
     212      </para>
     213
     214<screen><userinput>sed -i "s/0/$(date +%Y%m%d)/" builddate.h</userinput></screen>
     215    </note>
     216
    207217    <para>
    208218      This package does not come with a test suite that provides
Note: See TracChangeset for help on using the changeset viewer.