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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c1c6b2e was a1a7d7f, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to xine-ui-0.99.11.
Update to xine-lib-1.2.10.
Update to imlib2-1.6.1.
Update to fribidi-1.0.8.
Update to qemu-4.2.0.

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