Author: ken
Date: 2010-10-31 17:02:27 -0600 (Sun, 31 Oct 2010)
New Revision: 8655
Added:
trunk/BOOK/multimedia/libdriv/libvpx.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/libdriv.xml
Log:
Add libvpx, for youtube in webkitgtk browsers. This can drop out of the book
*when* a released version of ffmpeg no longer needs it.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-10-31 18:51:10 UTC (rev 8654)
+++ trunk/BOOK/general.ent 2010-10-31 23:02:27 UTC (rev 8655)
@@ -793,6 +793,7 @@
<!ENTITY libmpeg2-version "0.5.1">
<!ENTITY libtheora-version "1.1.1">
<!ENTITY opal-version "3.6.8">
+<!ENTITY libvpx-version "0.9.5">
<!-- Obsolete
<!ENTITY openquicktime-version "1.0">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-10-31 18:51:10 UTC
(rev 8654)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-10-31 23:02:27 UTC
(rev 8655)
@@ -48,6 +48,10 @@
<para>[ken] - Updated to nasm-2.09 (fixes ticket
<ulink url="&blfs-ticket-root;3181">#3181</ulink>)</para>
</listitem>
+ <listitem>
+ <para>[ken] - Added libvpx-v0.9.5 (fixes ticket
+ <ulink url="&blfs-ticket-root;3154">#3154</ulink>)</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/multimedia/libdriv/libdriv.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libdriv.xml 2010-10-31 18:51:10 UTC (rev
8654)
+++ trunk/BOOK/multimedia/libdriv/libdriv.xml 2010-10-31 23:02:27 UTC (rev
8655)
@@ -63,6 +63,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="libmusicbrainz.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libmpeg2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opal.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libvpx.xml"/>
<!-- Obsolete
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="openquicktime.xml"/>
Added: trunk/BOOK/multimedia/libdriv/libvpx.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libvpx.xml (rev 0)
+++ trunk/BOOK/multimedia/libdriv/libvpx.xml 2010-10-31 23:02:27 UTC (rev
8655)
@@ -0,0 +1,154 @@
+<?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;
+
+ <!-- this can come out of the book when ffmpeg _releases_ a version that
does not need it
+ for html5 on youtube -->
+ <!ENTITY libvpx-download-http
"http://webm.googlecode.com/files/libvpx-v&libvpx-version;.tar.bz2">
+ <!ENTITY libvpx-download-ftp " ">
+ <!ENTITY libvpx-md5sum "4bf2f2c76700202c1fe9201fcb0680e3">
+ <!ENTITY libvpx-size "1.2 MB">
+ <!ENTITY libvpx-buildsize "25 MB (without the documentation)">
+ <!ENTITY libvpx-time "0.3 SBU">
+]>
+
+<sect1 id="libvpx" xreflabel="libvpx-v&libvpx-version;">
+ <?dbhtml filename="libvpx.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>libvpx-v&libvpx-version;</title>
+
+ <indexterm zone="libvpx">
+ <primary sortas="a-libvpx">libvpx</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to libvpx</title>
+
+ <para>This package provides the reference implementation of the vp8 Codec
+ from the WebM project, used in most current html5 video.</para>
+
+ &lfs67_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&libvpx-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&libvpx-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &libvpx-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &libvpx-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &libvpx-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &libvpx-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">libvpx Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><xref linkend="doxygen"/> and
+ <xref linkend="php"/> (to build the documentation). </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/libvpx"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of libvpx</title>
+
+ <para>Install <application>libvpx</application> by running the
+ following commands:</para>
+
+<screen><userinput>mkdir ../libvpx-build &&
+cd ../libvpx-build &&
+../libvpx-v&libvpx-version;/configure --prefix=/usr --enable-shared &&
+make</userinput></screen>
+
+ <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><command>mkdir ../libvpx-build && cd
../libvpx-build</command>:
+ The <application>libvpx</application> developers recommend building in a
+ dedicated build directory.</para>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>vpxdec, vpxenc</seg>
+ <seg>libvpx.{so,a}</seg>
+ <seg>/usr/include/vpx</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="vpxdec">
+ <term><command>vpxdec</command></term>
+ <listitem>
+ <para>is the WebM Project VP8 decoder.</para>
+ <indexterm zone="libvpx vpxdec">
+ <primary sortas="b-vpxdec">vpxdec</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="vpxenc">
+ <term><command>vpxenc</command></term>
+ <listitem>
+ <para>is the WebM project VP8 encoder.</para>
+ <indexterm zone="libvpx vpxenc">
+ <primary sortas="b-vpxenc">vpxenc</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libvpx-lib">
+ <term><filename class='libraryfile'>libvpx.{so,a}</filename></term>
+ <listitem>
+ <para>provides functions to use the VP8 video codec.</para>
+ <indexterm zone="libvpx libvpx-lib">
+ <primary sortas="c-libvpx">libvpx.{so,a}</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Property changes on: trunk/BOOK/multimedia/libdriv/libvpx.xml
___________________________________________________________________
Added: svn:keywords
+ LastChangedBy Date
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page