Changeset 1c8c15c for kde/phonon.xml
- Timestamp:
- 03/08/2020 10:20:09 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 7e3964a0
- Parents:
- 82192a18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/phonon.xml
r82192a18 r1c8c15c 30 30 <title>Introduction to Phonon</title> 31 31 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> 35 37 36 38 &lfs91_checked; … … 39 41 <itemizedlist spacing="compact"> 40 42 <listitem> 41 <para>Download (HTTP): <ulink url="&phonon-download-http;"/></para> 43 <para> 44 Download (HTTP): <ulink url="&phonon-download-http;"/> 45 </para> 42 46 </listitem> 43 47 <listitem> 44 <para>Download (FTP): <ulink url="&phonon-download-ftp;"/></para> 48 <para> 49 Download (FTP): <ulink url="&phonon-download-ftp;"/> 50 </para> 45 51 </listitem> 46 52 <listitem> 47 <para>Download MD5 sum: &phonon-md5sum;</para> 53 <para> 54 Download MD5 sum: &phonon-md5sum; 55 </para> 48 56 </listitem> 49 57 <listitem> 50 <para>Download size: &phonon-size;</para> 58 <para> 59 Download size: &phonon-size; 60 </para> 51 61 </listitem> 52 62 <listitem> 53 <para>Estimated disk space required: &phonon-buildsize;</para> 63 <para> 64 Estimated disk space required: &phonon-buildsize; 65 </para> 54 66 </listitem> 55 67 <listitem> 56 <para>Estimated build time: &phonon-time;</para> 68 <para> 69 Estimated build time: &phonon-time; 70 </para> 57 71 </listitem> 58 72 </itemizedlist> … … 87 101 <sect2 role="installation"> 88 102 <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> 91 107 92 108 <screen><userinput>mkdir build && … … 98 114 make</userinput></screen> 99 115 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> 101 119 102 120 <screen role="root"><userinput>make install</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.