source: kde/phonon-backend-gstreamer.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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