source: multimedia/libdriv/xine-lib.xml@ 2e633b6

systemd-13485
Last change on this file since 2e633b6 was d7bee48, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Sync to trunk r17332

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17335 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 9.1 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-lib-download-http
8 "&sourceforge-repo;/xine/xine-lib-&xine-lib-version;.tar.xz">
9 <!ENTITY xine-lib-download-ftp
10 "&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.xz">
11 <!ENTITY xine-lib-md5sum "02ee3c2380273989b4b016903209e05e">
12 <!ENTITY xine-lib-size "4.8 MB">
13 <!ENTITY xine-lib-buildsize "121 MB (additional 123 MB to install API documentation)">
14 <!ENTITY xine-lib-time "1.4 SBU (additional 0.1 SBU to install API documentation)">
15]>
16
17<sect1 id="xine-lib" xreflabel="xine-lib-&xine-lib-version;">
18 <?dbhtml filename="xine-lib.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>xine-lib-&xine-lib-version;</title>
26
27 <indexterm zone="xine-lib">
28 <primary sortas="a-Xine-Libraries">Xine Libraries</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Xine Libraries</title>
33
34 <para>
35 The <application>Xine Libraries</application> package contains xine
36 libraries. These are useful for interfacing with external plug-ins that
37 allow the flow of information from the source to the audio and video
38 hardware.
39 </para>
40
41 &lfs78_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&xine-lib-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&xine-lib-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &xine-lib-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &xine-lib-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &xine-lib-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &xine-lib-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Xine Libraries Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required">
69 <xref linkend="x-window-system"/>,
70 <xref linkend="ffmpeg"/>, and at least one of:
71 <xref linkend="alsa"/>,
72 <xref linkend='pulseaudio'/> or
73 <ulink url="http://jackaudio.org/">JACK</ulink>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="libdvdnav"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="aalib"/>,
84 <xref linkend="faad2"/>,
85 <xref linkend="flac"/>,
86 <xref linkend="gdk-pixbuf"/>,
87 <xref linkend="glu"/>,
88 <xref linkend="imagemagick"/>,
89 <xref linkend="liba52"/>,
90 <xref linkend="libmad"/>,
91 <xref linkend="libmng"/>,
92 <xref linkend="libtheora"/>,
93 <xref linkend="libva"/>,
94 <xref linkend="libvdpau"/>,
95 <xref linkend="libvorbis"/>,
96 <xref linkend="libvpx"/>,
97 <xref linkend="mesa"/>,
98 <xref linkend="samba"/>,
99 <xref linkend="sdl"/>,
100 <xref linkend="speex"/>,
101 <xref linkend="doxygen"/> (to create the API documentation),
102 <xref linkend="v4l-utils"/>
103 <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>,
104 <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
105 <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
106 <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>,
107 <ulink url="http://fame.sourceforge.net">libFAME</ulink>,
108 <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
109 <ulink url="http://www.musepack.net/">musepack</ulink>,
110 <ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>, and
111 <ulink url="http://www.wavpack.com/">WavPack</ulink>,
112 </para>
113
114 <para condition="html" role="usernotes">
115 User Notes: <ulink url="&blfs-wiki;/xine-lib"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of Xine Libraries</title>
121
122 <para>
123 Install <application>Xine Libraries</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>sed -e 's/avcodec_alloc_frame/av_frame_alloc/' \
128 -e 's/avcodec_free_frame/av_frame_free/' \
129 -i src/combined/ffmpeg/ff_{audio,video}_decoder.c \
130 src/dxr3/ffmpeg_encoder.c
131
132./configure --prefix=/usr \
133 --disable-vcd \
134 --with-external-dvdnav \
135 --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
136make</userinput></screen>
137
138 <para>To create the API documentation, <application>Doxygen</application>
139 must be installed and issue the following command:</para>
140
141<screen><userinput>doxygen doc/Doxyfile</userinput></screen>
142
143 <para>This package does not come with a test suite.</para>
144
145 <para>
146 Now, as the <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen role="root"><userinput>make install</userinput></screen>
150
151 <note><para>
152 When installing, the Makefile does some additional
153 linking. If you do not have Xorg in /usr, the LIBRARY_PATH
154 variable needs to be defined for the root user. If
155 using sudo to assume root, use the -E option to pass
156 your current environment variables for the install process.
157 </para></note>
158
159 <para>If you built the API documentation, issue the following commands as
160 the <systemitem class="username">root</systemitem> user to install it:</para>
161
162<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/xine-lib-&xine-lib-version;/api &amp;&amp;
163install -v -m644 doc/api/* \
164 /usr/share/doc/xine-lib-&xine-lib-version;/api</userinput></screen>
165 </sect2>
166
167 <sect2 role="commands">
168 <title>Command Explanations</title>
169
170 <para>
171 <command>sed ...</command>: This command enables the package to be
172 built with <xref linkend="ffmpeg"/>.
173 </para>
174
175 <para>
176 <parameter>--disable-vcd</parameter>: This switch is required to compile
177 <application>Xine Lib</application> without <ulink
178 url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink> installed.
179 Remove this option if you have installed VCDImager.
180 </para>
181
182 <para>
183 <parameter>--with-external-dvdnav</parameter>: This switch is required,
184 because internal libraries cannot decrypt DVD.
185 </para>
186
187 <para>
188 <parameter>--docdir=/usr/share/xine-lib-&xine-lib-version;</parameter>:
189 This switch causes the documentation to be installed into a versioned
190 directory instead of the default <filename
191 class="directory">/usr/share/doc/xine-lib</filename>.
192 </para>
193
194 </sect2>
195
196 <sect2 role="content">
197 <title>Contents</title>
198
199 <segmentedlist>
200 <segtitle>Installed Programs</segtitle>
201 <segtitle>Installed Libraries</segtitle>
202 <segtitle>Installed Fonts</segtitle>
203 <segtitle>Installed Directories</segtitle>
204<!-- When updating, check plugins subdir -->
205 <seglistitem>
206 <seg>xine-config and xine-list-1.2</seg>
207 <seg>libxine.so and numerous plugin modules and video extensions under
208 /usr/lib/xine/plugins/2.5</seg>
209 <seg>
210 Output display engine fonts located in /usr/share/xine-lib/fonts
211 </seg>
212 <seg>
213 /usr/include/xine,
214 /usr/lib/xine,
215 /usr/share/xine-lib, and
216 /usr/share/doc/xine-lib-&xine-lib-version;
217 </seg>
218 </seglistitem>
219 </segmentedlist>
220
221 <variablelist>
222 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
223 <?dbfo list-presentation="list"?>
224 <?dbhtml list-presentation="table"?>
225
226 <varlistentry id="xine-config">
227 <term><command>xine-config</command></term>
228 <listitem>
229 <para>
230 provides information to programs trying to link with the
231 <application>xine</application> libraries.
232 </para>
233 <indexterm zone="xine-lib xine-config">
234 <primary sortas="b-xine-config">xine-config</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="xine-list-1.2">
240 <term><command>xine-list-1.2</command></term>
241 <listitem>
242 <para>
243 is used to get supported filetype information from
244 <application>xine-lib</application>.
245 </para>
246 <indexterm zone="xine-lib xine-list-1.2">
247 <primary sortas="b-xine-list-1.2">xine-list-1.2</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="libxine">
253 <term><filename class='libraryfile'>libxine.so</filename></term>
254 <listitem>
255 <para> provides the API for processing audio/video files.</para>
256 <indexterm zone="xine-lib libxine">
257 <primary sortas="c-libxine">libxine.so</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261 </variablelist>
262 </sect2>
263</sect1>
Note: See TracBrowser for help on using the repository browser.