Changeset a06368b for general/graphlib


Ignore:
Timestamp:
04/19/2015 10:41:02 AM (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:
f13b771
Parents:
be21a51
Message:

OpenJPEG-2.1.0: remove tests.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/openjpeg2.xml

    rbe21a51 ra06368b  
    3030    <title>Introduction to OpenJPEG</title>
    3131
    32     <para><application>OpenJPEG</application> is an open-source implementation
    33     of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000 specifications
    34     and can compress/decompress lossless 16-bit images.</para>
     32    <para>
     33      <application>OpenJPEG</application> is an open-source implementation of
     34      the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000
     35      specifications and can compress/decompress lossless 16-bit images.
     36    </para>
    3537
    3638    &lfs77_checked;
     
    8688    </para>
    8789
    88 <screen><userinput>mkdir build &amp;&amp;
    89 cd    build &amp;&amp;
     90<screen><userinput>mkdir -v build &amp;&amp;
     91cd       build &amp;&amp;
    9092
    9193cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
    9294make</userinput></screen>
    9395
    94     <para>If you have built the test suite and wish to run it, issue:
    95     <command>make test</command>.</para>
     96<!-- Thread discussing the tests, fixing instructions,
     97  but obtaining poor results:
     98  http://lists.linuxfromscratch.org/pipermail/blfs-dev/2015-April/030035.html
     99-->
     100    <para>This package does not come with a working test suite.</para>
    96101
    97102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    98103
    99104<screen role="root"><userinput>make install &amp;&amp;
    100 cd ../doc &amp;&amp;
    101105
     106pushd ../doc &amp;&amp;
    102107for man in man/man?/* ; do
    103108    install -v -D -m 644 $man /usr/share/$man
    104 done</userinput></screen>
     109done         &amp;&amp;
     110popd</userinput></screen>
    105111
    106112  </sect2>
    107 
     113<!--
    108114  <sect2 role="commands">
    109115    <title>Command Explanations</title>
     
    112118    building the test suite.</para>
    113119
    114   </sect2>
     120  </sect2>-->
    115121
    116122  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.