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

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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 3.2 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<sect1info>
15<othername>$LastChangedBy: $</othername>
16<date>$Date: $</date>
17</sect1info>
18<?dbhtml filename="xine-lib.html"?>
19<title>xine Libraries-&xine-lib-version;</title>
20
21<sect2>
22<title>Introduction to <application>xine Libraries</application></title>
23
24<para>The <application>xine Libraries</application> package contains xine libraries.
25These are useful for interfacing with external plug-ins that allow the flow of
26information from the source to the screen and speakers.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&xine-lib-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&xine-lib-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &xine-lib-size;</para></listitem>
33<listitem><para>Estimated Disk space required: &xine-lib-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &xine-lib-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title><application>xine Libraries</application> dependencies</title>
38<sect4><title>Required</title>
39<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and <xref linkend="esound"/> or
40<acronym>OSS</acronym> or <xref linkend="alsa"/> or <xref
41linkend="arts"/></para></sect4>
42<sect4><title>Optional</title>
43<para><xref linkend="aalib"/>, <xref linkend="libmng"/>, <xref
44linkend="gnome-vfs"/>, <xref linkend="SDL"/>, <xref
45linkend="DirectFB"/>, <xref linkend="flac"/>, <xref linkend="libfame"/>,
46<xref linkend="libogg"/>, <xref linkend="libvorbis"/>, <xref
47linkend="speex"/>, <ulink url="http://www.theora.org/">Theora</ulink>
48and <ulink url="http://www.libstk.org/">LibSTK</ulink>
49</para></sect4>
50</sect3>
51
52</sect2>
53
54<sect2>
55<title>Installation of <application>xine Libraries</application></title>
56
57<para>Install <application>xine Libraries</application> by running the following
58commands:</para>
59
60<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
61make &amp;&amp;
62make install</command></userinput></screen>
63
64</sect2>
65
66<sect2>
67<title>Contents</title>
68
69<para>The <application>xine Libraries</application> package contains <command>
70xine-config</command>, <filename class="libraryfile">libxine</filename>
71libraries and various input/output plugins.</para>
72
73</sect2>
74
75<sect2><title>Description</title>
76
77<sect3><title>xine-config</title>
78<para><command>xine-config</command> provides information to programs trying
79to link with the <application>xine</application> libraries.</para></sect3>
80
81<sect3><title>libxine libraries</title>
82<para><filename class="libraryfile">libxine</filename> libraries provide the
83<acronym>API</acronym> for processing video files.</para></sect3>
84
85</sect2>
86
87</sect1>
88
Note: See TracBrowser for help on using the repository browser.