source: multimedia/libdriv/xine-lib.xml@ f080ae0e

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

Merge to trunk r17352

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

  • Property mode set to 100644
File size: 9.3 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 &amp;&amp;
131
132sed -e 's|wand/magick_wand.h|MagickWand/MagickWand.h|' \
133 -i src/video_dec/image.c &amp;&amp;
134
135./configure --prefix=/usr \
136 --disable-vcd \
137 --with-external-dvdnav \
138 --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
139make</userinput></screen>
140
141 <para>To create the API documentation, <application>Doxygen</application>
142 must be installed and issue the following command:</para>
143
144<screen><userinput>doxygen doc/Doxyfile</userinput></screen>
145
146 <para>This package does not come with a test suite.</para>
147
148 <para>
149 Now, as the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>make install</userinput></screen>
153
154 <note><para>
155 When installing, the Makefile does some additional
156 linking. If you do not have Xorg in /usr, the LIBRARY_PATH
157 variable needs to be defined for the root user. If
158 using sudo to assume root, use the -E option to pass
159 your current environment variables for the install process.
160 </para></note>
161
162 <para>If you built the API documentation, issue the following commands as
163 the <systemitem class="username">root</systemitem> user to install it:</para>
164
165<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/xine-lib-&xine-lib-version;/api &amp;&amp;
166install -v -m644 doc/api/* \
167 /usr/share/doc/xine-lib-&xine-lib-version;/api</userinput></screen>
168 </sect2>
169
170 <sect2 role="commands">
171 <title>Command Explanations</title>
172
173 <para>
174 <command>sed ...</command>: These commands enables the package to be
175 built with <xref linkend="ffmpeg"/> and <xref linkend="imagemagick"/>.
176 </para>
177
178 <para>
179 <parameter>--disable-vcd</parameter>: This switch is required to compile
180 <application>Xine Lib</application> without <ulink
181 url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink> installed.
182 Remove this option if you have installed VCDImager.
183 </para>
184
185 <para>
186 <parameter>--with-external-dvdnav</parameter>: This switch is required,
187 because internal libraries cannot decrypt DVD.
188 </para>
189
190 <para>
191 <parameter>--docdir=/usr/share/xine-lib-&xine-lib-version;</parameter>:
192 This switch causes the documentation to be installed into a versioned
193 directory instead of the default <filename
194 class="directory">/usr/share/doc/xine-lib</filename>.
195 </para>
196
197 </sect2>
198
199 <sect2 role="content">
200 <title>Contents</title>
201
202 <segmentedlist>
203 <segtitle>Installed Programs</segtitle>
204 <segtitle>Installed Libraries</segtitle>
205 <segtitle>Installed Fonts</segtitle>
206 <segtitle>Installed Directories</segtitle>
207<!-- When updating, check plugins subdir -->
208 <seglistitem>
209 <seg>xine-config and xine-list-1.2</seg>
210 <seg>libxine.so and numerous plugin modules and video extensions under
211 /usr/lib/xine/plugins/2.5</seg>
212 <seg>
213 Output display engine fonts located in /usr/share/xine-lib/fonts
214 </seg>
215 <seg>
216 /usr/include/xine,
217 /usr/lib/xine,
218 /usr/share/xine-lib, and
219 /usr/share/doc/xine-lib-&xine-lib-version;
220 </seg>
221 </seglistitem>
222 </segmentedlist>
223
224 <variablelist>
225 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
226 <?dbfo list-presentation="list"?>
227 <?dbhtml list-presentation="table"?>
228
229 <varlistentry id="xine-config">
230 <term><command>xine-config</command></term>
231 <listitem>
232 <para>
233 provides information to programs trying to link with the
234 <application>xine</application> libraries.
235 </para>
236 <indexterm zone="xine-lib xine-config">
237 <primary sortas="b-xine-config">xine-config</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="xine-list-1.2">
243 <term><command>xine-list-1.2</command></term>
244 <listitem>
245 <para>
246 is used to get supported filetype information from
247 <application>xine-lib</application>.
248 </para>
249 <indexterm zone="xine-lib xine-list-1.2">
250 <primary sortas="b-xine-list-1.2">xine-list-1.2</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="libxine">
256 <term><filename class='libraryfile'>libxine.so</filename></term>
257 <listitem>
258 <para> provides the API for processing audio/video files.</para>
259 <indexterm zone="xine-lib libxine">
260 <primary sortas="c-libxine">libxine.so</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264 </variablelist>
265 </sect2>
266</sect1>
Note: See TracBrowser for help on using the repository browser.