source: kde5/frameworks/phonon-backend-gstreamer.xml@ d8aa38f0

systemd-13485
Last change on this file since d8aa38f0 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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
8<sect1 id="phonon-backend-gstreamer5" xreflabel="Phonon-Backend-GStreamer-&phonon-backend-gstreamer5-version;">
9 <?dbhtml filename="phonon-backend-gstreamer.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy: krejzi $</othername>
13 <date>$Date: 2014-10-09 22:03:42 +0200 (Thu, 09 Oct 2014) $</date>
14 </sect1info>
15
16 <title>Phonon-Backend-GStreamer-&phonon-backend-gstreamer5-version;</title>
17
18 <indexterm zone="phonon-backend-gstreamer5">
19 <primary sortas="a-Phonon-Backend-GStreamer">Phonon-Backend-GStreamer</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Phonon-Backend-GStreamer</title>
24
25 <para>
26 The <application>Phonon-Backend-GStreamer</application> package contains
27 a backend for <application>Phonon</application> Qt5 multimedia framework
28 that utilizes <application>GStreamer</application>.
29 </para>
30
31 &lfs77_checked;
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&phonon-backend-gstreamer5-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download (FTP): <ulink url="&phonon-backend-gstreamer5-download-ftp;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download MD5 sum: &phonon-backend-gstreamer5-md5sum;
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download size: &phonon-backend-gstreamer5-size;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Estimated disk space required: &phonon-backend-gstreamer5-buildsize;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated build time: &phonon-backend-gstreamer5-time;
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Phonon-Backend-GStreamer Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required">
71 <xref linkend="gst10-plugins-base"/>,
72 <xref linkend="libxml2"/> and
73 <xref linkend="phonon5"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
77 <para role="optional">
78 <xref linkend="gst10-plugins-bad"/>,
79 <xref linkend="gst10-plugins-good"/>,
80 <xref linkend="gst10-plugins-ugly"/> and
81 <xref linkend="gst10-libav"/>
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/phonon-backend-gstreamer5"/>
86 </para>
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 running the following
94 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 -DCMAKE_INSTALL_LIBDIR=lib \
103 -DPHONON_BUILD_PHONON4QT5=ON \
104 -D__KDE_HAVE_GCC_VISIBILITY=NO \
105 -Wno-dev .. &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/cmake-release.xml"/>
125
126 <para>
127 <parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is used
128 to get libraries to install to <filename
129 class="directory">/usr/lib</filename> instead of <filename
130 class="directory">/usr/lib64</filename> on a 64 bit system.
131 </para>
132
133 <para>
134 <parameter>-DPHONON_BUILD_PHONON4QT5=ON</parameter>: This switch is used
135 to ensure that <application>Qt5</application> version of the backend is
136 built even if <application>Qt4</application> is present.
137 </para>
138
139 <para>
140 <parameter>-D__KDE_HAVE_GCC_VISIBILITY=NO</parameter>: This switch is
141 used to disable a compiler check that would cause
142 <command>cmake</command> to fail when using
143 <application>Qt-5.4.2</application>.
144 </para>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 None
159 </seg>
160 <seg>
161 phonon_gstreamer.so
162 </seg>
163 <seg>
164 /usr/lib/qt5/plugins/phonon4qt5_backend
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.