source: archive/phonon-backend-gstreamer.xml

trunk
Last change on this file was bac7c05, checked in by Bruce Dubbs <bdubbs@…>, 6 months ago

Noneckage updates.
Update to kuserfeedback-1.3.0.
Update to phonon-backend-vlc-0.12.0.
Archive phonon-backend-gstreamer.

  • Property mode set to 100644
File size: 4.8 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-backend-gstreamer-download-http "&kde-download-http;phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz">
8 <!ENTITY phonon-backend-gstreamer-download-ftp " ">
9 <!ENTITY phonon-backend-gstreamer-md5sum "60abf634e961160cd1772d486f4a7097">
10 <!ENTITY phonon-backend-gstreamer-size "100 KB">
11 <!ENTITY phonon-backend-gstreamer-buildsize "7.2 MB">
12 <!ENTITY phonon-backend-gstreamer-time "0.1 SBU (Using parallelism=4)">
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
19 <title>Phonon-backend-gstreamer-&phonon-backend-gstreamer-version;</title>
20
21 <indexterm zone="phonon-backend-gstreamer">
22 <primary sortas="a-phonon-backend-gstreamer">phonon-backend-gstreamer</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to the Phonon-backend-gstreamer</title>
27
28 <para>
29 This package provides a <application>Phonon</application> backend
30 which utilizes the <application>GStreamer</application> media framework.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&phonon-backend-gstreamer-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&phonon-backend-gstreamer-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &phonon-backend-gstreamer-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &phonon-backend-gstreamer-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &phonon-backend-gstreamer-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &phonon-backend-gstreamer-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Phonon-backend-gstreamer Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gstreamer10"/>,
74 <xref linkend="libxml2"/>, and
75 <xref linkend="phonon"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="gst10-plugins-base"/> (needed for output to ALSA),
81 <xref linkend="gst10-plugins-good"/> (needed for output to PulseAudio),
82 <xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support), and
83 <xref linkend="gst10-plugins-ugly"/> (needed for MP3 support)
84 </para>
85
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Phonon-backend-gstreamer</title>
91
92 <para>
93 Install <application>Phonon-backend-gstreamer</application> by
94 running the following commands:
95 </para>
96
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100cmake -DCMAKE_INSTALL_PREFIX=/usr \
101 -DCMAKE_BUILD_TYPE=Release \
102 .. &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para>
117 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
118 used to apply higher level of compiler optimizations.
119 </para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>none</seg>
133 <seg>phonon_gstreamer.so</seg>
134 <seg>/usr/lib/plugins/phonon4qt5_backend</seg>
135 </seglistitem>
136 </segmentedlist>
137<!--
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="a-phonon">
144 <term><command>phonon</command></term>
145 <listitem>
146 <para>
147 is placeholder.
148 </para>
149 <indexterm zone="a-phonon phonon">
150 <primary sortas="b-phonon">phonon</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156-->
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.