source: kde/core/phonon.xml@ 453f2f6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 453f2f6 was 453f2f6, checked in by Ragnar Thomsen <rthomsen@…>, 10 years ago

Phonon-4.7.1 and backends.

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

  • Property mode set to 100644
File size: 4.3 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 "&kde-download-ftp;phonon/&phonon-version;/phonon-&phonon-version;.tar.xz">
9 <!ENTITY phonon-md5sum "0935e1c00440a03e3032860030398665">
10 <!ENTITY phonon-size "322 KB">
11 <!ENTITY phonon-buildsize "7.4 MB">
12 <!ENTITY phonon-time "0.5 SBU">
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><application>Phonon</application> is the multimedia API for KDE4.
33 It replaces the old <application>aRts</application>, that is no longer
34 supported by KDE. Phonon needs either the GStreamer or VLC backend.</para>
35
36 &lfs74_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&phonon-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&phonon-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &phonon-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &phonon-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &phonon-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &phonon-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Phonon Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="automoc4"/> and
65 <xref linkend="glib2"/>
66 </para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional">
70 <xref linkend='pulseaudio'/> and
71 <ulink url="http://projects.kde.org/projects/kdesupport/libqzeitgeist/">QZeitgeist</ulink>
72 </para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/phonon"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Phonon</title>
81
82 <para>Make sure that <xref linkend="qt4"/> is compiled without the bundled
83 <application>Phonon</application> library. This package provides
84 a better implementation.</para>
85
86 <para>Install <application>Phonon</application> by running the following
87 commands:</para>
88
89<screen><userinput>mkdir build &amp;&amp;
90cd build &amp;&amp;
91
92cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
93 -DCMAKE_BUILD_TYPE=Release \
94 -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
95 -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
96 .. &amp;&amp;
97make</userinput></screen>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
109 higher level of compiler optimizations.</para>
110
111 <para><option>-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE</option>:
112 This option ensures that the plugins and mkspecs files get installed in
113 the correct location.</para>
114
115 <para><option>-DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces</option>:
116 This option sets the correct installation path for a D-Bus interfaces file.
117 </para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>none</seg>
131 <seg>libphonon.so and libphononexperimental.so</seg>
132 <seg>none</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.