Changeset 511f7c8f for general/genutils


Ignore:
Timestamp:
03/30/2021 04:47:40 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 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:
8fa411c
Parents:
4f9e6ae5
Message:

Update to glib-2.66.8
Update to libgweather-3.38.2
Update to sg3_utils-1.46
Update to graphviz-2.47.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r4f9e6ae5 r511f7c8f  
    55  %general-entities;
    66
    7   <!ENTITY graphviz-download-http "https://www2.graphviz.org/Packages/stable/portable_source/graphviz-&graphviz-version;.tar.gz">
     7  <!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        "96792adafea5cc6879060c400da31ea3">
    10   <!ENTITY graphviz-size          "33 MB">
    11   <!ENTITY graphviz-buildsize     "284 MB">
    12   <!ENTITY graphviz-time          "1.0 SBU (using parallelism=4)">
     9  <!ENTITY graphviz-md5sum        "59d59068abdeef18b53a099cc8a4b9c3">
     10  <!ENTITY graphviz-size          "31 MB">
     11  <!ENTITY graphviz-buildsize     "282 MB">
     12  <!ENTITY graphviz-time          "0.7 SBU (using parallelism=4)">
    1313]>
    1414
     
    198198    <para role="optional">
    199199      <ulink url="https://github.com/Snaipe/Criterion">Criterion</ulink>
    200           (framework for tests),
    201       <ulink url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>,
     200          (framework for tests) and
     201      <ulink url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>
    202202    </para>
    203203
     
    242242<screen><userinput>sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac &amp;&amp;
    243243
    244 autoreconf                &amp;&amp;
     244./autogen.sh              &amp;&amp;
    245245./configure --prefix=/usr \
    246246            --disable-php \
     
    337337        <application>Graphviz</application>. You may consider installing the
    338338        additional plugins and tools available from the download page at
    339         <ulink url="http://www.graphviz.org/Download_source.php"/> for additional
     339        <ulink url="https://graphviz.org/download/source/"/> for additional
    340340        capabilities. If additional plugins are installed, you can run
    341341        <command>dot -c</command> (as the
     
    370370          libpathplan.so, libxdot.so, and several plugins in /usr/lib/graphviz.
    371371          There are also several in subdirectories of
    372           /usr/lib/{lua,perl5,php,python&python2-majorver;,python&python3-majorver;tcl8.6}.
     372          /usr/lib/{lua,perl5,php,python&python2-majorver;,python&python3-majorver;,tcl8.6}.
    373373          Unfortunately, some libraries are duplicated.
    374374        </seg>
Note: See TracChangeset for help on using the changeset viewer.