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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 e8af989 was 8b0496b, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Various fixes and comments from my last build

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

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