source: multimedia/videoutils/xine-ui.xml@ 4c77a949

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 4c77a949 was 4c77a949, checked in by Andrew Benton <andy@…>, 12 years ago

a bunch of lfs71_checked

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

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