source: kde/phonon-backend-gstreamer.xml@ eede1a3

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 eede1a3 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
RevLine 
[0e25c32]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" [
[632bfad]4 <!ENTITY % general-entities SYSTEM "../general.ent">
[0e25c32]5 %general-entities;
6
[b291709]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 " ">
[c0f1ac2]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)">
[0e25c32]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
[09adf3d]22 <title>Phonon-backend-gstreamer-&phonon-backend-gstreamer-version;</title>
[0e25c32]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">
[09adf3d]29 <title>Introduction to the Phonon-backend-gstreamer</title>
[0e25c32]30
[1c8c15c]31 <para>
32 This package provides a <application>Phonon</application> backend
33 which utilizes the <application>GStreamer</application> media framework.
[b291709]34 </para>
[0e25c32]35
[68896cd0]36 &lfs101_checked;
[0e25c32]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[1c8c15c]41 <para>
42 Download (HTTP): <ulink url="&phonon-backend-gstreamer-download-http;"/>
43 </para>
[0e25c32]44 </listitem>
45 <listitem>
[1c8c15c]46 <para>
47 Download (FTP): <ulink url="&phonon-backend-gstreamer-download-ftp;"/>
48 </para>
[0e25c32]49 </listitem>
50 <listitem>
[1c8c15c]51 <para>
52 Download MD5 sum: &phonon-backend-gstreamer-md5sum;
53 </para>
[0e25c32]54 </listitem>
55 <listitem>
[1c8c15c]56 <para>
57 Download size: &phonon-backend-gstreamer-size;
58 </para>
[0e25c32]59 </listitem>
60 <listitem>
[1c8c15c]61 <para>
62 Estimated disk space required: &phonon-backend-gstreamer-buildsize;
63 </para>
[0e25c32]64 </listitem>
65 <listitem>
[1c8c15c]66 <para>
67 Estimated build time: &phonon-backend-gstreamer-time;
68 </para>
[0e25c32]69 </listitem>
70 </itemizedlist>
71
[09adf3d]72 <bridgehead renderas="sect3">Phonon-backend-gstreamer Dependencies</bridgehead>
[0e25c32]73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
[d591de4]76 <xref linkend="gstreamer10"/>,
[8e6f4f8]77 <xref linkend="libxml2"/>, and
[d591de4]78 <xref linkend="phonon"/>
[0e25c32]79 </para>
[0d7900a]80
[a1dcfe0]81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
[5884838]83 <xref linkend="gst10-plugins-base"/> (needed for output to ALSA),
84 <xref linkend="gst10-plugins-good"/> (needed for output to PulseAudio),
[8e6f4f8]85 <xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support), and
[d591de4]86 <xref linkend="gst10-plugins-ugly"/> (needed for MP3 support)
[2aae58ff]87 </para>
88
[0e25c32]89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/phonon-backend-gstreamer"/></para>
[0d7900a]91
[0e25c32]92 </sect2>
93
94 <sect2 role="installation">
[09adf3d]95 <title>Installation of Phonon-backend-gstreamer</title>
[0e25c32]96
[1c8c15c]97 <para>
98 Install <application>Phonon-backend-gstreamer</application> by
99 running the following commands:
100 </para>
[632bfad]101
[08f422e]102<screen><userinput>mkdir build &amp;&amp;
[632bfad]103cd build &amp;&amp;
104
105cmake -DCMAKE_INSTALL_PREFIX=/usr \
106 -DCMAKE_BUILD_TYPE=Release \
[c0f1ac2]107 .. &amp;&amp;
[0e25c32]108make</userinput></screen>
109
[1c8c15c]110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
[0e25c32]113
114<screen role="root"><userinput>make install</userinput></screen>
115
[fad29ed]116 </sect2>
[f3429309]117
[0e25c32]118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
[1c8c15c]121 <para>
122 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
123 used to apply higher level of compiler optimizations.
124 </para>
[0e25c32]125
126 </sect2>
[f3429309]127
[0e25c32]128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
[2cfb44a4]132 <segtitle>Installed Programs</segtitle>
[0e25c32]133 <segtitle>Installed Libraries</segtitle>
[2cfb44a4]134 <segtitle>Installed Directories</segtitle>
[0e25c32]135
136 <seglistitem>
[e9f7761]137 <seg>none</seg>
[9e04432]138 <seg>phonon_gstreamer.so</seg>
139 <seg>/usr/lib/qt5/plugins/phonon4qt5_backend</seg>
[0e25c32]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>
[1c8c15c]151 <para>
152 is placeholder.
153 </para>
[0e25c32]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.