source: kde/phonon.xml@ e4b4cda

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
Last change on this file since e4b4cda was 1c8c15c, checked in by Pierre Labastie <pieere@…>, 4 years ago

Fix <para> format: kde chapter

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

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6
7 <!ENTITY phonon-download-http "&kde-download-http;phonon/&phonon-version;/phonon-&phonon-version;.tar.xz">
8 <!ENTITY phonon-download-ftp " ">
9 <!ENTITY phonon-md5sum "d3df5ba646e4b3f11623d998caa40e74">
10 <!ENTITY phonon-size "308 KB">
11 <!ENTITY phonon-buildsize "12 MB">
12 <!ENTITY phonon-time "0.2 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="phonon" xreflabel="phonon-&phonon-version;">
16 <?dbhtml filename="phonon.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Phonon-&phonon-version;</title>
24
25 <indexterm zone="phonon">
26 <primary sortas="a-phonon">phonon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Phonon</title>
31
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>
37
38 &lfs91_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&phonon-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&phonon-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &phonon-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &phonon-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &phonon-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &phonon-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Phonon Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="cmake"/>,
79 <xref linkend="extra-cmake-modules"/>,
80 <xref linkend="glib2"/>, and
81 <xref linkend="qt5"/>
82 </para>
83
84 <para role="required">
85 At least one of <xref linkend="phonon-backend-gstreamer" role="runtime"/>
86 or <xref linkend="phonon-backend-vlc" role="runtime"/> needs to be
87 installed afterwards for multimedia operation in
88 <application>KDE</application>.
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="pulseaudio"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/phonon"/></para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Phonon</title>
103 <para>
104 Install <application>Phonon</application> by
105 running the following commands:
106 </para>
107
108<screen><userinput>mkdir build &amp;&amp;
109cd build &amp;&amp;
110
111cmake -DCMAKE_INSTALL_PREFIX=/usr \
112 -DCMAKE_BUILD_TYPE=Release \
113 .. &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
129 to apply higher level of the compiler optimizations.
130 </para>
131<!--
132 <para>
133 <parameter>-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE</parameter>:
134 This switch ensures that the plugins and mkspecs files get installed in
135 the correct location.
136 </para>
137
138 <para>
139 <parameter>-DPHONON_BUILD_PHONON4QT5=ON</parameter>: This switch is used to
140 ensure that Qt5 version of the library is built even if Qt4 is present.
141 </para>
142-->
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 phononsettings
156 </seg>
157 <seg>
158 libphonon4qt5.so and
159 libphonon4qt5experimental.so
160 </seg>
161 <seg>
162 /usr/include/phonon4qt5,
163 /usr/lib/cmake/phonon4qt5, and
164 /usr/share/phonon4qt5
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.