Ignore:
Timestamp:
12/12/2016 10:54:03 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.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, 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:
6a5f9b3
Parents:
124f752c
Message:

Update to jasper-2.0.6.
Update to gsl-2.3.
Update to gnutls-3.5.7.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    r124f752c r86918e9  
    77  <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-&jasper-version;.tar.gz">
    88  <!ENTITY jasper-download-ftp  " ">
    9   <!ENTITY jasper-md5sum        "ae52fd9d6419159c06fb2401dfec2a54">
     9  <!ENTITY jasper-md5sum        "cebd4d423995521b6d65a19ac3851922">
    1010  <!ENTITY jasper-size          "1.6 MB">
    11   <!ENTITY jasper-buildsize     "17 MB (with tests)">
     11  <!ENTITY jasper-buildsize     "20 MB (with tests)">
    1212  <!ENTITY jasper-time          "0.3 SBU (with tests)">
    1313]>
     
    6767    <bridgehead renderas="sect4">Optional</bridgehead>
    6868    <para role="optional">
    69       <xref linkend="freeglut"/> (required for <command>jiv</command>),
     69      <xref linkend="freeglut"/> (required for <command>jiv</command>, see
     70        Command Explanations below),
    7071      <xref linkend="doxygen"/> (needed for generating html documentation), and
    7172      <xref linkend="texlive"/> (needed to regnerate the pdf documention)
     
    8384cd    BUILD &amp;&amp;
    8485
    85 cmake -DCMAKE_INSTALL_PREFIX=/usr           \
    86       -DCMAKE_BUILD_TYPE=Release            \
    87       -DCMAKE_SKIP_INSTALL_RPATH=YES        \
     86cmake -DCMAKE_INSTALL_PREFIX=/usr    \
     87      -DCMAKE_BUILD_TYPE=Release     \
     88      -DCMAKE_SKIP_INSTALL_RPATH=YES \
    8889      ..  &amp;&amp;
    8990make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.