source: kde4/core/phonon.xml@ 24767772

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 24767772 was 24767772, checked in by Thomas Trepl <thomas@…>, 13 years ago

Fix incorrect checksums

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

  • Property mode set to 100644
File size: 5.0 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 " ">
8 <!ENTITY phonon-download-ftp "ftp://ftp.kde.org/pub/kde/stable/phonon/&phonon-version;/src/phonon-&phonon-version;.tar.bz2">
9 <!ENTITY phonon-md5sum "1deb14ecb2185e1f2fe2741a0bd46852">
10 <!ENTITY phonon-size "354 KB">
11 <!ENTITY phonon-buildsize "7.7 MB">
12 <!ENTITY phonon-time "0.3 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 not more
34 supported by KDE. It supports backends like xine, GStreamer etc.</para>
35
36 &lfs67_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<!--
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing='compact'>
63 <listitem>
64 <para>Required patch: <ulink
65 url="&patch-root;/phonon-&phonon-version;-fixes-1.patch"/></para>
66 </listitem>
67 </itemizedlist>
68-->
69
70 <bridgehead renderas="sect3">Phonon Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="qt4"/>,
75 <xref linkend="glib2"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="xine-lib"/>,
81 <xref linkend="gstreamer"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <ulink url="http://pulseaudio.org/">PulseAudio</ulink>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/phonon"/></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Phonon</title>
96
97 <para>Make sure that <xref linkend="qt4"/> is compiled without the bundled
98 <application>Phonon</application> library. This package provides
99 a better implementation.</para>
100
101 <para>Install <application>Phonon</application> by running the following
102 commands:</para>
103
104<screen><userinput>mkdir build &amp;&amp;
105cd build</userinput></screen>
106
107 <para>Prepare the package for compilation:</para>
108
109<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$QT4DIR \
110 .. &amp;&amp;
111make</userinput></screen>
112
113 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117<!-- this is a patch slackware uses. Cannot see that we need it too
118 <para>Execute a modification to enable <ulink url="http://www.riverbankcomputing.com/software/pyqt/">pyQT4</ulink>
119 to find the headers:</para>
120
121<screen><userinput>sed -i -e 's#{includedir}$#&amp; -I\${includedir}/phonon#' \
122 $QT4DIR/lib/pkgconfig/phonon.pc</userinput></screen>
123-->
124</sect2>
125<!--
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para><option>- -xyz</option>: This option is set for ...</para>
130
131 </sect2>
132-->
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Program</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directory</segtitle>
140
141 <seglistitem>
142 <seg>none</seg>
143 <seg>libphonon.so, libphononexperimental.so</seg>
144 <seg>none</seg>
145 </seglistitem>
146 </segmentedlist>
147<!--
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="a-phonon">
154 <term><command>phonon</command></term>
155 <listitem>
156 <para>is a testing utility for phonon-generated build trees.</para>
157 <indexterm zone="a-phonon phonon">
158 <primary sortas="b-phonon">phonon</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164-->
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.