source: multimedia/libdriv/libvpx.xml@ 3be43c7

12.0 12.1 gimp3 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 3be43c7 was afb71d0a, checked in by Xi Ruoyao <xry111@…>, 17 months ago

Add notes about Internet connection requirement for building or testing

  • Property mode set to 100644
File size: 6.4 KB
RevLine 
[1fb813d]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
[fc8a910]7 <!ENTITY libvpx-download-http "https://github.com/webmproject/libvpx/archive/v&libvpx-version;/libvpx-&libvpx-version;.tar.gz">
[13bd274]8 <!ENTITY libvpx-download-ftp " ">
[f719350]9 <!ENTITY libvpx-md5sum "d5fd45a806a65a57d6635f9e7a98a1b2">
[2e0fbc6]10 <!ENTITY libvpx-size "5.2 MB">
[f719350]11 <!ENTITY libvpx-buildsize "63 MB (add 1.5 GB for tests)">
12 <!ENTITY libvpx-time "0.5 SBU (Using parallelism=4; add approx 15 SBU for tests using parallelism=4, including download time)">
[1fb813d]13]>
14
[14897252]15<sect1 id="libvpx" xreflabel="libvpx-&libvpx-version;">
[1fb813d]16 <?dbhtml filename="libvpx.html"?>
17
18
[e04cfef]19 <title>libvpx-&libvpx-version;</title>
[1fb813d]20
21 <indexterm zone="libvpx">
22 <primary sortas="a-libvpx">libvpx</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libvpx</title>
27
[2eeb8695]28 <para>
29 This package, from the WebM project, provides the reference
30 implementations of the VP8 Codec, used in most current html5 video,
31 and of the next-generation VP9 Codec.
32 </para>
[1fb813d]33
[dc1a45e]34 &lfs113_checked;
[1fb813d]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[2eeb8695]39 <para>
40 Download (HTTP): <ulink url="&libvpx-download-http;"/>
41 </para>
[1fb813d]42 </listitem>
43 <listitem>
[2eeb8695]44 <para>
45 Download (FTP): <ulink url="&libvpx-download-ftp;"/>
46 </para>
[1fb813d]47 </listitem>
48 <listitem>
[2eeb8695]49 <para>
50 Download MD5 sum: &libvpx-md5sum;
51 </para>
[1fb813d]52 </listitem>
53 <listitem>
[2eeb8695]54 <para>
55 Download size: &libvpx-size;
56 </para>
[1fb813d]57 </listitem>
58 <listitem>
[2eeb8695]59 <para>
60 Estimated disk space required: &libvpx-buildsize;
61 </para>
[1fb813d]62 </listitem>
63 <listitem>
[2eeb8695]64 <para>
65 Estimated build time: &libvpx-time;
66 </para>
[1fb813d]67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libvpx Dependencies</bridgehead>
71
[431d921]72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended">
[8558044]74 <xref linkend="yasm"/> or <xref role="nodep" linkend="nasm"/>, and
[f95e57bf]75 <xref linkend="which"/> (so <command>configure</command> can find yasm)
76 </para>
[793932fd]77
[1fb813d]78 <bridgehead renderas="sect4">Optional</bridgehead>
[e915fec]79 <para role="optional">
[8558044]80 <xref linkend="curl"/> (to download test files) and
[37ede2a]81 <xref linkend="doxygen"/> (to build documentation)
[e915fec]82 </para>
[1fb813d]83
[afb71d0a]84 &test-use-internet;
85
[1fb813d]86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/libvpx"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of libvpx</title>
93
[2eeb8695]94 <para>
95 Install <application>libvpx</application> by running the
96 following commands:
97 </para>
[1fb813d]98
[71b2520e]99<screen><userinput>sed -i 's/cp -p/cp/' build/make/Makefile &amp;&amp;
[e04cfef]100
[71b2520e]101mkdir libvpx-build &amp;&amp;
102cd libvpx-build &amp;&amp;
[e04cfef]103
[71b2520e]104../configure --prefix=/usr \
105 --enable-shared \
106 --disable-static &amp;&amp;
[1fb813d]107make</userinput></screen>
108
[2eeb8695]109 <para>
[37ede2a]110 To test the results, issue:
111 <command>LD_LIBRARY_PATH=. make test</command>.
[2e0fbc6]112 The test suite downloads many files as part of its test process.
[f719350]113 A few parts of it will use all available cores.
[2eeb8695]114 </para>
[1fb813d]115
[2eeb8695]116 <para>
[37ede2a]117 Now, as the <systemitem class="username">root</systemitem> user:
[2eeb8695]118 </para>
[1fb813d]119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
[2eeb8695]127 <para>
128 <command>sed ... </command>: This command
129 corrects ownership and permissions of installed files.
130 </para>
[b63e0be1]131
[2eeb8695]132 <para>
133 <command>mkdir libvpx-build &amp;&amp; cd libvpx-build</command>:
134 The <application>libvpx</application> developers
135 recommend building in a dedicated build directory.
136 </para>
[0d7900a]137
[f719350]138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/static-libraries.xml"/>
140
[2eeb8695]141 <para>
142 <option>--disable-vp8</option>: This switch prevents building of VP8
143 codec support.
144 </para>
[6c52b1a]145
[2eeb8695]146 <para>
147 <option>--disable-vp9</option>: This switch prevents building of VP9
148 codec support.
149 </para>
[6c52b1a]150
[431d921]151 <para>
152 <option>--target=generic-gnu</option>: This switch disables
153 optimizations specific for x86 and x86-64, allowing to build this
154 package without <command>nasm</command> and <command>yasm</command>
155 installed.
156 </para>
157
[37ede2a]158 <para>
[48771ae]159 <command>LD_LIBRARY_PATH=.</command>: This is needed for the test suite
[6700d12]160 to use the library that was just built.
[37ede2a]161 </para>
162
[1fb813d]163 </sect2>
164
165 <sect2 role="content">
166 <title>Contents</title>
167
168 <segmentedlist>
169 <segtitle>Installed Programs</segtitle>
[5aac2b97]170 <segtitle>Installed Libraries</segtitle>
[1fb813d]171 <segtitle>Installed Directories</segtitle>
172
173 <seglistitem>
[e04cfef]174 <seg>vpxdec and vpxenc</seg>
[5aac2b97]175 <seg>libvpx.so</seg>
[1fb813d]176 <seg>/usr/include/vpx</seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="vpxdec">
186 <term><command>vpxdec</command></term>
187 <listitem>
[2eeb8695]188 <para>
[4c24eb0a]189 is the WebM Project VP8 and VP9 decoder
[2eeb8695]190 </para>
[1fb813d]191 <indexterm zone="libvpx vpxdec">
192 <primary sortas="b-vpxdec">vpxdec</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="vpxenc">
198 <term><command>vpxenc</command></term>
199 <listitem>
[2eeb8695]200 <para>
[4c24eb0a]201 is the WebM project VP8 and VP9 encoder
[2eeb8695]202 </para>
[1fb813d]203 <indexterm zone="libvpx vpxenc">
204 <primary sortas="b-vpxenc">vpxenc</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="libvpx-lib">
[4c24eb0a]210 <term><filename class="libraryfile">libvpx.so</filename></term>
[1fb813d]211 <listitem>
[2eeb8695]212 <para>
[4c24eb0a]213 provides functions to use the VP8 and VP9 video codecs
[2eeb8695]214 </para>
[1fb813d]215 <indexterm zone="libvpx libvpx-lib">
[e114b7b9]216 <primary sortas="c-libvpx">libvpx.so</primary>
[1fb813d]217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.