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-backend-gstreamer-download-http "&kde-download-http;phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/src/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz">
|
---|
8 | <!ENTITY phonon-backend-gstreamer-download-ftp "&kde-download-ftp;phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/src/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz">
|
---|
9 | <!ENTITY phonon-backend-gstreamer-md5sum "ce441035dc5a00ffaac9a64518ab5c62">
|
---|
10 | <!ENTITY phonon-backend-gstreamer-size "76 KB">
|
---|
11 | <!ENTITY phonon-backend-gstreamer-buildsize "4.1 MB">
|
---|
12 | <!ENTITY phonon-backend-gstreamer-time "0.2 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="phonon-backend-gstreamer" xreflabel="phonon-backend-gstreamer-&phonon-backend-gstreamer-version;">
|
---|
16 | <?dbhtml filename="phonon-backend-gstreamer.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Phonon-backend-gstreamer-&phonon-backend-gstreamer-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="phonon-backend-gstreamer">
|
---|
26 | <primary sortas="a-phonon-backend-gstreamer">phonon-backend-gstreamer</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to the Phonon-backend-gstreamer</title>
|
---|
31 |
|
---|
32 | <para>This package provides a <application>Phonon</application> backend which
|
---|
33 | utilizes the <application>GStreamer</application> media framework.</para>
|
---|
34 |
|
---|
35 | &lfs77_checked; &gcc5_checked;
|
---|
36 |
|
---|
37 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
38 | <itemizedlist spacing="compact">
|
---|
39 | <listitem>
|
---|
40 | <para>Download (HTTP): <ulink url="&phonon-backend-gstreamer-download-http;"/></para>
|
---|
41 | </listitem>
|
---|
42 | <listitem>
|
---|
43 | <para>Download (FTP): <ulink url="&phonon-backend-gstreamer-download-ftp;"/></para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Download MD5 sum: &phonon-backend-gstreamer-md5sum;</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download size: &phonon-backend-gstreamer-size;</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Estimated disk space required: &phonon-backend-gstreamer-buildsize;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Estimated build time: &phonon-backend-gstreamer-time;</para>
|
---|
56 | </listitem>
|
---|
57 | </itemizedlist>
|
---|
58 |
|
---|
59 | <bridgehead renderas="sect3">Phonon-backend-gstreamer Dependencies</bridgehead>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
62 | <para role="required">
|
---|
63 | <xref linkend="gstreamer10"/>,
|
---|
64 | <xref linkend="libxml2"/>, and
|
---|
65 | <xref linkend="phonon"/>
|
---|
66 | </para>
|
---|
67 |
|
---|
68 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
69 | <para role="recommended">
|
---|
70 | <xref linkend="gst10-plugins-base"/> (needed for output to ALSA),
|
---|
71 | <xref linkend="gst10-plugins-good"/> (needed for output to PulseAudio),
|
---|
72 | <xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support), and
|
---|
73 | <xref linkend="gst10-plugins-ugly"/> (needed for MP3 support)
|
---|
74 | </para>
|
---|
75 |
|
---|
76 | <para condition="html" role="usernotes">User Notes:
|
---|
77 | <ulink url="&blfs-wiki;/phonon-backend-gstreamer"/></para>
|
---|
78 |
|
---|
79 | </sect2>
|
---|
80 |
|
---|
81 | <sect2 role="installation">
|
---|
82 | <title>Installation of Phonon-backend-gstreamer</title>
|
---|
83 |
|
---|
84 | <para>Install <application>Phonon-backend-gstreamer</application> by
|
---|
85 | running the following commands:</para>
|
---|
86 |
|
---|
87 | <note>
|
---|
88 | <para>
|
---|
89 | If you have both Qt4 and Qt5 installed, be sure to run
|
---|
90 | <userinput>source setqt4</userinput> before installing this package.
|
---|
91 | </para>
|
---|
92 | </note>
|
---|
93 |
|
---|
94 | <screen><userinput>mkdir build &&
|
---|
95 | cd build &&
|
---|
96 |
|
---|
97 | cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
---|
98 | -DCMAKE_INSTALL_LIBDIR=lib \
|
---|
99 | -DCMAKE_BUILD_TYPE=Release \
|
---|
100 | -Wno-dev .. &&
|
---|
101 | make</userinput></screen>
|
---|
102 |
|
---|
103 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
104 |
|
---|
105 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
106 |
|
---|
107 | </sect2>
|
---|
108 |
|
---|
109 | <sect2 role="commands">
|
---|
110 | <title>Command Explanations</title>
|
---|
111 |
|
---|
112 | <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to
|
---|
113 | apply higher level of compiler optimizations.</para>
|
---|
114 |
|
---|
115 | </sect2>
|
---|
116 |
|
---|
117 | <sect2 role="content">
|
---|
118 | <title>Contents</title>
|
---|
119 |
|
---|
120 | <segmentedlist>
|
---|
121 | <segtitle>Installed Programs</segtitle>
|
---|
122 | <segtitle>Installed Libraries</segtitle>
|
---|
123 | <segtitle>Installed Directories</segtitle>
|
---|
124 |
|
---|
125 | <seglistitem>
|
---|
126 | <seg>none</seg>
|
---|
127 | <seg>phonon_gstreamer.so</seg>
|
---|
128 | <seg>/usr/lib/kde4/plugins/phonon_backend and
|
---|
129 | /usr/share/kde4/services/phononbackends</seg>
|
---|
130 | </seglistitem>
|
---|
131 | </segmentedlist>
|
---|
132 | <!--
|
---|
133 | <variablelist>
|
---|
134 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
135 | <?dbfo list-presentation="list"?>
|
---|
136 | <?dbhtml list-presentation="table"?>
|
---|
137 |
|
---|
138 | <varlistentry id="a-phonon">
|
---|
139 | <term><command>phonon</command></term>
|
---|
140 | <listitem>
|
---|
141 | <para>is a testing utility for phonon-backend-gstreamer-generated build trees.</para>
|
---|
142 | <indexterm zone="a-phonon phonon">
|
---|
143 | <primary sortas="b-phonon">phonon</primary>
|
---|
144 | </indexterm>
|
---|
145 | </listitem>
|
---|
146 | </varlistentry>
|
---|
147 |
|
---|
148 | </variablelist>
|
---|
149 | -->
|
---|
150 | </sect2>
|
---|
151 |
|
---|
152 | </sect1>
|
---|