source: multimedia/libdriv/xine-lib.xml@ 3bc173f

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 3bc173f was 3af96d64, checked in by Igor Živković <igor@…>, 19 years ago

Removed DirectFB and SVGAlib.

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

  • Property mode set to 100644
File size: 3.3 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 "7.1 MB">
9 <!ENTITY xine-lib-buildsize "77 MB">
10 <!ENTITY xine-lib-time "3.22 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
25libraries. These are useful for interfacing with external plug-ins that allow
26the flow of information 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
40<xref linkend="esound"/> or <acronym>OSS</acronym> or
41<xref linkend="alsa"/> or <xref linkend="arts"/></para>
42</sect4>
43<sect4><title>Optional</title>
44<para><xref linkend="pkgconfig"/>,
45<xref linkend="aalib"/>,
46<xref linkend="libmng"/>,
47<xref linkend="gnome-vfs"/>,
48<xref linkend="SDL"/>,
49<ulink url="http://www.directfb.org/">DirectFB</ulink>,
50<xref linkend="flac"/>,
51<xref linkend="libfame"/>,
52<xref linkend="libogg"/>,
53<xref linkend="libvorbis"/>,
54<xref linkend="speex"/>,
55<ulink url="http://www.theora.org/">Theora</ulink>,
56<ulink url="http://www.libstk.org/">LibSTK</ulink> and
57<ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>
58</para></sect4>
59</sect3>
60
61</sect2>
62
63<sect2>
64<title>Installation of <application>xine Libraries</application></title>
65
66<para>Install <application>xine Libraries</application> by running the
67following commands:</para>
68
69<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
70make &amp;&amp;
71make install</command></userinput></screen>
72
73</sect2>
74
75<sect2>
76<title>Contents</title>
77
78<para>The <application>xine Libraries</application> package contains
79<command>xine-config</command>,
80<filename class="libraryfile">libxine</filename> libraries and
81various input/output plugins.</para>
82
83</sect2>
84
85<sect2><title>Description</title>
86
87<sect3><title>xine-config</title>
88<para><command>xine-config</command> provides information to programs trying
89to link with the <application>xine</application> libraries.</para></sect3>
90
91<sect3><title>libxine libraries</title>
92<para><filename class="libraryfile">libxine</filename> libraries provide the
93<acronym>API</acronym> for processing video files.</para></sect3>
94
95</sect2>
96
97</sect1>
98
Note: See TracBrowser for help on using the repository browser.