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

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 6a9e822 was 6a9e822, checked in by Ken Moffat <ken@…>, 11 years ago

more tags for 7.3

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

  • Property mode set to 100644
File size: 8.9 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 &lfs73_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
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/update-icons-and-desktop.xml"/>
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para>
114 <parameter>docsdir=/usr/share/doc/xine-ui-&xine-ui-version;</parameter>:
115 This parameter causes the <application>Xine UI</application> documentation
116 to be installed in the versioned directory
117 <filename class="directory">/usr/share/doc/xine-ui-&xine-ui-version;</filename>,
118 rather that the default
119 <filename class="directory">/usr/share/doc/xine-ui</filename>.
120 </para>
121 </sect2>
122
123 <sect2 role="configuration">
124 <title>Configuring Xine User Interface</title>
125
126 <sect3 id="xine-ui-config">
127 <title>Config Files</title>
128
129 <para><filename>~/.xine/config</filename></para>
130
131 <indexterm zone="xine-ui xine-ui-config">
132 <primary sortas="e-AA.xine-config">~/.xine/config</primary>
133 </indexterm>
134 </sect3>
135
136 <sect3>
137 <title>Configuration Information</title>
138
139 <para>
140 The above file is created and maintainable through the
141 <command>xine</command> setup dialog box. The documentation for the
142 configuration settings is located at
143 <filename>/usr/share/doc/xine-ui-&xine-ui-version;/README.config_en</filename>.
144 </para>
145
146 <para>
147 If you have a DVB TV card, you can watch TV with the command
148 <command>xine dvb://</command> and change channels with the scroll wheel
149 on your mouse.
150 </para>
151 </sect3>
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 aaxine,
165 cacaxine,
166 fbxine,
167 xine,
168 xine-bugreport,
169 xine-check and
170 xine-remote
171 </seg>
172 <seg>
173 None
174 </seg>
175 <seg>
176 /usr/share/xine and
177 /usr/share/doc/xine-ui-&xine-ui-version;
178 </seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="aaxine">
188 <term><command>aaxine</command></term>
189 <listitem>
190 <para>
191 is an ASCII art video player which utilizes
192 <application>AAlib</application> as the frontend for the
193 <application>xine Libraries</application>.
194 </para>
195 <indexterm zone="xine-ui aaxine">
196 <primary sortas="b-aaxine">aaxine</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="cacaxine">
202 <term><command>cacaxine</command></term>
203 <listitem>
204 <para>
205 is a color ASCII art video player which utilizes
206 <application>CACA</application> as the frontend for the
207 <application>xine Libraries</application>.
208 </para>
209 <indexterm zone="xine-ui cacaxine">
210 <primary sortas="b-cacaxine">cacaxine</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="fbxine">
216 <term><command>fbxine</command></term>
217 <listitem>
218 <para>
219 is a frame buffer interface to the
220 <application>xine Libraries</application>.
221 </para>
222 <indexterm zone="xine-ui fbxine">
223 <primary sortas="b-fbxine">fbxine</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="xine">
229 <term><command>xine</command></term>
230 <listitem>
231 <para>
232 is a multimedia player designed to play MPEG streams (audio and
233 video), MPEG elementary streams (MP3), MPEG transport streams, Ogg
234 files, AVI files, ASF files, some Quicktime files, VCDs and DVDs.
235 </para>
236 <indexterm zone="xine-ui xine">
237 <primary sortas="b-xine">xine</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="xine-bugreport">
243 <term><command>xine-bugreport</command></term>
244 <listitem>
245 <para>
246 produces a terse system description and guides you through the
247 process of reporting a bug.
248 </para>
249 <indexterm zone="xine-ui xine-bugreport">
250 <primary sortas="b-xine-bugreport">xine-bugreport</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="xine-check">
256 <term><command>xine-check</command></term>
257 <listitem>
258 <para>
259 tests the <command>xine</command> video player installation for
260 common problems. It tests the operating system settings,
261 installation of plugins, CD/DVD drive settings and video support
262 parameters.
263 </para>
264 <indexterm zone="xine-ui xine-check">
265 <primary sortas="b-xine-check">xine-check</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="xine-remote">
271 <term><command>xine-remote</command></term>
272 <listitem>
273 <para>
274 is a tool to connect to a <command>xine</command> remote control
275 server.
276 </para>
277 <indexterm zone="xine-ui xine-remote">
278 <primary sortas="b-xine-remote">xine-remote</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282 </variablelist>
283 </sect2>
284</sect1>
Note: See TracBrowser for help on using the repository browser.