Ignore:
Timestamp:
03/19/2020 06:44:08 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
b1532549
Parents:
622c1021
Message:

Format general/graphlib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    r622c1021 r09f0998  
    3030    <title>Introduction to JasPer</title>
    3131
    32     <para>The <application>JasPer</application> Project is an open-source
    33     initiative to provide a free software-based reference implementation of the
    34     JPEG-2000 codec.</para>
     32    <para>
     33      The <application>JasPer</application> Project is an open-source
     34      initiative to provide a free software-based reference implementation
     35      of the JPEG-2000 codec.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&jasper-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (FTP): <ulink url="&jasper-download-ftp;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download MD5 sum: &jasper-md5sum;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Download size: &jasper-size;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated disk space required: &jasper-buildsize;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated build time: &jasper-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&jasper-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&jasper-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &jasper-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &jasper-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &jasper-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &jasper-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    96110make</userinput></screen>
    97111
    98     <para>To test the results, issue:  <command>make test</command>.</para>
    99 
    100     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     112    <para>
     113      To test the results, issue:  <command>make test</command>.
     114    </para>
     115
     116    <para>
     117      Now, as the <systemitem class="username">root</systemitem> user:
     118    </para>
    101119
    102120<screen role="root"><userinput>make install</userinput></screen>
     
    143161        <term><command>imgcmp</command></term>
    144162        <listitem>
    145           <para>compares two images of the same geometry.</para>
     163          <para>
     164            compares two images of the same geometry.
     165          </para>
    146166          <indexterm zone="jasper imgcmp">
    147167            <primary sortas="b-imgcmp">imgcmp</primary>
     
    153173        <term><command>imginfo</command></term>
    154174        <listitem>
    155           <para>displays information about an image.</para>
     175          <para>
     176            displays information about an image.
     177          </para>
    156178          <indexterm zone="jasper imginfo">
    157179            <primary sortas="b-imginfo">imginfo</primary>
     
    163185        <term><command>jasper</command></term>
    164186        <listitem>
    165           <para>converts images between formats (BMP, JPS, JPC, JPG, PGX, PNM, MIF,
    166           and RAS).</para>
     187          <para>
     188            converts images between formats (BMP, JPS, JPC, JPG, PGX, PNM, MIF,
     189            and RAS).
     190          </para>
    167191          <indexterm zone="jasper jasper">
    168192            <primary sortas="b-jasper">jasper</primary>
     
    174198        <term><command>jiv</command></term>
    175199        <listitem>
    176           <para>displays images.</para>
     200          <para>
     201            displays images.
     202          </para>
    177203          <indexterm zone="jasper jiv">
    178204            <primary sortas="b-jiv">jiv</primary>
     
    184210        <term><filename class='libraryfile'>libjasper.so</filename></term>
    185211        <listitem>
    186           <para>is a library used by programs for reading and writing
    187           JPEG2000 format files.</para>
     212          <para>
     213            is a library used by programs for reading and writing
     214            JPEG2000 format files.
     215          </para>
    188216          <indexterm zone="jasper jasper-lib">
    189217            <primary sortas="c-libjasper">libjasper.so</primary>
Note: See TracChangeset for help on using the changeset viewer.