source: multimedia/videoutils/xine-ui.xml@ 0007bb7

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

Added DVB Apps 2012-06-10

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

  • Property mode set to 100644
File size: 9.5 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-ui-&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-ui-&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 <para>
149 If you have a DVB TV card and would like to use Xine to watch tv, use
150 <xref linkend="dvb-apps"/> to create /etc/channels.conf then make a
151 symbolic link to it in ~/.xine
152 </para>
153
154<screen><userinput>ln -sfv /etc/channels.conf ~/.xine/channels.conf</userinput></screen>
155
156 <para>
157 Then you can watch TV with the command <command>xine dvb://</command>
158 and change channel with the scroll wheel on your mouse
159 </para>
160 </sect3>
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Directories</segtitle>
169
170 <seglistitem>
171 <seg>aaxine, cacaxine, fbxine, xine, xine-bugreport, xine-check, and
172 xine-remote</seg>
173 <seg>/usr/share/xine/{desktop,skins,visuals} and
174 /usr/share/doc/xine-ui-&xine-ui-version;</seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="aaxine">
184 <term><command>aaxine</command></term>
185 <listitem>
186 <para>is an ASCII art video player which utilizes
187 <application>AAlib</application> as the frontend for the
188 <application>xine Libraries</application>.</para>
189 <indexterm zone="xine-ui aaxine">
190 <primary sortas="b-aaxine">aaxine</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="cacaxine">
196 <term><command>cacaxine</command></term>
197 <listitem>
198 <para>is a color ASCII art video player which
199 utilizes <application>CACA</application> as the frontend for the
200 <application>xine Libraries</application>.</para>
201 <indexterm zone="xine-ui cacaxine">
202 <primary sortas="b-cacaxine">cacaxine</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="fbxine">
208 <term><command>fbxine</command></term>
209 <listitem>
210 <para>is a frame buffer interface to the
211 <application>xine Libraries</application>.</para>
212 <indexterm zone="xine-ui fbxine">
213 <primary sortas="b-fbxine">fbxine</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="xine">
219 <term><command>xine</command></term>
220 <listitem>
221 <para>is a multimedia player designed to play MPEG streams (audio
222 and video), MPEG elementary streams (MP3), MPEG transport streams,
223 Ogg files, AVI files, ASF files, some Quicktime files, VCDs
224 and DVDs (non-encrypted).</para>
225 <indexterm zone="xine-ui xine">
226 <primary sortas="b-xine">xine</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="xine-bugreport">
232 <term><command>xine-bugreport</command></term>
233 <listitem>
234 <para>produces a terse system description and guides you through the
235 process of reporting a bug.</para>
236 <indexterm zone="xine-ui xine-bugreport">
237 <primary sortas="b-xine-bugreport">xine-bugreport</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="xine-check">
243 <term><command>xine-check</command></term>
244 <listitem>
245 <para>tests the <command>xine</command> video player installation
246 for common problems. It tests the operating system settings, installation of
247 plugins, CD/DVD drive settings and video support parameters.</para>
248 <indexterm zone="xine-ui xine-check">
249 <primary sortas="b-xine-check">xine-check</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="xine-remote">
255 <term><command>xine-remote</command></term>
256 <listitem>
257 <para>is a tool to connect to a <command>xine</command> remote
258 control server.</para>
259 <indexterm zone="xine-ui xine-remote">
260 <primary sortas="b-xine-remote">xine-remote</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 </variablelist>
266
267 </sect2>
268
269</sect1>
Note: See TracBrowser for help on using the repository browser.