source: multimedia/videoutils/xine-ui.xml@ 7af0a35d

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 7af0a35d was bb2d236, checked in by Andrew Benton <andy@…>, 12 years ago

xine-ui-0.99.7

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

  • Property mode set to 100644
File size: 8.7 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 xine-ui-download-http
8 "&sourceforge-repo;/xine/xine-ui-&xine-ui-version;.tar.xz">
9 <!ENTITY xine-ui-download-ftp
10 "&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.xz">
11 <!ENTITY xine-ui-md5sum "2af6fcc2ad6af6ba2e471497c5d140dc">
12 <!ENTITY xine-ui-size "1.7 MB">
13 <!ENTITY xine-ui-buildsize "34 MB">
14 <!ENTITY xine-ui-time "0.3 SBU">
15]>
16
17<sect1 id="xine-ui" xreflabel="xine-ui-&xine-ui-version;">
18 <?dbhtml filename="xine-ui.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>xine-ui-&xine-ui-version;</title>
26
27 <indexterm zone="xine-ui">
28 <primary sortas="a-Xine-User-Interface">Xine User Interface</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Xine User Interface</title>
33
34 <para>
35 The <application>xine User Interface</application> package contains a
36 multimedia player. It plays back CDs, DVDs and VCDs. It also decodes
37 multimedia files like AVI, MOV, WMV, MPEG and MP3 from local disk drives,
38 and displays multimedia streamed over the Internet.
39 </para>
40
41 &lfs71_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&xine-ui-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&xine-ui-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &xine-ui-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &xine-ui-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &xine-ui-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &xine-ui-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Xine User Interface Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required">
69 <xref linkend="xine-lib"/> and
70 <xref linkend="shared-mime-info"/>
71 </para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 <!-- <xref linkend="pkgconfig"/>, -->
76 <xref linkend="curl"/>,
77 <xref linkend="aalib"/>,
78 <ulink url="http://www.lirc.org">LIRC</ulink> and
79 <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>
80 </para>
81
82 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/xine-ui"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Xine User Interface</title>
89
90 <para>
91 Install <application>xine User Interface</application> by running the
92 following commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr &amp;&amp;
96make</userinput></screen>
97
98 <para>This package does not come with a test suite.</para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make docsdir=/usr/share/doc/xine-ui-&xine-ui-version; install</userinput></screen>
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para>
111 <parameter>docsdir=/usr/share/doc/xine-ui-&xine-ui-version;</parameter>:
112 This parameter causes the <application>Xine UI</application> documentation
113 to be installed in the versioned directory
114 <filename class="directory">/usr/share/doc/xine-ui-&xine-ui-version;</filename>,
115 rather that the default
116 <filename class="directory">/usr/share/doc/xine-ui</filename>.
117 </para>
118 </sect2>
119
120 <sect2 role="configuration">
121 <title>Configuring Xine User Interface</title>
122
123 <sect3 id="xine-ui-config">
124 <title>Config Files</title>
125
126 <para><filename>~/.xine/config</filename></para>
127
128 <indexterm zone="xine-ui xine-ui-config">
129 <primary sortas="e-AA.xine-config">~/.xine/config</primary>
130 </indexterm>
131 </sect3>
132
133 <sect3>
134 <title>Configuration Information</title>
135
136 <para>
137 The above file is created and maintainable through the
138 <command>xine</command> setup dialog box. The documentation for the
139 configuration settings is located at
140 <filename>/usr/share/doc/xine-ui-&xine-ui-version;/README.config_en</filename>.
141 </para>
142
143 <para>
144 If you have a DVB TV card you can watch TV with the command
145 <command>xine dvb://</command> and change channel with the scroll wheel
146 on your mouse
147 </para>
148 </sect3>
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 aaxine,
161 cacaxine,
162 fbxine,
163 xine,
164 xine-bugreport,
165 xine-check and
166 xine-remote
167 </seg>
168 <seg>
169 /usr/share/xine and
170 /usr/share/doc/xine-ui-&xine-ui-version;</seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="aaxine">
180 <term><command>aaxine</command></term>
181 <listitem>
182 <para>
183 is an ASCII art video player which utilizes
184 <application>AAlib</application> as the frontend for the
185 <application>xine Libraries</application>.
186 </para>
187 <indexterm zone="xine-ui aaxine">
188 <primary sortas="b-aaxine">aaxine</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="cacaxine">
194 <term><command>cacaxine</command></term>
195 <listitem>
196 <para>
197 is a color ASCII art video player which utilizes
198 <application>CACA</application> as the frontend for the
199 <application>xine Libraries</application>.
200 </para>
201 <indexterm zone="xine-ui cacaxine">
202 <primary sortas="b-cacaxine">cacaxine</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="fbxine">
208 <term><command>fbxine</command></term>
209 <listitem>
210 <para>
211 is a frame buffer interface to the
212 <application>xine Libraries</application>.
213 </para>
214 <indexterm zone="xine-ui fbxine">
215 <primary sortas="b-fbxine">fbxine</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="xine">
221 <term><command>xine</command></term>
222 <listitem>
223 <para>
224 is a multimedia player designed to play MPEG streams (audio and
225 video), MPEG elementary streams (MP3), MPEG transport streams, Ogg
226 files, AVI files, ASF files, some Quicktime files, VCDs and DVDs.
227 </para>
228 <indexterm zone="xine-ui xine">
229 <primary sortas="b-xine">xine</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="xine-bugreport">
235 <term><command>xine-bugreport</command></term>
236 <listitem>
237 <para>
238 produces a terse system description and guides you through the
239 process of reporting a bug.
240 </para>
241 <indexterm zone="xine-ui xine-bugreport">
242 <primary sortas="b-xine-bugreport">xine-bugreport</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="xine-check">
248 <term><command>xine-check</command></term>
249 <listitem>
250 <para>
251 tests the <command>xine</command> video player installation for
252 common problems. It tests the operating system settings,
253 installation of plugins, CD/DVD drive settings and video support
254 parameters.
255 </para>
256 <indexterm zone="xine-ui xine-check">
257 <primary sortas="b-xine-check">xine-check</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="xine-remote">
263 <term><command>xine-remote</command></term>
264 <listitem>
265 <para>
266 is a tool to connect to a <command>xine</command> remote control
267 server.
268 </para>
269 <indexterm zone="xine-ui xine-remote">
270 <primary sortas="b-xine-remote">xine-remote</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274 </variablelist>
275 </sect2>
276</sect1>
Note: See TracBrowser for help on using the repository browser.