source: multimedia/libdriv/libaom.xml@ b5ad7a4

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b5ad7a4 was 82d463fb, checked in by Bruce Dubbs <bdubbs@…>, 14 months ago

Typos

  • Property mode set to 100644
File size: 5.2 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 libaom-download-http "https://storage.googleapis.com/aom-releases/libaom-&libaom-version;.tar.gz">
8 <!ENTITY libaom-download-ftp " ">
9 <!ENTITY libaom-md5sum "e5b1843484eb9873666b878e03d8160b">
10 <!ENTITY libaom-size "5.0 MB">
11 <!ENTITY libaom-buildsize "103 MB (add 969 MB for tests)">
12 <!ENTITY libaom-time "0.5 SBU (with parallelism=4, add 136 SBU for tests)">
13
14]>
15
16<!-- Tests not run for version 3.6.1. -->
17
18<sect1 id="libaom" xreflabel="libaom-&libaom-version;">
19 <?dbhtml filename="libaom.html"?>
20
21 <title>libaom-&libaom-version;</title>
22
23 <indexterm zone="libaom">
24 <primary sortas="a-libaom">libaom</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to libaom</title>
29
30 <para>
31 The <application>libaom</application> package contains a reference
32 version of the Alliance for Open Media video codec. This codec is a
33 patent free alternative to H.265, and is starting to be used throughout
34 the internet.
35 </para>
36
37 &lfs113_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libaom-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libaom-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libaom-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libaom-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libaom-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libaom-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libaom Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="yasm"/>
78 (or <xref role='nodep' linkend="nasm"/>, pass the
79 <option>-DENABLE_NASM=yes</option> option to <command>cmake</command>
80 if you want to use it instead of yasm)
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="doxygen"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/libaom"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of libaom</title>
95
96 <para>
97 Install <application>libaom</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>mkdir aom-build &amp;&amp;
102cd aom-build &amp;&amp;
103
104cmake -DCMAKE_INSTALL_PREFIX=/usr \
105 -DCMAKE_BUILD_TYPE=Release \
106 -DBUILD_SHARED_LIBS=1 \
107 -DENABLE_DOCS=no \
108 -G Ninja .. &amp;&amp;
109ninja</userinput></screen>
110
111 <para>
112 To test the results, issue: <command>ninja runtests</command>. Note that
113 the tests take an extremely long time to run.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>ninja install &amp;&amp;
121rm -v /usr/lib/libaom.a</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <parameter>-DBUILD_SHARED_LIBS=1</parameter>: This switch builds shared
130 versions of the libraries.
131 </para>
132
133 <para>
134 <parameter>-DENABLE_DOCS=no</parameter>: This switch disables building
135 the documentation because it fails due to an incompatibility with the
136 latest version of <xref role="nodep" linkend="doxygen"/>.
137 </para>
138
139 <para>
140 <option>-DENABLE_NASM=yes</option>: Use this switch if you have
141 <xref role="nodep" linkend="nasm"/> installed and wish to use it instead
142 of yasm.
143 </para>
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 None
157 </seg>
158 <seg>
159 libaom.so
160 </seg>
161 <seg>
162 /usr/include/aom
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="libaom-lib">
173 <term><filename class="libraryfile">libaom.so</filename></term>
174 <listitem>
175 <para>
176 contains functions that provide a reference implementation of the
177 AV1 codec
178 </para>
179 <indexterm zone="libaom libaom-lib">
180 <primary sortas="c-libaom">libaom.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184 </variablelist>
185 </sect2>
186</sect1>
Note: See TracBrowser for help on using the repository browser.