Ignore:
Timestamp:
01/26/2016 06:29:53 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
fd21cdf
Parents:
a6a9fc5
Message:

Merge Chapter 10 changes from trunk, fix boost sed (from trunk).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16844 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/openjpeg2.xml

    ra6a9fc5 r94b4def9  
    3131
    3232    <para>
    33       <application>OpenJPEG</application> is an open-source implementation
    34       of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000
     33      <application>OpenJPEG</application> is an open-source implementation of
     34      the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000
    3535      specifications and can compress/decompress lossless 16-bit images.
    3636    </para>
    3737
    38     &lfs77_checked;
     38    &lfs78_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
    4141    <itemizedlist spacing="compact">
    4242      <listitem>
    43         <para>
    44           Download (HTTP): <ulink url="&openjpeg2-download-http;"/>
    45         </para>
     43        <para>Download (HTTP): <ulink url="&openjpeg2-download-http;"/></para>
    4644      </listitem>
    4745      <listitem>
    48         <para>
    49           Download (FTP): <ulink url="&openjpeg2-download-ftp;"/>
    50         </para>
     46        <para>Download (FTP): <ulink url="&openjpeg2-download-ftp;"/></para>
    5147      </listitem>
    5248      <listitem>
    53         <para>
    54           Download MD5 sum: &openjpeg2-md5sum;
    55         </para>
     49        <para>Download MD5 sum: &openjpeg2-md5sum;</para>
    5650      </listitem>
    5751      <listitem>
    58         <para>
    59           Download size: &openjpeg2-size;
    60         </para>
     52        <para>Download size: &openjpeg2-size;</para>
    6153      </listitem>
    6254      <listitem>
    63         <para>
    64           Estimated disk space required: &openjpeg2-buildsize;
    65         </para>
     55        <para>Estimated disk space required: &openjpeg2-buildsize;</para>
    6656      </listitem>
    6757      <listitem>
    68         <para>
    69           Estimated build time: &openjpeg2-time;
    70         </para>
     58        <para>Estimated build time: &openjpeg2-time;</para>
    7159      </listitem>
    7260    </itemizedlist>
     
    8169    <bridgehead renderas="sect4">Optional</bridgehead>
    8270    <para role="optional">
    83       <xref linkend="doxygen"/> (to build the API documentation),
    84       <xref linkend="lcms2"/>,
    85       <xref linkend="libpng"/> and
    86       <xref linkend="libtiff"/>
     71    <xref linkend="lcms2"/>,
     72    <xref linkend="libpng"/>,
     73    <xref linkend="libtiff"/>, and
     74    <xref linkend="doxygen"/> (to build the API documentation)
    8775    </para>
    8876
    8977    <para condition="html" role="usernotes">User Notes:
    90       <ulink url="&blfs-wiki;/openjpeg2"/>
    91     </para>
     78    <ulink url="&blfs-wiki;/openjpeg2"/></para>
     79
    9280  </sect2>
    9381
     
    10088    </para>
    10189
    102 <screen><userinput>mkdir build &amp;&amp;
    103 cd    build &amp;&amp;
     90<screen><userinput>mkdir -v build &amp;&amp;
     91cd       build &amp;&amp;
    10492
    105 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    106       -DCMAKE_BUILD_TYPE=Release  \
    107       .. &amp;&amp;
     93cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
    10894make</userinput></screen>
    10995
    110     <para>
    111       This package does not have a working testsuite.
    112     </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>
    113101
    114102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    117105
    118106pushd ../doc &amp;&amp;
    119 for man in man/man?/*
    120 do
    121   install -v -Dm644 $man /usr/share/$man
     107for man in man/man?/* ; do
     108    install -v -D -m 644 $man /usr/share/$man
    122109done         &amp;&amp;
    123110popd</userinput></screen>
    124111
    125112  </sect2>
     113<!--
     114  <sect2 role="commands">
     115    <title>Command Explanations</title>
     116
     117    <para><option>-DBUILD_TESTING=ON</option>: This switch enables
     118    building the test suite.</para>
     119
     120  </sect2>-->
    126121
    127122  <sect2 role="content">
     
    134129
    135130      <seglistitem>
    136         <seg>
    137           opj_compress, opj_decompress and opj_dump
    138         </seg>
    139         <seg>
    140           libopenjp2.so
    141         </seg>
    142         <seg>
    143           /usr/include/openjpeg-2.1 and
    144           /usr/lib/openjpeg-2.1
    145         </seg>
     131        <seg>opj_compress, opj_decompress, and opj_dump</seg>
     132        <seg>libopenjp2.so</seg>
     133        <seg>/usr/include/openjpeg-2.1 and /usr/lib/openjpeg-2.1</seg>
    146134      </seglistitem>
    147135    </segmentedlist>
     
    155143        <term><command>opj_compress</command></term>
    156144        <listitem>
    157           <para>
    158             converts various image formats to the JPEG-2000 format.
    159           </para>
     145          <para>converts various image formats to the jpeg2000 format.</para>
    160146          <indexterm zone="openjpeg2 opj_compress">
    161147            <primary sortas="b-opj_compress">opj_compress</primary>
     
    167153        <term><command>opj_decompress</command></term>
    168154        <listitem>
    169           <para>
    170             converts JPEG-2000 images to other image types.
    171           </para>
     155          <para>converts jpeg2000 images to other image types.</para>
    172156          <indexterm zone="openjpeg2 opj_decompress">
    173157            <primary sortas="b-opj_decompress">opj_decompress</primary>
     
    179163        <term><command>opj_dump</command></term>
    180164        <listitem>
    181           <para>
    182             reads in a JPEG-2000 image and dumps the contents to stdout.
    183           </para>
     165          <para>reads in a jpeg2000 image and dumps the contents to stdout.</para>
    184166          <indexterm zone="openjpeg2 opj_dump">
    185167            <primary sortas="b-opj_dump">opj_dump</primary>
Note: See TracChangeset for help on using the changeset viewer.