source: multimedia/videoutils/mplayer.xml@ a57b443

10.1 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 a57b443 was a57b443, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags and a minor format change.

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

  • Property mode set to 100644
File size: 18.3 KB
RevLine 
[f29d6ee]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[01062dd]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[0a35e881]6
[e104a36]7 <!ENTITY mplayer-download-http "http://www.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">
[8dfc5c3]8 <!ENTITY mplayer-download-ftp "ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">
[cf8a0a1a]9 <!ENTITY mplayer-md5sum "58d39f72bf7f3ddaa9e019224bffcb74">
10 <!ENTITY mplayer-size "14 MB">
11 <!ENTITY mplayer-buildsize "207 MB">
[1c71552]12 <!ENTITY mplayer-time "1.4 SBU (Using parallelism=4)">
[2fcac83]13
[b65f260d]14 <!ENTITY mplayer-skin "Clearlooks-2.0">
[31197e0]15 <!ENTITY mplayer-skin-download-http "https://www.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
[2fcac83]16 <!ENTITY mplayer-skin-download-ftp "ftp://ftp.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
[b65f260d]17 <!ENTITY mplayer-skin-md5sum "c82d4dbd7f0c36dfecd63dff972807c5">
18 <!ENTITY mplayer-skin-size "34 KB">
[01062dd]19]>
20
[0b5a693]21<sect1 id="mplayer" xreflabel="MPlayer-&mplayer-version;">
[f29d6ee]22 <?dbhtml filename="mplayer.html"?>
23
24 <sect1info>
25 <othername>$LastChangedBy$</othername>
26 <date>$Date$</date>
27 </sect1info>
28
29 <title>MPlayer-&mplayer-version;</title>
30
31 <indexterm zone="mplayer">
32 <primary sortas="a-MPlayer">MPlayer</primary>
33 </indexterm>
34
35 <sect2 role="package">
36 <title>Introduction to MPlayer</title>
37
[62662cb]38 <para>
39 <application>MPlayer</application> is a powerful audio/video player
[93ebc67]40 controlled via the command line or a graphical interface that is able to
[62662cb]41 play almost every popular audio and video file format. With supported
42 video hardware and additional drivers, <application>MPlayer</application>
43 can play video files without an <application>X Window System</application>
44 installed.
45 </para>
46
[a57b443]47 &lfs101_checked;
[f29d6ee]48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
[755bb92]52 <para>
53 Download (HTTP): <ulink url="&mplayer-download-http;"/>
54 </para>
[f29d6ee]55 </listitem>
56 <listitem>
[755bb92]57 <para>
58 Download (FTP): <ulink url="&mplayer-download-ftp;"/>
59 </para>
[f29d6ee]60 </listitem>
61 <listitem>
[755bb92]62 <para>
63 Download MD5 sum: &mplayer-md5sum;
64 </para>
[f29d6ee]65 </listitem>
66 <listitem>
[755bb92]67 <para>
68 Download size: &mplayer-size;
69 </para>
[f29d6ee]70 </listitem>
71 <listitem>
[755bb92]72 <para>
73 Estimated disk space required: &mplayer-buildsize;
74 </para>
[f29d6ee]75 </listitem>
76 <listitem>
[755bb92]77 <para>
78 Estimated build time: &mplayer-time;
79 </para>
[f29d6ee]80 </listitem>
81 </itemizedlist>
[52a2c8d]82 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[e127158]83<!--
[1c71552]84 <itemizedlist spacing='compact'>
85 <title>Required Patch</title>
86 <listitem>
[2eeb8695]87 <para>
88 <ulink url="&patch-root;/MPlayer-1.3.0-x264_fix-1.patch"/>
89 </para>
[1c71552]90 </listitem>
91 </itemizedlist>
[cf8a0a1a]92-->
[f29d6ee]93 <itemizedlist spacing='compact'>
94 <title>Skins</title>
95 <listitem>
[62662cb]96 <para>
97 GUI skin (HTTP): <ulink url="&mplayer-skin-download-http;"/>
98 </para>
[f29d6ee]99 </listitem>
100 <listitem>
[755bb92]101 <para>
102 GUI skin (FTP): <ulink url="&mplayer-skin-download-ftp;"/>
103 </para>
[f29d6ee]104 </listitem>
105 <listitem>
[755bb92]106 <para>
107 Skin MD5 sum: &mplayer-skin-md5sum;
108 </para>
[f29d6ee]109 </listitem>
110 <listitem>
[755bb92]111 <para>
112 Skin size: &mplayer-skin-size;
113 </para>
[f29d6ee]114 </listitem>
115 <listitem>
[62662cb]116 <para>
117 Alternative skins:
[31197e0]118 <ulink url="https://www.mplayerhq.hu/MPlayer/skins/"/>
[62662cb]119 </para>
[f29d6ee]120 </listitem>
121 </itemizedlist>
[62662cb]122
123 <note>
124 <para>
[2fcac83]125 Skins are only required in order to use the
126 <application>Gtk+ 2</application> user interface.
[62662cb]127 </para>
128 </note>
[f29d6ee]129
130 <bridgehead renderas="sect3">MPlayer Dependencies</bridgehead>
[d7ecaa6]131
[442bf14]132 <bridgehead renderas="sect4">Required</bridgehead>
[755bb92]133 <para role="required">
134 <xref linkend="yasm"/>
135 </para>
[62662cb]136
[874f1e88]137 <bridgehead renderas="sect4">Recommended</bridgehead>
[755bb92]138 <para role="recommended">
[07584d8]139 <xref linkend="gtk2"/> and
[e104a36]140 <xref linkend="libvdpau-va-gl"/>
[755bb92]141 </para>
[62662cb]142
[f29d6ee]143 <bridgehead renderas="sect4">Optional Input Drivers and Libraries</bridgehead>
[874f1e88]144 <para role="optional">
[62662cb]145 <xref linkend="cdparanoia"/>,
[f90448e]146 <xref linkend="libcdio"/> (to identify and play CDs),
[62662cb]147 <xref linkend="libdvdread"/>,
148 <xref linkend="libdvdnav"/>,
149 <xref linkend="libdvdcss"/>,
[3eadb03d]150 <xref linkend="samba"/>,
[62662cb]151 <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
[755bb92]152 <ulink url="http://www.live555.com/">LIVE555 Streaming Media</ulink>,
[62662cb]153 <ulink url="http://rtmpdump.mplayerhq.hu/">RTMPDump</ulink>,
[31197e0]154 <ulink url="http://tivo-mplayer.sourceforge.net/mythtivo.html">TiVo vstream client</ulink>, and
[62662cb]155 <ulink url="http://www.xmms.org/">XMMS</ulink>
[874f1e88]156 </para>
[d7ecaa6]157
[f29d6ee]158 <bridgehead renderas="sect4">Optional Audio Output Drivers and Libraries</bridgehead>
[e2e42c7]159 <para role="optional">
160 <xref linkend="alsa"/>,
[d6da5da]161 <xref linkend="pulseaudio"/>,
[874f1e88]162 <xref linkend="sdl"/>,
163 <ulink url="http://jackaudio.org/">JACK</ulink>,
[3eadb03d]164 <ulink url="http://www.radscan.com/nas.html">NAS</ulink>, and
165 <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>
[e2e42c7]166 </para>
[d7ecaa6]167
[f29d6ee]168 <bridgehead renderas="sect4">Optional Video Output Drivers and Libraries</bridgehead>
[874f1e88]169 <para role="optional">
[62662cb]170 <xref linkend="aalib"/>,
[bccef10]171 <xref linkend="giflib"/>,
172 <xref linkend="libjpeg"/>,
173 <xref linkend="libmng"/>,
174 <xref linkend="libpng"/>,
[0fd465f5]175 <ulink url="https://sourceforge.net/projects/openjpeg.mirror/files/">OpenJPEG1</ulink>
[8763a1da]176 <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>,
[2fcac83]177 <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/libcaca/">libcaca</ulink>, and
[bccef10]178 <ulink url="http://www.svgalib.org/">SVGAlib</ulink>
[874f1e88]179 </para>
[50d88079]180
[f29d6ee]181 <bridgehead renderas="sect4">Optional CODECs</bridgehead>
[874f1e88]182 <para role="optional">
[aa93e7ab]183 <!-- includes its own version of FFmpeg which is the recommended one by
184 the devs <xref linkend="ffmpeg"/>, -->
[62662cb]185 <xref linkend="faac"/>,
186 <xref linkend="faad2"/>,
[3eadb03d]187 <xref linkend="lame"/>,
188 <xref linkend="liba52"/>,
[62662cb]189 <xref linkend="libdv"/>,
[3eadb03d]190 <xref linkend="libmad"/>,
[2fcac83]191 <xref linkend="libmpeg2"/>,
[3eadb03d]192 <xref linkend="libtheora"/>,
[62662cb]193 <xref linkend="libvpx"/>,
[3eadb03d]194 <xref linkend="lzo"/>,
195 <xref linkend="mpg123"/>,
196 <xref linkend="speex"/>,
197 <xref linkend="xvid"/>,
198 <xref linkend="x264"/>,
[31197e0]199 <ulink url="https://www.broadcom.com/support/crystal-hd">CrystalHD</ulink>,
[2fcac83]200<!-- <ulink url="http://diracvideo.org/download/dirac-research/">Dirac</ulink>,-->
201 <ulink url="http://sourceforge.net/projects/dirac/">Dirac</ulink>,
[755bb92]202 <ulink url="http://www.quut.com/gsm/">GSM</ulink>,
[2fcac83]203 <ulink url="http://www.ilbcfreeware.org/">iLBC</ulink>,
[62662cb]204 <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>,
[3eadb03d]205 <ulink url="http://wiki.multimedia.cx/index.php?title=NUT">libnut</ulink>,
[62662cb]206 <ulink url="http://www.musepack.net/">libmpcdec</ulink>,
207 <ulink url="http://sourceforge.net/projects/opencore-amr/">OpenCore
[755bb92]208 Adaptive Multi Rate</ulink>,
[2fcac83]209<!-- <ulink url="http://diracvideo.org/download/schroedinger/">Schroedinger</ulink>,-->
210 <ulink url="http://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>,
211 <ulink url="http://wiki.xiph.org/Tremor">Tremor</ulink>, and
[3eadb03d]212 <ulink url="http://sourceforge.net/projects/twolame/">TwoLAME</ulink>
[874f1e88]213 </para>
[62662cb]214
[874f1e88]215 <bridgehead renderas="sect4">Optional Miscellaneous Dependencies</bridgehead>
216 <para role="optional">
217 <xref linkend="fontconfig"/>,
218 <xref linkend="freetype2"/>,
219 <xref linkend="fribidi"/>,
[2fcac83]220 <xref linkend="gnutls"/>,
[a4f37269]221 <!-- <xref linkend="openssl"/>, only valid for samba3 at this time -->
[95719ab]222 <xref linkend="opus"/>, and
[78b797d]223 <xref linkend="unrar"/>;
[93ebc67]224 <xref linkend="libxslt"/>,
225 <xref linkend="DocBook"/> and
[78b797d]226 <xref linkend="docbook-xsl"/> (all three required to build the HTML documentation); and
[3eadb03d]227 <ulink url="http://cihar.com/software/enca/">Enca</ulink>,
[d1c51434]228 <!--LADSPA plugins and other sites of the maintainer are down.
229 <ulink url="http://www.ladspa.org/">LADSPA</ulink>,-->
[3eadb03d]230 <ulink url="http://sourceforge.net/projects/bs2b/">libbs2b</ulink>, and
231 <ulink url="http://www.lirc.org/">LIRC</ulink> (and
232 <ulink url="http://www.dolda2000.com/~fredrik/lirccd/">LIRC Client Daemon</ulink>)
[874f1e88]233 </para>
[0e2aa08]234
[62662cb]235 <para condition="html" role="usernotes">
236 User Notes: <ulink url="&blfs-wiki;/mplayer"/>
237 </para>
[f29d6ee]238 </sect2>
239
240 <sect2 role="installation">
241 <title>Installation of MPlayer</title>
242
243 <sect3>
244 <title>Main MPlayer Installation</title>
245
246 <note>
[755bb92]247 <para>
248 The package maintainers recommend building without any
249 optimizations.
250 </para>
[f29d6ee]251 </note>
252
[62662cb]253 <para>
254 You may wish to examine the output from
255 <command>./configure --help</command> to find out what additional
256 parameters to <command>configure</command> are needed to include the
257 dependencies you have installed on your system.
258 </para>
[36ec89cb]259
[62662cb]260 <para>
261 Install <application>MPlayer</application> by running the following
262 commands:
263 </para>
264
[cf8a0a1a]265<screen><userinput>./configure --prefix=/usr \
[62662cb]266 --confdir=/etc/mplayer \
[874f1e88]267 --enable-dynamic-plugins \
[62662cb]268 --enable-menu \
269 --enable-gui &amp;&amp;
[f29d6ee]270make</userinput></screen>
[ec2270f]271
[755bb92]272 <para>
[2fcac83]273 If you wish to build the HTML documentation, issue the
274 following command:
[755bb92]275 </para>
[93ebc67]276
277<screen><userinput>make doc</userinput></screen>
278
[755bb92]279 <para>
280 This package does not come with a test suite.
281 </para>
[ace94c34]282
[62662cb]283 <para>
284 Now, as the <systemitem class="username">root</systemitem> user:
285 </para>
[ec2270f]286
[2fcac83]287<screen role="root"><userinput>make install &amp;&amp;
288ln -svf ../icons/hicolor/48x48/apps/mplayer.png \
289 /usr/share/pixmaps/mplayer.png</userinput></screen>
[442bf14]290
[62662cb]291 <para>
[93ebc67]292 To install the HTML documentation, issue the following commands as the
293 <systemitem class="username">root</systemitem> user:
[62662cb]294 </para>
[442bf14]295
[93ebc67]296<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/mplayer-&mplayer-version; &amp;&amp;
297install -v -m644 DOCS/HTML/en/* \
298 /usr/share/doc/mplayer-&mplayer-version;</userinput></screen>
[442bf14]299
[62662cb]300 <para>
301 You will only need <filename>codecs.conf</filename> if you want to
302 change its properties, as the main binary contains an internal copy of
303 it. Ensure any changes you make to <filename>codecs.conf</filename>
304 achieve the desired results, as incorrect entries in this file have been
305 known to cause errors and render the player unusable. If necessary,
306 create the file as the <systemitem class="username">root</systemitem>
307 user:
308 </para>
[01062dd]309
[808c12f]310<screen role="root"><userinput>install -v -m644 etc/codecs.conf /etc/mplayer</userinput></screen>
[01062dd]311
[62662cb]312 <para>
313 You may alternatively want to copy all the default configuration files
314 to <filename class='directory'>/etc/mplayer</filename> for future
315 reference or more customization ability. As the
316 <systemitem class="username">root</systemitem> user:
317 </para>
[9aa1897]318
[808c12f]319<screen role="root"><userinput>install -v -m644 etc/*.conf /etc/mplayer</userinput></screen>
[2946338a]320
[f29d6ee]321 </sect3>
[0a35e881]322
[f29d6ee]323 <sect3>
[874f1e88]324 <title>Skin Installation (Optional)</title>
325
[62662cb]326 <para>
327 To enable the Gtk+ 2 frontend of <application>MPlayer</application>,
328 you'll need to install at least one skin. Extract the desired skin and
329 create the default location (as the
330 <systemitem class="username">root</systemitem> user):
331 </para>
[f29d6ee]332
[2fcac83]333<screen role="root"><userinput>tar -xvf ../&mplayer-skin;.tar.bz2 \
334 -C /usr/share/mplayer/skins &amp;&amp;
335ln -sfvn Clearlooks /usr/share/mplayer/skins/default</userinput></screen>
[e127158]336
337 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
338 href="../../xincludes/update-icons-and-desktop.xml"/>
339
[f29d6ee]340 </sect3>
[874f1e88]341 </sect2>
[62662cb]342
[874f1e88]343 <sect2 role="commands">
344 <title>Command Explanations</title>
[62662cb]345
346 <para>
[93ebc67]347 <parameter>--enable-gui</parameter>: This option builds the GUI interface
348 into <command>mplayer</command>.
[62662cb]349 </para>
350
351 <para>
352 <parameter>--enable-menu</parameter>: This option is set to enable the
353 on-screen display.
354 </para>
[2fcac83]355<!--Currently broken
[bccef10]356 <para>
[2fcac83]357 <option>-\-disable-ffmpeg_a</option>: You can use this option if you have
[bccef10]358 installed <xref linkend="ffmpeg"/>. MPlayer includes a copy of the FFmpeg
359 source and without this option it will statically compile the included
360 version of FFmpeg into itself. Dynamically linking to a system installed
[5a464e4d]361 FFmpeg makes MPlayer and Mencoder about 9MB smaller. If MPlayer exhibits
362 unstable behavior linked to a system installed FFmpeg, try recompiling MPlayer
[bccef10]363 without this option (it is always more thoroughly tested with the included
364 FFmpeg).
[2fcac83]365 </para>-->
366
367 <para>
368 <option>--language-doc="<replaceable>&lt;lang&gt;</replaceable>"</option>:
369 This switch enables the language used for the documentation. Use
370 <command>./configure --help</command> to find out what additional
371 information.
372 </para>
373
374 <para>
375 <option>--language-man="<replaceable>&lt;lang&gt;</replaceable>"</option>:
376 This switch enables the language used for the man pages. Use
377 <command>./configure --help</command> to find out what additional
378 information.
[bccef10]379 </para>
[755bb92]380
[2fcac83]381 <para>
382 <option>--language-msg="<replaceable>&lt;lang&gt;</replaceable>"</option>:
383 This switch enables the language used for the messages and the GUI. Use
384 <command>./configure --help</command> to find out what additional
385 information.
386 </para>
387
388 <para>
389 <option>--language="<replaceable>&lt;lang&gt;</replaceable>"</option>:
390 This switch defines the default language used. Use <command>./configure
391 --help</command> to find out what additional information.
392 </para>
393
394 <note>
395 <para>
396 Specific options override --language. You can pass a list of
397 languages separated by whitespace or commas instead of a single
398 language. Nonexisting translations will be dropped from each list.
399 All documentation and man page translations available in the list
400 will be installed, for the messages the first available translation
401 will be used. The value "all" will activate all translations. The
402 LINGUAS environment variable is honored. In all cases the fallback is
403 English. Values listed by <command>./configure --help</command> are
404 not all available, as would normally be expected. You need to build
405 test.
406 </para>
407 </note>
408
[f29d6ee]409 </sect2>
410
411 <sect2 role="configuration">
412 <title>Configuring MPlayer</title>
413
414 <sect3 id="mplayer-config">
415 <title>Config Files</title>
416
[755bb92]417 <para>
418 <filename>/etc/mplayer/*</filename> and
419 <filename>~/.mplayer/*</filename>
420 </para>
[f29d6ee]421
[2eeb8695]422 <note>
423 <para>
424 To play a DVD, it may be useful to ensure a /dev/dvd
425 device is created. You may need to set this up as described in
426 <xref linkend="dev-dvd"/>.
427 </para>
428 </note>
[e104a36]429
[f29d6ee]430 <indexterm zone="mplayer mplayer-config">
431 <primary sortas="e-AA.mplayer">~/.mplayer/*</primary>
432 </indexterm>
433
434 <indexterm zone="mplayer mplayer-config">
435 <primary sortas="e-etc-mplayer">/etc/mplayer/*</primary>
436 </indexterm>
437 </sect3>
438
439 <sect3>
440 <title>Configuration Information</title>
441
[62662cb]442 <para>
443 Typically, there's no configuration required for the system-wide files
444 in <filename class='directory'>/etc/mplayer</filename> (in fact, this
445 directory is empty unless you copied the default files as mentioned
446 above). Configuration can be accomplished by choosing the configuration
447 button located on the <application>MPlayer</application> GUI. Any
448 configuration changes made in the GUI will be saved in the user's
449 <filename class='directory'>~/.mplayer</filename> directory.
450 </para>
[755bb92]451
[f29d6ee]452 </sect3>
[755bb92]453
[f29d6ee]454 </sect2>
[62662cb]455
[f29d6ee]456 <sect2 role="content">
457 <title>Contents</title>
458
459 <segmentedlist>
460 <segtitle>Installed Programs</segtitle>
461 <segtitle>Installed Libraries</segtitle>
462 <segtitle>Installed Directories</segtitle>
463
464 <seglistitem>
[755bb92]465 <seg>
466 gmplayer, mplayer and mencoder
467 </seg>
468 <seg>
469 None
470 </seg>
[faec3f7]471 <seg>
472 /etc/mplayer,
[10c82eb]473 /usr/share/doc/mplayer-&mplayer-version; and
474 /usr/share/mplayer
[faec3f7]475 </seg>
[f29d6ee]476 </seglistitem>
477 </segmentedlist>
478
479 <variablelist>
480 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
481 <?dbfo list-presentation="list"?>
482 <?dbhtml list-presentation="table"?>
483
484 <varlistentry id="gmplayer">
485 <term><command>gmplayer</command></term>
486 <listitem>
[62662cb]487 <para>
488 is a symlink to <command>mplayer</command> which brings up the
[4c24eb0a]489 GTK+ 2 frontend of <application>MPlayer</application>
[62662cb]490 </para>
[f29d6ee]491 <indexterm zone="mplayer gmplayer">
492 <primary sortas="b-gmplayer">gmplayer</primary>
493 </indexterm>
494 </listitem>
495 </varlistentry>
496
497 <varlistentry id="mplayer-prog">
498 <term><command>mplayer</command></term>
499 <listitem>
[2eeb8695]500 <para>
[4c24eb0a]501 is the main MPlayer video player
[2eeb8695]502 </para>
[f29d6ee]503 <indexterm zone="mplayer mplayer-prog">
504 <primary sortas="b-mplayer">mplayer</primary>
505 </indexterm>
506 </listitem>
507 </varlistentry>
508
509 <varlistentry id="mencoder">
510 <term><command>mencoder</command></term>
511 <listitem>
[faec3f7]512 <para>
513 is a powerful command line video decoding, encoding and filtering
[62662cb]514 tool that is useful for (amongst other things) ripping DVDs to files
515 on your hard disk (see
516 /usr/share/doc/mplayer-&mplayer-version;/mencoder.html)
[faec3f7]517 </para>
[f29d6ee]518 <indexterm zone="mplayer mencoder">
519 <primary sortas="b-mencoder">mencoder</primary>
520 </indexterm>
521 </listitem>
522 </varlistentry>
[755bb92]523
[f29d6ee]524 </variablelist>
[755bb92]525
[f29d6ee]526 </sect2>
[755bb92]527
[f45b1953]528</sect1>
Note: See TracBrowser for help on using the repository browser.