source: kde/phonon-backend-vlc.xml

trunk
Last change on this file was b60f1ce, checked in by Bruce Dubbs <bdubbs@…>, 7 weeks ago

Preliminry update to kf6-6.0.0.

This update replaces kf5. In doing so there are several packages
in BLFS that are broken, notably the LXQt packages that reference
kf5 packages.

Trying to maintain kf5 and kf6 in the book is more effort than it
is worth. For those that want the kf5 based elements, blfs-12.1
still works.

Several packages were updated to build with qt6 so they are not available
for packages that need the qt5 versions, These include qca, polkit-qt, and
phonon. A couple of packages that are no longer needed for kf6 are still
in the book: kuserfeedback and libdbusmenuqt.

Many filenames still need to be changed, e.g. kf5-frameworks.xml, as
well as xml defined identifiers.

Later when LXQt releases their qt6/kf6 based packages, then we will
do a scrub of all the book internals to make names consistent.

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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-vlc-download-http "&kde-download-http;phonon/phonon-backend-vlc/&phonon-backend-vlc-version;/phonon-backend-vlc-&phonon-backend-vlc-version;.tar.xz">
8 <!ENTITY phonon-backend-vlc-download-ftp " ">
9 <!ENTITY phonon-backend-vlc-md5sum "2a27b5d249f97a15040481008fb16e1b">
10 <!ENTITY phonon-backend-vlc-size "72 KB">
11 <!ENTITY phonon-backend-vlc-buildsize "6.6 MB">
12 <!ENTITY phonon-backend-vlc-time "0.2 SBU">
13]>
14
15<sect1 id="phonon-backend-vlc" xreflabel="phonon-backend-vlc-&phonon-backend-vlc-version;">
16 <?dbhtml filename="phonon-backend-vlc.html"?>
17
18
19 <title>Phonon-backend-vlc-&phonon-backend-vlc-version;</title>
20
21 <indexterm zone="phonon-backend-vlc">
22 <primary sortas="a-phonon-backend-vlc">phonon-backend-vlc</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to the Phonon-backend-vlc</title>
27
28 <para>
29 This package provides a <application>Phonon</application> backend
30 which utilizes the <application>VLC</application> media framework.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&phonon-backend-vlc-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&phonon-backend-vlc-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &phonon-backend-vlc-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &phonon-backend-vlc-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &phonon-backend-vlc-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &phonon-backend-vlc-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Phonon-backend-vlc Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="phonon"/> and
74 <xref linkend="vlc"/>
75 </para>
76
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Phonon-backend-vlc</title>
82
83 <para>
84 Install <application>Phonon-backend-vlc</application> by running the
85 following commands:
86 </para>
87
88<screen><userinput>mkdir build &amp;&amp;
89cd build &amp;&amp;
90
91cmake -DCMAKE_INSTALL_PREFIX=/usr \
92 -DCMAKE_BUILD_TYPE=Release \
93 -DPHONON_BUILD_QT5=OFF \
94 .. &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para>
109 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
110 used to apply higher level of compiler optimizations.
111 </para>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Program</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directory</segtitle>
122
123 <seglistitem>
124 <seg>none</seg>
125 <seg>phonon_vlc_qt5.so</seg>
126 <seg>/usr/lib/plugins/phonon4qt5_backend</seg>
127 </seglistitem>
128 </segmentedlist>
129<!--
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="a-phonon">
136 <term><command>phonon</command></term>
137 <listitem>
138 <para>
139 placeholder
140 </para>
141 <indexterm zone="a-phonon phonon">
142 <primary sortas="b-phonon">phonon</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148-->
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.