Changeset 92d2b83 for general/graphlib


Ignore:
Timestamp:
08/11/2017 08:54:24 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
ce78787
Parents:
a20c505f
Message:

Update to curl-7.55.0.
Update to tcl-core-8.6.7 and tk-8.6.7.
Update to openjpeg2-2.2.0.
Update to gnupg-2.1.23.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/openjpeg2.xml

    ra20c505f r92d2b83  
    77  <!ENTITY openjpeg2-download-http "https://github.com/uclouvain/openjpeg/archive/v&openjpeg2-version;.tar.gz">
    88  <!ENTITY openjpeg2-download-ftp  " ">
    9   <!ENTITY openjpeg2-md5sum        "40a7bfdcc66280b3c1402a0eb1a27624">
    10   <!ENTITY openjpeg2-size          "1.9 MB">
    11   <!ENTITY openjpeg2-buildsize     "13 MB">
    12   <!ENTITY openjpeg2-time          "0.1 SBU">
     9  <!ENTITY openjpeg2-md5sum        "269bb0b175476f3addcc0d03bd9a97b6">
     10  <!ENTITY openjpeg2-size          "2.7 MB">
     11  <!ENTITY openjpeg2-buildsize     "18 MB">
     12  <!ENTITY openjpeg2-time          "0.2 SBU">
    1313]>
    1414
     
    3737
    3838    &lfs80_checked;
     39    &gcc7_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6263    <note>
    6364      <para>
     65        The URL to the source tarball shown above
     66        downloads with the correct name, openjpeg-&openjpeg2-version;.tar.gz,
     67        if using a browser such as Firefox or a command line utility
     68        such as wget.
     69<!--
    6470        The <application>OpenJPEG 2</application> source tarball shown above
    6571        downloads with the correct name, openjpeg-&openjpeg2-version;.tar.gz,
     
    7177<screen><userinput>wget -c &openjpeg2-download-http; \
    7278     -O openjpeg-&openjpeg2-version;.tar.gz</userinput></screen>
     79-->
    7380        </para>
    7481      </note>
     
    119126
    120127pushd ../doc &amp;&amp;
    121 for man in man/man?/* ; do
    122     install -v -D -m 644 $man /usr/share/$man
    123 done         &amp;&amp;
     128  for man in man/man?/* ; do
     129      install -v -D -m 644 $man /usr/share/$man
     130  done
    124131popd</userinput></screen>
    125132
Note: See TracChangeset for help on using the changeset viewer.