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

kde5-13430
Last change on this file since c82b1166 was c82b1166, checked in by Krejzi <krejzi@…>, 10 years ago

Experiment with packages.ent like files for kde5 section.

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

  • Property mode set to 100644
File size: 4.6 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$</othername>
13 <date>$Date$</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 &lfs75_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="gst-plugins-base"/> and
72 <xref linkend="phonon5"/>
73 </para>
74
75 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
76 <para role="optional">
77 <xref linkend="gst-plugins-bad"/>,
78 <xref linkend="gst-plugins-good"/>,
79 <xref linkend="gst-plugins-ugly"/> and
80 <xref linkend="gst-ffmpeg"/>
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/phonon-backend-gstreamer5"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Phonon-Backend-GStreamer</title>
90
91 <para>
92 Install <application>Phonon-Backend-GStreamer</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
100 -DCMAKE_BUILD_TYPE=Release \
101 -DCMAKE_INSTALL_LIBDIR=lib \
102 -DPHONON_BUILD_PHONON4QT5=ON \
103 -Wno-dev .. &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
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 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/cmake-release.xml"/>
123
124 <para>
125 <parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is used
126 to get libraries to install to <filename
127 class="directory">$KF5_PREFIX/lib</filename> instead of <filename
128 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
129 </para>
130
131 <para>
132 <parameter>-DPHONON_BUILD_PHONON4QT5=ON</parameter>: This switch is used
133 to ensure that <application>Qt5</application> version of the backend is
134 built even if <application>Qt4</application> is present.
135 </para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 None
150 </seg>
151 <seg>
152 phonon_gstreamer.so
153 </seg>
154 <seg>
155 $KF5_PREFIX/lib/qt5/plugins/phonon4qt5_backend
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.