source: multimedia/libdriv/libvpx.xml@ 1fb813d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 1fb813d was 1fb813d, checked in by Ken Moffat <ken@…>, 13 years ago

Add libvpx, for youtube in webkitgtk browsers. This can drop out of the book *when* a released version of ffmpeg no longer needs it.

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

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- this can come out of the book when ffmpeg _releases_ a version that does not need it
8 for html5 on youtube -->
9 <!ENTITY libvpx-download-http "http://webm.googlecode.com/files/libvpx-v&libvpx-version;.tar.bz2">
10 <!ENTITY libvpx-download-ftp " ">
11 <!ENTITY libvpx-md5sum "4bf2f2c76700202c1fe9201fcb0680e3">
12 <!ENTITY libvpx-size "1.2 MB">
13 <!ENTITY libvpx-buildsize "25 MB (without the documentation)">
14 <!ENTITY libvpx-time "0.3 SBU">
15]>
16
17<sect1 id="libvpx" xreflabel="libvpx-v&libvpx-version;">
18 <?dbhtml filename="libvpx.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libvpx-v&libvpx-version;</title>
26
27 <indexterm zone="libvpx">
28 <primary sortas="a-libvpx">libvpx</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libvpx</title>
33
34 <para>This package provides the reference implementation of the vp8 Codec
35 from the WebM project, used in most current html5 video.</para>
36
37 &lfs67_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libvpx-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libvpx-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libvpx-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libvpx-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libvpx-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libvpx-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">libvpx Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional"><xref linkend="doxygen"/> and
65 <xref linkend="php"/> (to build the documentation). </para>
66
67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/libvpx"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libvpx</title>
74
75 <para>Install <application>libvpx</application> by running the
76 following commands:</para>
77
78<screen><userinput>mkdir ../libvpx-build &amp;&amp;
79cd ../libvpx-build &amp;&amp;
80../libvpx-v&libvpx-version;/configure --prefix=/usr --enable-shared &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="commands">
92 <title>Command Explanations</title>
93
94 <para><command>mkdir ../libvpx-build &amp;&amp; cd ../libvpx-build</command>:
95 The <application>libvpx</application> developers recommend building in a
96 dedicated build directory.</para>
97
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Programs</segtitle>
105 <segtitle>Installed Library</segtitle>
106 <segtitle>Installed Directories</segtitle>
107
108 <seglistitem>
109 <seg>vpxdec, vpxenc</seg>
110 <seg>libvpx.{so,a}</seg>
111 <seg>/usr/include/vpx</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 <variablelist>
116 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
117 <?dbfo list-presentation="list"?>
118 <?dbhtml list-presentation="table"?>
119
120 <varlistentry id="vpxdec">
121 <term><command>vpxdec</command></term>
122 <listitem>
123 <para>is the WebM Project VP8 decoder.</para>
124 <indexterm zone="libvpx vpxdec">
125 <primary sortas="b-vpxdec">vpxdec</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 <varlistentry id="vpxenc">
131 <term><command>vpxenc</command></term>
132 <listitem>
133 <para>is the WebM project VP8 encoder.</para>
134 <indexterm zone="libvpx vpxenc">
135 <primary sortas="b-vpxenc">vpxenc</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="libvpx-lib">
141 <term><filename class='libraryfile'>libvpx.{so,a}</filename></term>
142 <listitem>
143 <para>provides functions to use the VP8 video codec.</para>
144 <indexterm zone="libvpx libvpx-lib">
145 <primary sortas="c-libvpx">libvpx.{so,a}</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 </variablelist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.