source: multimedia/videoutils/xine-ui.xml@ 1de15ced

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 1de15ced was 1de15ced, checked in by Ken Moffat <ken@…>, 10 years ago

xine-ui-0.99.8

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

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