source: multimedia/libdriv/libvpx.xml@ 39edd16d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 39edd16d was 39edd16d, checked in by Xi Ruoyao <xry111@…>, 5 years ago

libvpx: require one of nasm and yasm

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22047 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 "https://github.com/webmproject/libvpx/archive/v&libvpx-version;/libvpx-&libvpx-version;.tar.gz">
8 <!ENTITY libvpx-download-ftp " ">
9 <!ENTITY libvpx-md5sum "17b1b9278b5066ecd1a76e82266ecdf9">
10 <!ENTITY libvpx-size "2.8 MB">
11 <!ENTITY libvpx-buildsize "52 MB">
12 <!ENTITY libvpx-time "0.5 SBU (using parallelism=4)">
13]>
14
15<sect1 id="libvpx" xreflabel="libvpx-&libvpx-version;">
16 <?dbhtml filename="libvpx.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libvpx-&libvpx-version;</title>
24
25 <indexterm zone="libvpx">
26 <primary sortas="a-libvpx">libvpx</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libvpx</title>
31
32 <para>This package, from the WebM project, provides the reference
33 implementations of the VP8 Codec, used in most current html5 video,
34 and of the next-generation VP9 Codec.</para>
35
36 &lfs90_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libvpx-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libvpx-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libvpx-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libvpx-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libvpx-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libvpx-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">libvpx Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="yasm"/> or <xref linkend="nasm"/>, and
65 <xref linkend="which"/> (so <command>configure</command> can find yasm)
66 </para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional">
70 <xref linkend="doxygen"/> and <xref linkend="php"/>
71 (to build the documentation)
72 </para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/libvpx"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libvpx</title>
81
82 <para>Install <application>libvpx</application> by running the
83 following commands:</para>
84
85<screen><userinput>sed -i 's/cp -p/cp/' build/make/Makefile &amp;&amp;
86
87mkdir libvpx-build &amp;&amp;
88cd libvpx-build &amp;&amp;
89
90../configure --prefix=/usr \
91 --enable-shared \
92 --disable-static &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem>
98 user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><command>sed ... </command>: This command
108 corrects ownership and permissions of installed files.</para>
109
110 <para><command>mkdir libvpx-build &amp;&amp; cd
111 libvpx-build</command>: The <application>libvpx</application> developers
112 recommend building in a dedicated build directory.</para>
113
114 <para><option>--disable-vp8</option>: This switch prevents building of VP8
115 codec support.</para>
116
117 <para><option>--disable-vp9</option>: This switch prevents building of VP9
118 codec support.</para>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>vpxdec and vpxenc</seg>
135 <seg>libvpx.so</seg>
136 <seg>/usr/include/vpx</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="vpxdec">
146 <term><command>vpxdec</command></term>
147 <listitem>
148 <para>is the WebM Project VP8 and VP9 decoder.</para>
149 <indexterm zone="libvpx vpxdec">
150 <primary sortas="b-vpxdec">vpxdec</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="vpxenc">
156 <term><command>vpxenc</command></term>
157 <listitem>
158 <para>is the WebM project VP8 and VP9 encoder.</para>
159 <indexterm zone="libvpx vpxenc">
160 <primary sortas="b-vpxenc">vpxenc</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="libvpx-lib">
166 <term><filename class='libraryfile'>libvpx.so</filename></term>
167 <listitem>
168 <para>provides functions to use the VP8 and VP9 video codecs.</para>
169 <indexterm zone="libvpx libvpx-lib">
170 <primary sortas="c-libvpx">libvpx.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.