mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
0c86bdf8c9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5480 af4574ff-66df-0310-9fd7-8a98e5e911e0
186 lines
6.8 KiB
XML
186 lines
6.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY xine-lib-download-http "http://prdownloads.sourceforge.net/xine/xine-lib-&xine-lib-version;.tar.gz">
|
|
<!ENTITY xine-lib-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/xine-lib-&xine-lib-version;.tar.gz">
|
|
<!ENTITY xine-lib-md5sum "b1f42602c776bb93e3cbf127e220cbfd">
|
|
<!ENTITY xine-lib-size "7.8 MB">
|
|
<!ENTITY xine-lib-buildsize "87.7 MB">
|
|
<!ENTITY xine-lib-time "3.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="xine-lib" xreflabel="xine Libraries-&xine-lib-version;">
|
|
<?dbhtml filename="xine-lib.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
<keywordset>
|
|
<keyword role="package">xine-lib-&xine-lib-version;.tar</keyword>
|
|
<keyword role="ftpdir">xine-lib</keyword>
|
|
</keywordset>
|
|
</sect1info>
|
|
|
|
<title>Xine Libraries-&xine-lib-version;</title>
|
|
|
|
<indexterm zone="xine-lib">
|
|
<primary sortas="a-Xine-Libraries">Xine Libraries</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Xine Libraries</title>
|
|
|
|
<para>The <application>xine Libraries</application> package contains xine
|
|
libraries. These are useful for interfacing with external plug-ins that
|
|
allow the flow of information from the source to the screen and
|
|
speakers.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&xine-lib-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&xine-lib-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &xine-lib-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &xine-lib-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &xine-lib-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &xine-lib-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Xine Libraries Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
|
|
and <xref linkend="esound"/> or OSS or
|
|
<xref linkend="alsa"/> or <xref linkend="arts"/> or
|
|
<ulink url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="pkgconfig"/>,
|
|
<xref linkend="ffmpeg"/>,
|
|
<xref linkend="aalib"/>,
|
|
<xref linkend="libmng"/>,
|
|
<xref linkend="sdl"/>,
|
|
<xref linkend="flac"/>,
|
|
<xref linkend="libfame"/>,
|
|
<xref linkend="libogg"/>,
|
|
<xref linkend="libvorbis"/>,
|
|
<xref linkend="speex"/>,
|
|
<xref linkend="libmad"/>,
|
|
<xref linkend="liba52"/>,
|
|
<xref linkend="gnome-vfs"/>,
|
|
<xref linkend="samba3"/>,
|
|
<ulink url="http://www.directfb.org/">DirectFB</ulink>,
|
|
<ulink url="http://www.theora.org/">Theora</ulink>,
|
|
<ulink url="http://www.libstk.org/">LibSTK</ulink>,
|
|
<ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
|
|
<ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
|
|
<ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
|
|
<ulink url="http://sourceforge.net/projects/unichrome/">XvMC Wrapper</ulink>,
|
|
<ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
|
|
<ulink url="http://www.vcdimager.org/">VCDImager</ulink>,
|
|
<ulink url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
|
|
and <ulink url="http://www.xfig.org/">Transfig</ulink></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Xine Libraries</title>
|
|
|
|
<para>Install <application>xine Libraries</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --enable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>Trying to use the locally installed <application>FFmpeg</application>
|
|
library by passing <option>--with-external-ffmpeg</option> to
|
|
<command>configure</command> may not compile cleanly.</para>
|
|
|
|
<para>You will need to pass <command>configure</command> the option
|
|
<option>--with-xv-path=</option> if you didn't install
|
|
<application>Xorg</application> or <application>XFree86</application> in
|
|
<filename class='directory'>/usr/X11R6</filename>. For example, if you installed
|
|
<application>Xorg</application> in <filename class='directory'>/usr</filename>
|
|
you will need to use <option>--with-xv-path=/usr/lib</option>.</para>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><option>--enable-static</option>: This switch is used to enable
|
|
building the static library as some programs link against it.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Fonts</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>xine-config</seg>
|
|
<seg>libxine.[a,so] and numerous plugin modules and video extensions</seg>
|
|
<seg>Output display engine fonts located in
|
|
/usr/share/xine/libxine1/fonts</seg>
|
|
<seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine, and
|
|
/usr/share/doc/xine</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="xine-config">
|
|
<term><command>xine-config</command></term>
|
|
<listitem>
|
|
<para>provides information to programs trying to link with the
|
|
<application>xine</application> libraries.</para>
|
|
<indexterm zone="xine-lib xine-config">
|
|
<primary sortas="b-xine-config">xine-config</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libxine">
|
|
<term><filename class='libraryfile'>libxine.so</filename></term>
|
|
<listitem>
|
|
<para> provides the API for processing audio/video files.</para>
|
|
<indexterm zone="xine-lib libxine">
|
|
<primary sortas="c-libxine">libxine.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|