Changeset 4a866a41 for general/graphlib


Ignore:
Timestamp:
04/21/2015 08:00:23 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
6c1f83f
Parents:
b92661e
Message:

Update to libmng-2.0.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libmng.xml

    rb92661e r4a866a41  
    77  <!ENTITY libmng-download-http "&sourceforge-repo;/libmng/libmng-&libmng-version;.tar.xz">
    88  <!ENTITY libmng-download-ftp  " ">
    9   <!ENTITY libmng-md5sum        "3804bf2523af9b4e0670b5982b3bf984">
     9  <!ENTITY libmng-md5sum        "e9e899adb1b681b17f14d91e261878c5">
    1010  <!ENTITY libmng-size          "932 KB">
    1111  <!ENTITY libmng-buildsize     "15 MB">
    12   <!ENTITY libmng-time          "0.2 SBU">
     12  <!ENTITY libmng-time          "0.1 SBU">
    1313]>
    1414
     
    7777    commands:</para>
    7878
    79 <screen><userinput>sed -i "s:#include &lt;jpeg:#include &lt;stdio.h&gt;\n&amp;:" libmng_types.h &amp;&amp;
    80 
    81 ./configure --prefix=/usr --disable-static &amp;&amp;
     79<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8280make</userinput></screen>
    8381
     
    9593  <sect2 role="commands">
    9694    <title>Command Explanations</title>
    97 
    98     <para>
    99       <command>sed -i "..." libmng_types.h</command>: This command adds a
    100       missing header which would cause other apps that link to this
    101       package fail to compile.
    102     </para>
    10395
    10496    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.