source: kde/phonon-backend-gstreamer.xml@ 9e04432

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 9e04432 was 9e04432, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Remove KDE4

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

  • Property mode set to 100644
File size: 6.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
[5bebacd]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">
[2aae58ff]9 <!ENTITY phonon-backend-gstreamer-md5sum "ce441035dc5a00ffaac9a64518ab5c62">
[5bebacd]10 <!ENTITY phonon-backend-gstreamer-size "76 KB">
[2aae58ff]11 <!ENTITY phonon-backend-gstreamer-buildsize "4.1 MB">
[5bebacd]12 <!ENTITY phonon-backend-gstreamer-time "0.2 SBU">
[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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[09adf3d]23 <title>Phonon-backend-gstreamer-&phonon-backend-gstreamer-version;</title>
[0e25c32]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">
[09adf3d]30 <title>Introduction to the Phonon-backend-gstreamer</title>
[0e25c32]31
[632bfad]32 <para>This package provides a <application>Phonon</application> backend
33 which utilizes the <application>GStreamer</application> media framework.
[9e04432]34<!-- Its library is used by both KDE4 and KF5, but they must be linked to <xref
[632bfad]35 linkend="qt4"/> and <xref linkend="qt5"/> respectively. The two versions
[9e04432]36 do not conflict with each other.--> </para>
[0e25c32]37
[7a34460d]38 &lfs79_checked;
[0e25c32]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&phonon-backend-gstreamer-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&phonon-backend-gstreamer-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &phonon-backend-gstreamer-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &phonon-backend-gstreamer-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &phonon-backend-gstreamer-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &phonon-backend-gstreamer-time;</para>
59 </listitem>
60 </itemizedlist>
61
[b099b2c]62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing="compact">
64 <listitem>
65 <para>
66 Required download:
[fa97b14]67 <ulink url="&patch-root;/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;-compatibility-1.patch"/>
[b099b2c]68 </para>
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
[9e04432]97 <para>Fix the package to work with the latest gstreamer:</para>
[b099b2c]98
99<screen><userinput>patch -Np1 -i ../phonon-backend-gstreamer-&phonon-backend-gstreamer-version;-compatibility-1.patch</userinput></screen>
[9e04432]100<!--
[632bfad]101 <para>Install the qt4 based version of
102 <application>Phonon-backend-gstreamer</application> by running the
103 following commands:</para>
[8e6f4f8]104
[632bfad]105<screen><userinput>source /usr/bin/setqt4 &amp;&amp;
[0e25c32]106
[632bfad]107mkdir build &amp;&amp;
[18c9ee54]108cd build &amp;&amp;
109
[632bfad]110cmake -DCMAKE_INSTALL_PREFIX=/usr \
111 -DCMAKE_INSTALL_LIBDIR=lib \
112 -DCMAKE_BUILD_TYPE=Release \
113 -Wno-dev .. &amp;&amp;
114make</userinput></screen>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
[9e04432]119-->
120 <para>Install <!--the qt5 based version of-->
[632bfad]121 <application>Phonon-backend-gstreamer</application> by running the
122 following commands:</para>
123
124<screen><userinput>source /usr/bin/setqt5 &amp;&amp;
125
126mkdir build &amp;&amp;
127cd build &amp;&amp;
128
129cmake -DCMAKE_INSTALL_PREFIX=/usr \
130 -DCMAKE_INSTALL_LIBDIR=lib \
131 -DCMAKE_BUILD_TYPE=Release \
132 -DPHONON_BUILD_PHONON4QT5=ON \
133 -D__KDE_HAVE_GCC_VISIBILITY=NO \
[97c713e]134 -Wno-dev .. &amp;&amp;
[0e25c32]135make</userinput></screen>
136
137 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140
[fad29ed]141 </sect2>
[f3429309]142
[0e25c32]143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
[8e6f4f8]146 <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to
147 apply higher level of compiler optimizations.</para>
[0e25c32]148
[632bfad]149 <para><option>-DCMAKE_INSTALL_LIBDIR=lib</option>: This switch is used to
[f3429309]150 get libraries to install to /usr/lib instead of /usr/lib64 on a 64 bit
[632bfad]151 system.</para>
152
153 <para><option>-DPHONON_BUILD_PHONON4QT5=ON</option>: This switch is used to
154 ensure that Qt5 version of the backend is built even if Qt4 is present.</para>
155
156 <para><option>-D__KDE_HAVE_GCC_VISIBILITY=NO</option>: This switch is used to
157 disable a check that would cause cmake to fail when using Qt-5.4.2 or later.</para>
158
[0e25c32]159 </sect2>
[f3429309]160
[0e25c32]161 <sect2 role="content">
162 <title>Contents</title>
163
164 <segmentedlist>
[2cfb44a4]165 <segtitle>Installed Programs</segtitle>
[0e25c32]166 <segtitle>Installed Libraries</segtitle>
[2cfb44a4]167 <segtitle>Installed Directories</segtitle>
[0e25c32]168
169 <seglistitem>
[e9f7761]170 <seg>none</seg>
[9e04432]171 <seg>phonon_gstreamer.so</seg>
172 <seg>/usr/lib/qt5/plugins/phonon4qt5_backend</seg>
[0e25c32]173 </seglistitem>
174 </segmentedlist>
175<!--
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="a-phonon">
182 <term><command>phonon</command></term>
183 <listitem>
184 <para>is a testing utility for phonon-backend-gstreamer-generated build trees.</para>
185 <indexterm zone="a-phonon phonon">
186 <primary sortas="b-phonon">phonon</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192-->
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.