source: multimedia/videoutils/xine-ui.xml@ 6de7590

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 6de7590 was 6de7590, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Tags for remaining multimedia sections of the book

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