source: multimedia/videoutils/vlc.xml@ e40b79b6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e40b79b6 was e40b79b6, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Fix dep. for VLC, Qt and Qca. Typos and root-role.

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

  • Property mode set to 100644
File size: 10.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 vlc-download-http
8 "http://download.videolan.org/pub/videolan/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
9 <!ENTITY vlc-download-ftp
10 "ftp://ftp.videolan.org/pub/videolan/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
11 <!ENTITY vlc-md5sum "5ad114755670e4881a2b35354e2f79bc">
12 <!ENTITY vlc-size "17 MB">
13 <!ENTITY vlc-buildsize "300 MB">
14 <!ENTITY vlc-time "2.5 SBU">
15]>
16
17<sect1 id="vlc" xreflabel="VLC-&vlc-version;">
18 <?dbhtml filename="vlc.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>VLC-&vlc-version;</title>
26
27 <indexterm zone="vlc">
28 <primary sortas="a-VLC">VLC</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to VLC</title>
33
34 <para><application>VLC</application> is a media player, streamer, and
35 encoder. It can play from many inputs like files, network streams, capture
36 device, desktops, or DVD, SVCD, VCD, and audio
37 CD. It can play most audio and video codecs (MPEG 1/2/4, H264, VC-1, DivX,
38 WMV, Vorbis, AC3, AAC, etc.), but can also convert to different formats
39 and/or send streams through the network.</para>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&vlc-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&vlc-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &vlc-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &vlc-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &vlc-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &vlc-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">VLC Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required">
69 <xref linkend="dbus"/>,
70 <xref linkend="ffmpeg"/>,
71 <xref linkend="libmad"/> and
72 <xref linkend="liba52"/>
73 </para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended"><xref linkend="qt4"/> (<application>Qt</application>
77 is required for the graphical user interface. Without Qt you will only be able
78 to use the command line or <application>ncurses</application> interface)</para>
79
80 <bridgehead renderas="sect4">Optional input drivers and
81 libraries</bridgehead>
82 <para role="optional">
83 <xref linkend="libproxy"/>,
84 <ulink url="http://www.live555.com/">Live555</ulink>,
85 <ulink url="http://sourceforge.net/projects/libdc1394/">DC1394</ulink>,
86 <xref linkend="libdv"/>,
87 <xref linkend="libdvdread"/>,
88 <xref linkend="libdvdnav"/>,
89 <ulink
90 url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
91 <ulink url="http://opencv.willowgarage.com/wiki/">OpenCV</ulink>,
92 <xref linkend="samba3"/>,
93 <xref linkend="gvfs"/>,
94 <ulink url="http://wiki.videolan.org/Libvcdinfo">libvcdinfo</ulink> and
95 <ulink url="http://libcddb.sourceforge.net/">libcddb</ulink>.</para>
96
97 <bridgehead renderas="sect4">Optional mux/demux plugins</bridgehead>
98 <para role="optional">
99 <ulink url="http://code.google.com/p/game-music-emu/">Game Music
100 Emu</ulink>,
101 <xref linkend="libogg"/>,
102 <ulink url="http://directory.fsf.org/wiki/Libshout">libshout</ulink>,
103 <ulink url="http://modplug-xmms.sourceforge.net/">libmod</ulink> and
104 <ulink
105 url="http://www.musepack.net/index.php?pg=home">Musepack</ulink>.</para>
106
107 <bridgehead renderas="sect4">Optional codec plugins</bridgehead>
108 <para role="optional">
109 <ulink url="http://sourceforge.net/projects/libshine-fxp/">Shine</ulink>,
110 <ulink url="http://www.khronos.org/openmax/">OpenMAX</ulink>,
111 <ulink url="http://www.splitted-desktop.com/static/libva/">libva</ulink>,
112 <xref linkend="faad2"/>,
113 <ulink url="http://www.twolame.org/">Twolame</ulink>,
114 <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>,
115 <xref linkend="flac"/>,
116 <xref linkend="libmpeg2"/>,
117 <xref linkend="libvorbis"/>,
118 <xref linkend="speex"/>,
119 <xref linkend="libtheora"/>,
120 <ulink url="http://diracvideo.org/download/dirac-research/">Dirac</ulink>,
121 <ulink
122 url="http://diracvideo.org/download/schroedinger/">Schroedinger</ulink>,
123 <xref linkend="libpng"/>,
124 <ulink url="http://www.videolan.org/developers/x264.html">libx264</ulink>,
125 <ulink
126 url="http://sourceforge.net/apps/trac/fluidsynth/">FluidSynth</ulink>,
127 <ulink url="http://zapping.sourceforge.net/ZVBI/index.html">Zapping
128 VBI</ulink>,
129 <ulink url="http://code.google.com/p/libass/">libass</ulink>,
130 <ulink url="http://code.google.com/p/libkate/">libkate</ulink> and
131 <ulink url="http://code.google.com/p/libtiger/">libtiger</ulink>.</para>
132
133 <bridgehead renderas="sect4">Optional video plugins</bridgehead>
134 <para role="optional">
135 <xref linkend="sdl"/>,
136 <xref linkend="freetype2"/>,
137 <xref linkend="fribidi"/>,
138 <xref linkend="fontconfig"/>,
139 <xref linkend="aalib"/> and
140 <ulink url="http://caca.zoy.org/">libcaca</ulink>.</para>
141
142 <bridgehead renderas="sect4">Optional audio plugins</bridgehead>
143 <para role="optional">
144 <xref linkend="pulseaudio"/>,
145 <xref linkend="alsa-lib"/>,
146 <ulink url="http://www.portaudio.com/">PortAudio</ulink>,
147 <ulink url="http://jackaudio.org/">JACK</ulink> and
148 <ulink url="http://www.mega-nerd.com/SRC/">libsamplerate</ulink>.</para>
149
150 <bridgehead renderas="sect4">Optional interface plugins</bridgehead>
151 <para role="optional"><ulink url="http://www.lirc.org/">LIRC</ulink> and
152 <ulink url="http://www.feep.net/libtar/">libtar</ulink>.</para>
153
154 <bridgehead renderas="sect4">Optional visualization plugins</bridgehead>
155 <para role="optional">
156 <ulink url="http://sourceforge.net/projects/goom/">Goom</ulink> and
157 <ulink url="http://projectm.sourceforge.net/">projectM</ulink>.</para>
158
159 <bridgehead renderas="sect4">Optional service discovery plugins</bridgehead>
160 <para role="optional">
161 <ulink url="http://libmtp.sourceforge.net/">MTP</ulink> and
162 <ulink url="http://pupnp.sourceforge.net/">UPnP</ulink>.</para>
163
164 <bridgehead renderas="sect4">Optional miscellaneous
165 dependencies</bridgehead>
166 <para role="optional">
167 <xref linkend="libgcrypt"/>,
168 <xref linkend="gnutls"/>,
169 <xref linkend="libnotify"/>,
170 <xref linkend="taglib"/>,
171 <ulink url="http://medialibrary.sourceforge.net/">MediaLibrary</ulink>,
172 <xref linkend="sqlite"/> and
173 <ulink url="http://www.lua.org/">Lua</ulink>.</para>
174
175 <para condition="html" role="usernotes">User Notes:
176 <ulink url="&blfs-wiki;/vlc"/></para>
177 </sect2>
178
179 <sect2 role="installation">
180 <title>Installation of VLC</title>
181
182 <para>Install <application>VLC</application> by running the following
183 commands:</para>
184
185<screen><userinput>./configure --prefix=/usr \
186 --disable-lua &amp;&amp;
187make</userinput></screen>
188
189 <para>To test the results, issue: <command>make check</command></para>
190
191 <para>Now, as the <systemitem class="username">root</systemitem>
192 user:</para>
193
194<screen role="root"><userinput>make install</userinput></screen>
195 </sect2>
196
197 <sect2 role="commands">
198 <title>Command Explanations</title>
199
200 <para><parameter>--disable-lua</parameter>: The package fails to install if
201 Lua is missing. Omit this option if you have Lua.</para>
202 </sect2>
203
204 <sect2 role="content">
205 <title>Contents</title>
206
207 <segmentedlist>
208 <segtitle>Installed Programs</segtitle>
209 <segtitle>Installed Libraries</segtitle>
210 <segtitle>Installed Directories</segtitle>
211
212 <seglistitem>
213 <seg>cvlc, qvlc, rvlc, svlc, vlc and vlc-wrapper</seg>
214 <seg>libvlccore.so, libvlc.so and several libraries in
215 /usr/lib/vlc/plugins</seg>
216 <seg>/usr/lib/vlc, /usr/include/vlc, /usr/share/vlc and
217 /usr/share/doc/vlc</seg>
218 </seglistitem>
219 </segmentedlist>
220
221 <variablelist>
222 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
223 <?dbfo list-presentation="list"?>
224 <?dbhtml list-presentation="table"?>
225
226 <varlistentry id="cvlc">
227 <term><command>cvlc</command></term>
228 <listitem>
229 <para>script to run VLC with the dummy interface</para>
230 <indexterm zone="vlc cvlc">
231 <primary sortas="b-cvlc">cvlc</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="qvlc">
237 <term><command>qvlc</command></term>
238 <listitem>
239 <para>script to run VLC with the QT4 interface</para>
240 <indexterm zone="vlc qvlc">
241 <primary sortas="b-qvlc">qvlc</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="rvlc">
247 <term><command>rvlc</command></term>
248 <listitem>
249 <para>script to run VLC with a command line interface</para>
250 <indexterm zone="vlc rvlc">
251 <primary sortas="b-rvlc">rvlc</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="svlc">
257 <term><command>svlc</command></term>
258 <listitem>
259 <para>script to run VLC with the skins interface</para>
260 <indexterm zone="vlc svlc">
261 <primary sortas="b-svlc">svlc</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 <varlistentry id="vlc-prog">
267 <term><command>vlc</command></term>
268 <listitem>
269 <para>the VLC media player</para>
270 <indexterm zone="vlc vlc-prog">
271 <primary sortas="b-vlc">vlc</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 <varlistentry id="vlc-wrapper">
277 <term><command>vlc-wrapper</command></term>
278 <listitem>
279 <para>a wrapper to drop privileges with VLC</para>
280 <indexterm zone="vlc vlc-wrapper">
281 <primary sortas="b-vlc-wrapper">vlc-wrapper</primary>
282 </indexterm>
283 </listitem>
284 </varlistentry>
285 </variablelist>
286 </sect2>
287</sect1>
Note: See TracBrowser for help on using the repository browser.