Changeset 1c8c15c for kde/phonon.xml


Ignore:
Timestamp:
03/08/2020 10:20:09 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:
7e3964a0
Parents:
82192a18
Message:

Fix <para> format: kde chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/phonon.xml

    r82192a18 r1c8c15c  
    3030    <title>Introduction to Phonon</title>
    3131
    32     <para><application>Phonon</application> is the multimedia API for KDE.
    33     It replaces the old <application>aRts</application> package.
    34     Phonon needs either the GStreamer or VLC backend.</para>
     32    <para>
     33      <application>Phonon</application> is the multimedia API for KDE.
     34      It replaces the old <application>aRts</application> package.
     35      Phonon needs either the GStreamer or VLC backend.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&phonon-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&phonon-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&phonon-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&phonon-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &phonon-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &phonon-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &phonon-size;</para>
     58        <para>
     59          Download size: &phonon-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &phonon-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &phonon-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &phonon-time;</para>
     68        <para>
     69          Estimated build time: &phonon-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    87101  <sect2 role="installation">
    88102    <title>Installation of Phonon</title>
    89     <para>Install <application>Phonon</application> by
    90     running the following commands:</para>
     103    <para>
     104      Install <application>Phonon</application> by
     105      running the following commands:
     106    </para>
    91107
    92108<screen><userinput>mkdir build &amp;&amp;
     
    98114make</userinput></screen>
    99115
    100     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     116    <para>
     117      Now, as the <systemitem class="username">root</systemitem> user:
     118    </para>
    101119
    102120<screen role="root"><userinput>make install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.