source: kde/phonon.xml@ e34c9dae

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e34c9dae was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.5 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
19 <title>Phonon-&phonon-version;</title>
20
21 <indexterm zone="phonon">
22 <primary sortas="a-phonon">phonon</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Phonon</title>
27
28 <para>
29 <application>Phonon</application> is the multimedia API for KDE.
30 It replaces the old <application>aRts</application> package.
31 Phonon needs either the GStreamer or VLC backend.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&phonon-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&phonon-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &phonon-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &phonon-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &phonon-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &phonon-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Phonon Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="cmake"/>,
75 <xref linkend="extra-cmake-modules"/>,
76 <xref linkend="glib2"/>, and
77 <xref linkend="qt5"/>
78 </para>
79
80 <para role="required">
81 At least one of <xref linkend="phonon-backend-gstreamer" role="runtime"/>
82 or <xref linkend="phonon-backend-vlc" role="runtime"/> needs to be
83 installed afterwards for multimedia operation in
84 <application>KDE</application>.
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="pulseaudio"/>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/phonon"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Phonon</title>
99 <para>
100 Install <application>Phonon</application> by
101 running the following commands:
102 </para>
103
104<screen><userinput>mkdir build &amp;&amp;
105cd build &amp;&amp;
106
107cmake -DCMAKE_INSTALL_PREFIX=/usr \
108 -DCMAKE_BUILD_TYPE=Release \
109 .. &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <para>
124 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
125 to apply higher level of the compiler optimizations.
126 </para>
127<!--
128 <para>
129 <parameter>-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE</parameter>:
130 This switch ensures that the plugins and mkspecs files get installed in
131 the correct location.
132 </para>
133
134 <para>
135 <parameter>-DPHONON_BUILD_PHONON4QT5=ON</parameter>: This switch is used to
136 ensure that Qt5 version of the library is built even if Qt4 is present.
137 </para>
138-->
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 phononsettings
152 </seg>
153 <seg>
154 libphonon4qt5.so and
155 libphonon4qt5experimental.so
156 </seg>
157 <seg>
158 /usr/include/phonon4qt5,
159 /usr/lib/cmake/phonon4qt5,
160 /usr/lib/plugins/designer, and
161 /usr/share/phonon4qt5
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.