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