source: kde5/frameworks/phonon.xml@ 3899973

kde5-13430
Last change on this file since 3899973 was 3899973, checked in by Krejzi <krejzi@…>, 10 years ago

Create new kde5 branch (sorry Pierre) to merge latest kde 5 work with latest trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13430 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.7 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 phonon5-download-http "http://download.kde.org/stable/phonon/&phonon5-version;/phonon-&phonon5-version;.tar.xz">
8 <!ENTITY phonon5-download-ftp "ftp://ftp.kde.org/pub/kde/stable/phonon/&phonon5-version;/phonon-&phonon5-version;.tar.xz">
9 <!ENTITY phonon5-md5sum "a8b722a11a301fc2cda7ff8228209531">
10 <!ENTITY phonon5-size "324 KB">
11 <!ENTITY phonon5-buildsize "11 MB">
12 <!ENTITY phonon5-time "0.8 SBU">
13]>
14
15<sect1 id="phonon5" xreflabel="Phonon-&phonon5-version;">
16 <?dbhtml filename="phonon.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Phonon-&phonon5-version;</title>
24
25 <indexterm zone="phonon5">
26 <primary sortas="a-Phonon">Phonon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Phonon</title>
31
32 <para>
33 The <application>Phonon</application> package contains a
34 multimedia framework for Qt5.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&phonon5-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&phonon5-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &phonon5-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &phonon5-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &phonon5-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &phonon5-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Phonon Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="extra-cmake-modules"/>,
78 <xref linkend="glib2"/> and
79 <xref linkend="qt5"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="pulseaudio"/>
85 </para>
86
87 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
88 <para role="optional">
89 <xref linkend="phonon-backend-gstreamer5"/> or
90 <xref linkend="phonon-backend-vlc5"/> or both
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/phonon5"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Phonon</title>
100
101 <para>
102 Install <application>Phonon</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>mkdir build &amp;&amp;
107cd build &amp;&amp;
108
109cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
110 -DCMAKE_BUILD_TYPE=Release \
111 -DCMAKE_INSTALL_LIBDIR=lib \
112 -DPHONON_BUILD_PHONON4QT5=ON \
113 -Wno-dev .. &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/cmake-release.xml"/>
133
134 <para>
135 <parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is used
136 to get libraries to install to <filename
137 class="directory">$KF5_PREFIX/lib</filename> instead of <filename
138 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
139 </para>
140
141 <para>
142 <parameter>-DPHONON_BUILD_PHONON4QT5=ON</parameter>: This switch is used
143 to ensure that <application>Qt5</application> version of the library is
144 built even if <application>Qt4</application> is present.
145 </para>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 None
160 </seg>
161 <seg>
162 libphonon4qt5experimental.so and libphonon4qt5.so
163 </seg>
164 <seg>
165 $KF5_PREFIX/include/phonon4qt5,
166 $KF5_PREFIX/lib/cmake/phonon4qt5 and
167 $KF5_PREFIX/share/phonon4qt5
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.