source: kde/phonon-backend-vlc.xml@ 2d43544

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 2d43544 was 08f422e, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Archive qt4.
Make referenced to Qt4 in highlight and cairo external.

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

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