source: multimedia/videoutils/vlc.xml@ 78ff3a8

kde5-14686 systemd-13485
Last change on this file since 78ff3a8 was 78ff3a8, checked in by Christopher Gregory <cjg@…>, 10 years ago

Merge more updates from trunk.

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

  • Property mode set to 100644
File size: 13.6 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 -i 's:libsmbclient.h:samba-4.0/&amp;:' modules/access/smb.c &amp;&amp;
215./bootstrap &amp;&amp;
216sed "s:&lt; 56:&lt; 57:g" -i configure &amp;&amp;
217./configure --prefix=/usr &amp;&amp;
218make</userinput></screen>
219
220 <para>
221 To test the results, issue: <command>make check</command>.
222 </para>
223
224 <para>
225 Now, as the <systemitem class="username">root</systemitem> user:
226 </para>
227
228<screen role="root"><userinput>make docdir=/usr/share/doc/vlc-&vlc-version; install</userinput></screen>
229
230 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
231 href="../../xincludes/update-icons-and-desktop.xml"/>
232
233 </sect2>
234
235 <sect2 role="commands">
236 <title>Command Explanations</title>
237
238 <para>
239 <command>sed ... configure</command>: This sed fixes compilation with
240 <application>ffmpeg</application> 2.4.
241 </para>
242
243 <para>
244 <option>--disable-lua</option>: Use this switch if you don't have
245 <application>Lua</application> installed.
246 </para>
247
248 <para>
249 <option>--disable-mad</option>: Use this switch if you don't
250 have <application>libmad</application> installed.
251 </para>
252
253 <para>
254 <option>--disable-avcodec --disable-swscale</option>: Use these switches
255 if you don't have <application>FFmpeg</application> installed.
256 </para>
257
258 <para>
259 <option>--disable-a52</option>: Use this switch if you don't have
260 <application>liba52</application> installed.
261 </para>
262
263 <para>
264 <option>--disable-xcb</option>: Use this switch if you don't have
265 <application>X Window System</application> installed.
266 </para>
267
268 <para>
269 <option>--disable-alsa</option>: Use this switch if you don't have
270 <application>ALSA</application> installed.
271 </para>
272
273 <para>
274 <option>--disable-libgcrypt</option>: Use this switch if you don't
275 have <application>libgcrypt</application> installed.
276 </para>
277
278 <note>
279 <para>
280 There are many options to <application>VLC</application>'s
281 <command>configure</command> command. Check the
282 <command>configure --help</command> output for a complete list.
283 </para>
284 </note>
285
286 </sect2>
287
288 <sect2 role="content">
289 <title>Contents</title>
290
291 <segmentedlist>
292 <segtitle>Installed Programs</segtitle>
293 <segtitle>Installed Libraries</segtitle>
294 <segtitle>Installed Directories</segtitle>
295
296 <seglistitem>
297 <seg>
298 cvlc, nvlc, qvlc, rvlc, svlc, vlc and vlc-wrapper
299 </seg>
300 <seg>
301 libvlccore.so, libvlc.so and several plugins in
302 /usr/lib/vlc/plugins
303 </seg>
304 <seg>
305 /usr/include/vlc,
306 /usr/lib/vlc,
307 /usr/share/vlc and
308 /usr/share/doc/vlc-&vlc-version;
309 </seg>
310 </seglistitem>
311 </segmentedlist>
312
313 <variablelist>
314 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
315 <?dbfo list-presentation="list"?>
316 <?dbhtml list-presentation="table"?>
317
318 <varlistentry id="cvlc">
319 <term><command>cvlc</command></term>
320 <listitem>
321 <para>
322 is a script to run VLC with the dummy interface.
323 </para>
324 <indexterm zone="vlc cvlc">
325 <primary sortas="b-cvlc">cvlc</primary>
326 </indexterm>
327 </listitem>
328 </varlistentry>
329
330 <varlistentry id="nvlc">
331 <term><command>nvlc</command></term>
332 <listitem>
333 <para>
334 is a script to run VLC with the ncurses interface.
335 </para>
336 <indexterm zone="vlc nvlc">
337 <primary sortas="b-nvlc">nvlc</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="qvlc">
343 <term><command>qvlc</command></term>
344 <listitem>
345 <para>
346 is a script to run <application>VLC</application> with the
347 <application>Qt</application> interface.
348 </para>
349 <indexterm zone="vlc qvlc">
350 <primary sortas="b-qvlc">qvlc</primary>
351 </indexterm>
352 </listitem>
353 </varlistentry>
354
355 <varlistentry id="rvlc">
356 <term><command>rvlc</command></term>
357 <listitem>
358 <para>
359 is a script to run <application>VLC</application> with a command
360 line interface.
361 </para>
362 <indexterm zone="vlc rvlc">
363 <primary sortas="b-rvlc">rvlc</primary>
364 </indexterm>
365 </listitem>
366 </varlistentry>
367
368 <varlistentry id="svlc">
369 <term><command>svlc</command></term>
370 <listitem>
371 <para>
372 is a script to run <application>VLC</application> with the skins
373 interface.
374 </para>
375 <indexterm zone="vlc svlc">
376 <primary sortas="b-svlc">svlc</primary>
377 </indexterm>
378 </listitem>
379 </varlistentry>
380
381 <varlistentry id="vlc-prog">
382 <term><command>vlc</command></term>
383 <listitem>
384 <para>
385 is the <application>VLC</application> media player.
386 </para>
387 <indexterm zone="vlc vlc-prog">
388 <primary sortas="b-vlc">vlc</primary>
389 </indexterm>
390 </listitem>
391 </varlistentry>
392
393 <varlistentry id="vlc-wrapper">
394 <term><command>vlc-wrapper</command></term>
395 <listitem>
396 <para>
397 is a wrapper to drop privileges with <application>VLC</application>.
398 </para>
399 <indexterm zone="vlc vlc-wrapper">
400 <primary sortas="b-vlc-wrapper">vlc-wrapper</primary>
401 </indexterm>
402 </listitem>
403 </varlistentry>
404
405 </variablelist>
406
407 </sect2>
408
409</sect1>
Note: See TracBrowser for help on using the repository browser.