Ignore:
Timestamp:
06/08/2016 10:17:06 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
4ff1621
Parents:
e13b365
Message:

Update to libjpeg-turbo-1.5.0.
Update to dash-0.5.9.
Update to xterm-325.
Update to xkeyboard-config-2.18.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libjpeg-turbo.xml

    re13b365 r4b6645f1  
    77  <!ENTITY libjpeg-download-http "&sourceforge-repo;/libjpeg-turbo/libjpeg-turbo-&libjpeg-turbo-version;.tar.gz">
    88  <!ENTITY libjpeg-download-ftp  " ">
    9   <!ENTITY libjpeg-md5sum        "86b0d5f7507c2e6c21c00219162c3c44">
    10   <!ENTITY libjpeg-size          "1.5 MB">
    11   <!ENTITY libjpeg-buildsize     "15 MB">
    12   <!ENTITY libjpeg-time          "0.4 SBU">
     9  <!ENTITY libjpeg-md5sum        "3fc5d9b6a8bce96161659ae7a9939257">
     10  <!ENTITY libjpeg-size          "1.6 MB">
     11  <!ENTITY libjpeg-buildsize     "17 MB (with tests)">
     12  <!ENTITY libjpeg-time          "0.6 SBU (with tests)">
    1313]>
    1414
     
    9494    </para>
    9595
    96 <screen><userinput>sed -i -e '/^docdir/ s:$:/libjpeg-turbo-&libjpeg-turbo-version;:' Makefile.in &amp;&amp;
     96<screen><userinput>
    9797
    9898./configure --prefix=/usr           \
    9999            --mandir=/usr/share/man \
    100100            --with-jpeg8            \
    101             --disable-static &amp;&amp;
     101            --disable-static        \
     102            --docdir=/usr/share/doc/libjpeg-turbo-&libjpeg-turbo-version; &amp;&amp;
    102103make</userinput></screen>
    103104
     
    126127  <sect2 role="commands">
    127128    <title>Command Explanations</title>
    128 
    129     <para>
    130       <command>sed -i -e ...</command> This command fixes Makefile.in to install
    131       documentation and examples in a version specific directory.
    132     </para>
    133129
    134130    <para>
Note: See TracChangeset for help on using the changeset viewer.