source: multimedia/videoutils/vlc.xml@ 237d47f

krejzi/svn
Last change on this file since 237d47f was 3f05421, checked in by Krejzi <krejzi@…>, 10 years ago

Finalize multimedia section.

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

  • Property mode set to 100644
File size: 13.4 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 "3941b561f590cc95ca5e795213cba2f2">
12 <!ENTITY vlc-size "19 MB">
13 <!ENTITY vlc-buildsize "494 MB (additional 1 MB for the tests)">
14 <!ENTITY vlc-time "4.7 SBU (additional less than 0.1 SBU for the tests)">
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>
35 <application>VLC</application> is a media player, streamer, and encoder.
36 It can play from many inputs like files, network streams, capture device,
37 desktops, or DVD, SVCD, VCD, and audio CD. It can play most audio and
38 video codecs (MPEG 1/2/4, H264, VC-1, DivX, WMV, Vorbis, AC3, AAC, etc.),
39 but can also convert to different formats and/or send streams through the
40 network.
41 </para>
42
43 &lfs76_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&vlc-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&vlc-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &vlc-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &vlc-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &vlc-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &vlc-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">VLC Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="alsa-lib"/>,
84 <xref linkend="ffmpeg"/>,
85 <xref linkend="liba52"/>,
86 <xref linkend="libgcrypt"/>
87 <xref linkend="libmad"/>,
88 <xref linkend="lua"/>, and
89 <xref linkend="x-window-system"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional features and packages</bridgehead>
93 <para role="optional">
94 <xref linkend="dbus"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional input plugins</bridgehead>
98 <para role="optional">
99 <xref linkend="libdv"/>,
100 <xref linkend="libdvdcss"/>,
101 <xref linkend="libdvdread"/>,
102 <xref linkend="libdvdnav"/>,
103 <xref linkend="samba"/>,
104 <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
105 <ulink url="http://sourceforge.net/projects/libdc1394/">libdc1394</ulink>,
106 <ulink url="http://sourceforge.net/projects/libcddb/">libcddb</ulink>,
107 <ulink url="http://code.google.com/p/libproxy/">libproxy</ulink>,
108 <ulink url="http://www.live555.com/">Live555</ulink>,
109 <ulink url="http://sourceforge.net/projects/opencvlibrary/">OpenCV</ulink>,
110 <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink>, and
111 <ulink url="http://www.gnu.org/software/vcdimager/">VCDImager</ulink>
112 (requires <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>)
113 </para>
114
115 <bridgehead renderas="sect4">Optional mux/demux plugins</bridgehead>
116 <para role="optional">
117 <xref linkend="libogg"/>,
118 <ulink url="http://code.google.com/p/game-music-emu/">Game Music Emu</ulink>,
119 <ulink url="http://www.videolan.org/developers/libdvbpsi.html">libdvbpsi</ulink>,
120 <ulink url="http://downloads.xiph.org/releases/libshout/">libshout</ulink>,
121 <ulink url="http://dl.matroska.org/downloads/libmatroska/">libmatroska</ulink>
122 (requires <ulink url="http://dl.matroska.org/downloads/libebml/">libebml</ulink>),
123 <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
124 <ulink url="http://www.musepack.net/">Musepack</ulink>, and
125 <ulink url="http://sourceforge.net/projects/sidplay2/">sidplay-libs</ulink>,
126 </para>
127
128 <bridgehead renderas="sect4">Optional codec plugins</bridgehead>
129 <para role="optional">
130 <xref linkend="faad2"/>,
131 <xref linkend="flac"/>,
132 <xref linkend="libass"/>,
133 <xref linkend="libmpeg2"/>,
134 <xref linkend="libpng"/>,
135 <xref linkend="libtheora"/>,
136 <xref linkend="libva"/>,
137 <xref linkend="libvorbis"/>,
138 <xref linkend="opus"/>,
139 <xref linkend="speex"/>,
140 <xref linkend="x264"/>,
141 <ulink url="http://diracvideo.org/download/dirac-research/">Dirac</ulink>,
142 <ulink url="http://sourceforge.net/projects/fluidsynth/">FluidSynth</ulink>,
143 <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>,
144 <ulink url="http://code.google.com/p/libkate/">libkate</ulink>,
145 <ulink url="http://code.google.com/p/libtiger/">libtiger</ulink>,
146 <ulink url="http://www.khronos.org/openmax/">OpenMAX</ulink>,
147 <ulink url="http://diracvideo.org/download/schroedinger/">Schroedinger</ulink>,
148 <ulink url="http://wiki.xiph.org/Tremor">Tremor</ulink>,
149 <ulink url="http://www.twolame.org/">Twolame</ulink>, and
150 <ulink url="http://sourceforge.net/projects/zapping/">Zapping VBI</ulink>
151 </para>
152
153 <bridgehead renderas="sect4">Optional video plugins</bridgehead>
154 <para role="optional">
155 <xref linkend="aalib"/>,
156 <xref linkend="fontconfig"/>,
157 <xref linkend="freetype2"/>,
158 <xref linkend="fribidi"/>,
159 <xref linkend="librsvg"/>,
160 <xref linkend="libvdpau"/>,
161 <xref linkend="sdl"/>
162 (with <ulink url="http://www.libsdl.org/projects/SDL_image/">SDL_image</ulink>), and
163 <ulink url="http://caca.zoy.org/">libcaca</ulink>
164 </para>
165
166 <bridgehead renderas="sect4">Optional audio plugins</bridgehead>
167 <para role="optional">
168 <xref linkend="pulseaudio"/>,
169 <xref linkend="libsamplerate"/>, and
170 <ulink url="http://jackaudio.org/">JACK</ulink>
171 </para>
172
173 <bridgehead renderas="sect4">Optional interface plugins</bridgehead>
174 <para role="optional">
175 <xref linkend="qt4"/> (required for the graphical user interface),
176 <ulink url="http://pkgbuild.com/~giovanni/libtar/">libtar</ulink>, and
177 <ulink url="http://www.lirc.org/">LIRC</ulink>
178 </para>
179
180 <bridgehead renderas="sect4">Optional visualisations and video filter plugins</bridgehead>
181 <para role="optional">
182 <ulink url="http://sourceforge.net/projects/goom/">Goom</ulink> and
183 <ulink url="http://sourceforge.net/projects/projectm/">projectM</ulink>
184 </para>
185
186 <bridgehead renderas="sect4">Optional service discovery plugins</bridgehead>
187 <para role="optional">
188 <xref linkend="avahi"/>,
189 <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink> and
190 <ulink url="http://sourceforge.net/projects/pupnp/">libupnp</ulink>
191 </para>
192
193 <bridgehead renderas="sect4">Miscellaneous options</bridgehead>
194 <para role="optional">
195 <xref linkend="gnutls"/>,
196 <xref linkend="libnotify"/>,
197 <xref linkend="libxml2"/>,
198 <xref linkend="taglib"/>, and
199 <xref linkend="xdg-utils"/> (runtime)
200 </para>
201
202 <para condition="html" role="usernotes">
203 User Notes: <ulink url="&blfs-wiki;/vlc"/>
204 </para>
205 </sect2>
206
207 <sect2 role="installation">
208 <title>Installation of VLC</title>
209
210 <para>
211 Install <application>VLC</application> by running the following commands:
212 </para>
213
214<screen><userinput>sed "s:&lt; 56:&lt; 57:g" -i configure &amp;&amp;
215./configure --prefix=/usr &amp;&amp;
216make</userinput></screen>
217
218 <para>
219 To test the results, issue: <command>make check</command>.
220 </para>
221
222 <para>
223 Now, as the <systemitem class="username">root</systemitem> user:
224 </para>
225
226<screen role="root"><userinput>make docdir=/usr/share/doc/vlc-&vlc-version; install</userinput></screen>
227
228 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
229 href="../../xincludes/update-icons-and-desktop.xml"/>
230
231 </sect2>
232
233 <sect2 role="commands">
234 <title>Command Explanations</title>
235
236 <para>
237 <command>sed ... configure</command>: This sed fixes compilation with
238 <application>FFMpeg</application> 2.4.
239 </para>
240
241 <para>
242 <option>--disable-lua</option>: Use this switch if you don't have
243 <application>Lua</application> installed.
244 </para>
245
246 <para>
247 <option>--disable-mad</option>: Use this switch if you don't
248 have <application>libmad</application> installed.
249 </para>
250
251 <para>
252 <option>--disable-avcodec --disable-swscale</option>: Use these switches
253 if you don't have <application>FFmpeg</application> installed.
254 </para>
255
256 <para>
257 <option>--disable-a52</option>: Use this switch if you don't have
258 <application>liba52</application> installed.
259 </para>
260
261 <para>
262 <option>--disable-xcb</option>: Use this switch if you don't have
263 <application>X Window System</application> installed.
264 </para>
265
266 <para>
267 <option>--disable-alsa</option>: Use this switch if you don't have
268 <application>ALSA</application> installed.
269 </para>
270
271 <para>
272 <option>--disable-libgcrypt</option>: Use this switch if you don't
273 have <application>libgcrypt</application> installed.
274 </para>
275
276 <note>
277 <para>
278 There are many options to <application>VLC</application>'s
279 <command>configure</command> command. Check the
280 <command>configure --help</command> output for a complete list.
281 </para>
282 </note>
283
284 </sect2>
285
286 <sect2 role="content">
287 <title>Contents</title>
288
289 <segmentedlist>
290 <segtitle>Installed Programs</segtitle>
291 <segtitle>Installed Libraries</segtitle>
292 <segtitle>Installed Directories</segtitle>
293
294 <seglistitem>
295 <seg>
296 cvlc, nvlc, qvlc, rvlc, svlc, vlc and vlc-wrapper
297 </seg>
298 <seg>
299 libvlccore.so, libvlc.so and several plugins in
300 /usr/lib/vlc/plugins
301 </seg>
302 <seg>
303 /usr/include/vlc,
304 /usr/lib/vlc,
305 /usr/share/vlc and
306 /usr/share/doc/vlc-&vlc-version;
307 </seg>
308 </seglistitem>
309 </segmentedlist>
310
311 <variablelist>
312 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
313 <?dbfo list-presentation="list"?>
314 <?dbhtml list-presentation="table"?>
315
316 <varlistentry id="cvlc">
317 <term><command>cvlc</command></term>
318 <listitem>
319 <para>
320 is a script to run VLC with the dummy interface.
321 </para>
322 <indexterm zone="vlc cvlc">
323 <primary sortas="b-cvlc">cvlc</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="nvlc">
329 <term><command>nvlc</command></term>
330 <listitem>
331 <para>
332 is a script to run VLC with the ncurses interface.
333 </para>
334 <indexterm zone="vlc nvlc">
335 <primary sortas="b-nvlc">nvlc</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339
340 <varlistentry id="qvlc">
341 <term><command>qvlc</command></term>
342 <listitem>
343 <para>
344 is a script to run <application>VLC</application> with the
345 <application>Qt</application> interface.
346 </para>
347 <indexterm zone="vlc qvlc">
348 <primary sortas="b-qvlc">qvlc</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 <varlistentry id="rvlc">
354 <term><command>rvlc</command></term>
355 <listitem>
356 <para>
357 is a script to run <application>VLC</application> with a command
358 line interface.
359 </para>
360 <indexterm zone="vlc rvlc">
361 <primary sortas="b-rvlc">rvlc</primary>
362 </indexterm>
363 </listitem>
364 </varlistentry>
365
366 <varlistentry id="svlc">
367 <term><command>svlc</command></term>
368 <listitem>
369 <para>
370 is a script to run <application>VLC</application> with the skins
371 interface.
372 </para>
373 <indexterm zone="vlc svlc">
374 <primary sortas="b-svlc">svlc</primary>
375 </indexterm>
376 </listitem>
377 </varlistentry>
378
379 <varlistentry id="vlc-prog">
380 <term><command>vlc</command></term>
381 <listitem>
382 <para>
383 is the <application>VLC</application> media player.
384 </para>
385 <indexterm zone="vlc vlc-prog">
386 <primary sortas="b-vlc">vlc</primary>
387 </indexterm>
388 </listitem>
389 </varlistentry>
390
391 <varlistentry id="vlc-wrapper">
392 <term><command>vlc-wrapper</command></term>
393 <listitem>
394 <para>
395 is a wrapper to drop privileges with <application>VLC</application>.
396 </para>
397 <indexterm zone="vlc vlc-wrapper">
398 <primary sortas="b-vlc-wrapper">vlc-wrapper</primary>
399 </indexterm>
400 </listitem>
401 </varlistentry>
402
403 </variablelist>
404
405 </sect2>
406
407</sect1>
Note: See TracBrowser for help on using the repository browser.