source: multimedia/libdriv/libvpx.xml@ 2df08064

systemd-13485
Last change on this file since 2df08064 was 2a3a49a, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to cURL-7.45.0
Update to ICU-56.1
Update to gstreamer.1.6.0
Update to ISO-Codes-3.62
Update to gst-plugins-base-1.6.0
Update to gsettings-desktop-schemas-3.18.0
Update to glib-networking-2.46.1
Update to libsoup-2.52.1
Update to at-spi2-core-2.18.1
Update to at-spi2-atk-2.18.1
Update to gtk+-3.18.2
Update to BlueZ-5.35
Update to PulseAudio-7.0
Update to v4l-utils-1.8.0
Update to gst-plugins-good-1.6.0
Plenty of tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16529 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.5 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<!-- <!ENTITY libvpx-download-http "&sources-anduin-other-http;/libvpx-v&libvpx-version;.tar.xz"> -->
8 <!ENTITY libvpx-download-http "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-&libvpx-version;.tar.bz2">
9 <!ENTITY libvpx-download-ftp " ">
10 <!ENTITY libvpx-md5sum "63b1d7f59636a42eeeee9225cc14e7de">
11 <!ENTITY libvpx-size "1.8 MB">
12 <!ENTITY libvpx-buildsize "38 MB (without the documentation)">
13 <!ENTITY libvpx-time "0.9 SBU">
14]>
15
16<sect1 id="libvpx" xreflabel="libvpx-&libvpx-version;">
17 <?dbhtml filename="libvpx.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libvpx-v&libvpx-version;</title>
25
26 <indexterm zone="libvpx">
27 <primary sortas="a-libvpx">libvpx</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libvpx</title>
32
33 <para>This package, from the WebM project, provides the reference
34 implementations of the VP8 Codec, used in most current html5 video,
35 and of the next-generation VP9 Codec.</para>
36
37 &lfs78_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">Required</bridgehead>
64 <para role="required"><xref linkend="yasm"/> (compiling with
65 <xref linkend="nasm"/> is currently broken) and <xref linkend="which"/>
66 (so <command>configure</command> can find yasm)</para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="doxygen"/> and <xref linkend="php"/>
70 (to build the documentation).</para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/libvpx"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of libvpx</title>
79
80 <para>Install <application>libvpx</application> by running the
81 following commands:</para>
82
83<screen><userinput>mkdir -v ../libvpx-build &amp;&amp;
84cd ../libvpx-build &amp;&amp;
85
86../libvpx-v&libvpx-version;/configure --prefix=/usr \
87 --enable-shared \
88 --disable-static &amp;&amp;
89make</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem>
94 user:</para>
95
96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <para><command>mkdir ../libvpx-build &amp;&amp; cd
104 ../libvpx-build</command>: The <application>libvpx</application> developers
105 recommend building in a dedicated build directory.</para>
106
107 <para><option>--disable-vp8</option>: This switch prevents building of VP8
108 codec support.</para>
109
110 <para><option>--disable-vp9</option>: This switch prevents building of VP9
111 codec support.</para>
112
113 <para><option>--disable-static</option>: This switch prevents building of
114 static versions of libraries.</para>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>vpxdec and vpxenc</seg>
128 <seg>libvpx.so</seg>
129 <seg>/usr/include/vpx</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="vpxdec">
139 <term><command>vpxdec</command></term>
140 <listitem>
141 <para>is the WebM Project VP8 and VP9 decoder.</para>
142 <indexterm zone="libvpx vpxdec">
143 <primary sortas="b-vpxdec">vpxdec</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="vpxenc">
149 <term><command>vpxenc</command></term>
150 <listitem>
151 <para>is the WebM project VP8 and VP9 encoder.</para>
152 <indexterm zone="libvpx vpxenc">
153 <primary sortas="b-vpxenc">vpxenc</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="libvpx-lib">
159 <term><filename class='libraryfile'>libvpx.so</filename></term>
160 <listitem>
161 <para>provides functions to use the VP8 and VP9 video codecs.</para>
162 <indexterm zone="libvpx libvpx-lib">
163 <primary sortas="c-libvpx">libvpx.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.