Add libtheora.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7662 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2008-12-24 19:20:07 +00:00
parent 5da63ebd8b
commit bf1b5bf9b7
10 changed files with 166 additions and 7 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "23"> <!-- Always 2 digits -->
<!ENTITY day "24"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY copyrightdate "2001-&year;">
@ -649,6 +649,7 @@ $Date$
<!ENTITY gst-plugins-ugly-version "0.10.6">
<!ENTITY libmusicbrainz-version "2.1.5">
<!ENTITY libmpeg2-version "0.4.1">
<!ENTITY libtheora-version "1.0">
<!-- Obsolete
<!ENTITY openquicktime-version "1.0">

View File

@ -40,6 +40,15 @@
</listitem>
-->
<listitem>
<para>December 24th, 2008</para>
<itemizedlist>
<listitem>
<para>[ken] - Added libtheora-1.0.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>December 23th, 2008</para>
<itemizedlist>

View File

@ -75,7 +75,7 @@
<para role="optional"><xref linkend="alsa"/>,
<xref linkend="libogg"/>,
<xref linkend="libvorbis"/>,
<ulink url="http://www.theora.org/">Theora</ulink>,
<xref linkend="libtheora"/>,
<xref linkend="cdparanoia"/>,
<xref linkend="freetype2"/>,
<xref linkend="pango"/>,

View File

@ -121,7 +121,7 @@
<xref linkend="nas"/>,
<ulink url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>,
<xref linkend="speex"/>,
<ulink url="http://www.theora.org/">Theora</ulink>,
<xref linkend="libtheora"/>,
<ulink url="http://www.xiph.org/vorbis/">Tremor</ulink>,
<ulink url="http://www.wavpack.com/">WavPack</ulink>, and
<ulink url="http://developers.videolan.org/x264.html">x264</ulink></para>

View File

@ -50,6 +50,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libdv.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="liba52.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xvid.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libtheora.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xine-lib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libmikmod.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gstreamer.xml"/>

View File

@ -0,0 +1,148 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libtheora-download-http "http://downloads.xiph.org/releases/theora/libtheora-&libtheora-version;.tar.bz2">
<!ENTITY libtheora-download-ftp " ">
<!ENTITY libtheora-md5sum "c963937053f45a7878954bed37ceb182">
<!ENTITY libtheora-size "1.6 MB">
<!ENTITY libtheora-buildsize "9.4 MB (without static libs or API docs and without installing the examples)">
<!ENTITY libtheora-time "0.2 SBU">
]>
<sect1 id="libtheora" xreflabel="libtheora-&libtheora-version;">
<?dbhtml filename="libtheora.html"?>
<sect1info>
<othername>$LastChangedBy: ken $</othername>
<date>$Date: 2008-07-09 20:01:09 +0100 (Wed, 09 Jul 2008) $</date>
</sect1info>
<title>libtheora-&libtheora-version;</title>
<indexterm zone="libtheora">
<primary sortas="a-Libtheora">Libtheora</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libtheora</title>
<para>Theora is a free and open video compression format.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libtheora-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libtheora-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libtheora-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libtheora-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libtheora-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libtheora-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libtheora Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libogg"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="optional"><xref linkend="pkgconfig"/>, and
<xref linkend="libvorbis"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="sdl"/> and
<xref linkend="libpng"/> (both to build the example players),
<xref linkend="doxygen"/>, <xref linkend="tetex"/>,
<ulink url="http://bibtexml.sourceforge.net">BibTex</ulink>, and
<ulink url="http://www.xfig.org/">Transfig</ulink>
(all four to build the API documentation),
<ulink url="http://www.valgrind.org">Valgrind</ulink></para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/Libtheora'/></para>
</sect2>
<sect2 role="installation">
<title>Installation of libtheora</title>
<para>Install <application>libtheora</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>If you wish to run the tests, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
</userinput></screen>
<para>If you built the examples and wish to install them (so that you can hack on
<literal>theora</literal>):</para>
<screen role="root"><userinput>cd examples/.libs &amp;&amp;
for E in *; do
install -v -m755 $E /usr/bin/theora_${E}; done</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>--disable-static</option>: This switch prevents building static
libraries.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None, unless you installed the examples</seg>
<seg>libtheora.{so,a}, libtheoraenc.{so,a}, and
libtheoradec.{so,a}</seg>
<seg>/usr/include/theora and /usr/share/doc/libtheora-&libtheora-version;</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libtheora-lib">
<term><filename class='libraryfile'>libtheora*.{so,a}</filename></term>
<listitem>
<para>libraries provide the functions to read and write video
files.</para>
<indexterm zone="libtheora libtheora-lib">
<primary sortas="c-libtheora">libtheora*.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -81,7 +81,7 @@
<xref linkend="samba3"/>,
<xref linkend="imagemagick"/>,
<ulink url="http://www.directfb.org/">DirectFB</ulink>,
<ulink url="http://www.theora.org/">Theora</ulink>,
<xref linkend="libtheora"/>,
<ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
<ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
<ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,

View File

@ -94,7 +94,7 @@
<xref linkend="libvorbis"/>,
<ulink url="http://medialibrary.sourceforge.net/">MediaLibrary</ulink>,
<xref linkend="sdl"/>,
<ulink url="http://www.theora.org/">Theora</ulink>,
<xref linkend="libtheora"/>,
<xref linkend="x-window-system"/>,
<ulink url="http://www.videolan.org/developers/x264.html">x264</ulink>,
<xref linkend="xvid"/>, and

View File

@ -228,7 +228,7 @@
<xref linkend="LZO"/> (requires
<ulink url="http://www.oberhumer.com/opensource/lzo/download/LZO-v1/lzo-1.08.tar.gz">Version 1</ulink>),
<ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
<ulink url="http://www.theora.org/">Theora</ulink>,
<xref linkend="libtheora"/>,
<ulink url="ftp://ftp.videolan.org/pub/videolan/vlc/0.8.2/contrib/toolame-02m-beta8.tar.bz2">tooLAME</ulink>,
<ulink url="http://sourceforge.net/projects/twolame/">TwoLAME</ulink>,
<ulink url="http://www.xiph.org/vorbis/">Tremor</ulink> (requires

View File

@ -87,7 +87,7 @@ the Transcode Wiki at <ulink url="http://www.transcoding.org/"/>.</para>
<xref linkend="avifile"/>,
<xref linkend="libogg"/>,
<xref linkend="libvorbis"/>,
<ulink url="http://www.theora.org/">Theora</ulink>,
<xref linkend="libtheora"/>,
<xref linkend="libdvdread"/>,
<ulink url="http://www.netlib.org/pvm3/">PVM3</ulink>,
<xref linkend="libdv"/>,