Ignore:
Timestamp:
03/09/2020 03:02:12 PM (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:
2aff70f
Parents:
22618785
Message:

Format multimedia chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    r22618785 r2eeb8695  
    4343    <itemizedlist spacing="compact">
    4444      <listitem>
    45         <para>Download (HTTP): <ulink url="&xine-lib-download-http;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download (FTP): <ulink url="&xine-lib-download-ftp;"/></para>
    49       </listitem>
    50       <listitem>
    51         <para>Download MD5 sum: &xine-lib-md5sum;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Download size: &xine-lib-size;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated disk space required: &xine-lib-buildsize;</para>
    58       </listitem>
    59       <listitem>
    60         <para>Estimated build time: &xine-lib-time;</para>
     45        <para>
     46          Download (HTTP): <ulink url="&xine-lib-download-http;"/>
     47        </para>
     48      </listitem>
     49      <listitem>
     50        <para>
     51          Download (FTP): <ulink url="&xine-lib-download-ftp;"/>
     52        </para>
     53      </listitem>
     54      <listitem>
     55        <para>
     56          Download MD5 sum: &xine-lib-md5sum;
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
     61          Download size: &xine-lib-size;
     62        </para>
     63      </listitem>
     64      <listitem>
     65        <para>
     66          Estimated disk space required: &xine-lib-buildsize;
     67        </para>
     68      </listitem>
     69      <listitem>
     70        <para>
     71          Estimated build time: &xine-lib-time;
     72        </para>
    6173      </listitem>
    6274    </itemizedlist>
     
    130142make</userinput></screen>
    131143
    132     <para>To create the API documentation, <application>Doxygen</application>
    133     must be installed and issue the following command:</para>
     144    <para>
     145      To create the API documentation, <application>Doxygen</application>
     146      must be installed and issue the following command:
     147    </para>
    134148
    135149<screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen>
    136150
    137     <para>This package does not come with a test suite.</para>
     151    <para>
     152      This package does not come with a test suite.
     153    </para>
    138154
    139155    <para>
     
    143159<screen role="root"><userinput>make install</userinput></screen>
    144160
    145     <note><para>
    146       When installing, the Makefile does some additional
    147       linking.  If you do not have Xorg in /usr, the LIBRARY_PATH
    148       variable needs to be defined for the root user.  If
    149       using sudo to assume root, use the -E option to pass
    150       your current environment variables for the install process.
    151     </para></note>
    152 
    153     <para>If you built the API documentation, issue the following commands as
    154     the <systemitem class="username">root</systemitem> user to install it:</para>
     161    <note>
     162      <para>
     163        When installing, the Makefile does some additional
     164        linking.  If you do not have Xorg in /usr, the LIBRARY_PATH
     165        variable needs to be defined for the root user.  If
     166        using sudo to assume root, use the -E option to pass
     167        your current environment variables for the install process.
     168      </para>
     169    </note>
     170
     171    <para>
     172      If you built the API documentation, issue the following commands as
     173      the <systemitem class="username">root</systemitem> user to install it:
     174    </para>
    155175
    156176<screen role="root"
     
    249269        <term><filename class='libraryfile'>libxine.so</filename></term>
    250270        <listitem>
    251           <para> provides the API for processing audio/video files.</para>
     271          <para>
     272            provides the API for processing audio/video files.
     273          </para>
    252274          <indexterm zone="xine-lib libxine">
    253275            <primary sortas="c-libxine">libxine.so</primary>
Note: See TracChangeset for help on using the changeset viewer.