source: multimedia/libdriv/xine-lib.xml@ 48b7295

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 48b7295 was 48b7295, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 37

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

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY xine-lib-download-http "http://prdownloads.sourceforge.net/xine/xine-lib-&xine-lib-version;.tar.gz">
7 <!ENTITY xine-lib-download-ftp " ">
8 <!ENTITY xine-lib-size "5.9 MB">
9 <!ENTITY xine-lib-buildsize "60 MB">
10 <!ENTITY xine-lib-time "4.06 SBU">
11]>
12
13<sect1 id="xine-lib" xreflabel="xine Libraries-&xine-lib-version;">
14<?dbhtml filename="xine-lib.html"?>
15<title>xine Libraries-&xine-lib-version;</title>
16
17<sect2>
18<title>Introduction to <application>xine Libraries</application></title>
19
20<para>The <application>xine Libraries</application> package contains xine libraries.
21These are useful for interfacing with external plug-ins that allow the flow of
22information from the source to the screen and speakers.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink url="&xine-lib-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink url="&xine-lib-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &xine-lib-size;</para></listitem>
29<listitem><para>Estimated Disk space required: &xine-lib-buildsize;</para></listitem>
30<listitem><para>Estimated build time: &xine-lib-time;</para></listitem></itemizedlist>
31</sect3>
32
33<sect3><title><application>xine Libraries</application> dependencies</title>
34<sect4><title>Required</title>
35<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and <xref linkend="esound"/> or
36<acronym>OSS</acronym> or <xref linkend="alsa"/> or <xref
37linkend="arts"/></para></sect4>
38<sect4><title>Optional</title>
39<para><xref linkend="aalib"/>, <xref linkend="libmng"/>, <xref
40linkend="gnome-vfs"/>, <xref linkend="SDL"/>, <xref
41linkend="DirectFB"/>, <xref linkend="flac"/>, <xref linkend="libfame"/>,
42<xref linkend="libogg"/>, <xref linkend="libvorbis"/>, <xref
43linkend="speex"/>, <ulink url="http://www.theora.org/">Theora</ulink>
44and <ulink url="http://www.libstk.org/">LibSTK</ulink>
45</para></sect4>
46</sect3>
47
48</sect2>
49
50<sect2>
51<title>Installation of <application>xine Libraries</application></title>
52
53<para>Install <application>xine Libraries</application> by running the following
54commands:</para>
55
56<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
57make &amp;&amp;
58make install</command></userinput></screen>
59
60</sect2>
61
62<sect2>
63<title>Contents</title>
64
65<para>The <application>xine Libraries</application> package contains <command>
66xine-config</command>, <filename class="libraryfile">libxine</filename>
67libraries and various input/output plugins.</para>
68
69</sect2>
70
71<sect2><title>Description</title>
72
73<sect3><title>xine-config</title>
74<para><command>xine-config</command> provides information to programs trying
75to link with the <application>xine</application> libraries.</para></sect3>
76
77<sect3><title>libxine libraries</title>
78<para><filename class="libraryfile">libxine</filename> libraries provide the
79<acronym>API</acronym> for processing video files.</para></sect3>
80
81</sect2>
82
83</sect1>
84
Note: See TracBrowser for help on using the repository browser.