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