Ignore:
Timestamp:
08/18/2018 07:42:11 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
d5d56e5
Parents:
18a65e61
Message:

Fix AccountsService md5sum

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

File:
1 edited

Legend:

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

    r18a65e61 r97828bc  
    77  <!ENTITY libjpeg-download-http "&sourceforge-dl;/libjpeg-turbo/libjpeg-turbo-&libjpeg-turbo-version;.tar.gz">
    88  <!ENTITY libjpeg-download-ftp  " ">
    9   <!ENTITY libjpeg-md5sum        "7c82f0f6a3130ec06b8a4d0b321cbca3">
    10   <!ENTITY libjpeg-size          "1.6 MB">
    11   <!ENTITY libjpeg-buildsize     "15 MB (with tests)">
     9  <!ENTITY libjpeg-md5sum        "b12a3fcf1d078db38410f27718a91b83">
     10  <!ENTITY libjpeg-size          "2.1 MB">
     11  <!ENTITY libjpeg-buildsize     "31 MB (with tests)">
    1212  <!ENTITY libjpeg-time          "0.3 SBU (using parallelism=4; with tests)">
    1313]>
     
    3838    </para>
    3939
    40     &lfs82_checked;
     40    &lfs83_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9494    </para>
    9595
    96 <screen><userinput>./configure --prefix=/usr           \
    97             --mandir=/usr/share/man \
    98             --with-jpeg8            \
    99             --disable-static        \
    100             --docdir=/usr/share/doc/libjpeg-turbo-&libjpeg-turbo-version; &amp;&amp;
     96<screen><userinput>
     97mkdir build &amp;&amp;
     98cd    build &amp;&amp;
     99
     100cmake -DCMAKE_INSTALL_PREFIX=/usr \
     101      -DCMAKE_BUILD_TYPE=RELEASE  \
     102      -DENABLE_STATIC=FALSE       \
     103      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/$PROGRAM \
     104      -DCMAKE_INSTALL_DEFAULT_LIBDIR=lib  \
     105      .. &amp;&amp;
    101106make</userinput></screen>
    102107
     
    122127
    123128  </sect2>
    124 
     129<!--
    125130  <sect2 role="commands">
    126131    <title>Command Explanations</title>
    127132
    128133    <para>
    129       <parameter>--with-jpeg8</parameter>: This switch enables compatibility
     134      <parameter>- -with-jpeg8</parameter>: This switch enables compatibility
    130135      with <application>libjpeg</application> version 8.
    131136    </para>
     
    135140
    136141  </sect2>
    137 
     142-->
    138143  <sect2 role="content">
    139144    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.