source: multimedia/videoutils/xine-ui.xml@ b01e2d2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 b01e2d2 was 629e499, checked in by Ken Moffat <ken@…>, 10 years ago

more tags

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

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