source: kde/phonon-backend-vlc.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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