source: multimedia/libdriv/libaom.xml@ 3ff7901

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 3ff7901 was 6d60514, checked in by Douglas R. Reno <renodr@…>, 10 months ago

libaom: update test stats

  • Property mode set to 100644
File size: 5.1 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 "26fd53c63898211c4f13ffab1e807617">
10 <!ENTITY libaom-size "5.1 MB">
11 <!ENTITY libaom-buildsize "111 MB (add 998 MB for tests)">
12 <!ENTITY libaom-time "1.2 SBU (with parallelism=4, add 187 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 &lfs120_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 &test-use-internet;
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of libaom</title>
94
95 <para>
96 Install <application>libaom</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>mkdir aom-build &amp;&amp;
101cd aom-build &amp;&amp;
102
103cmake -DCMAKE_INSTALL_PREFIX=/usr \
104 -DCMAKE_BUILD_TYPE=Release \
105 -DBUILD_SHARED_LIBS=1 \
106 -DENABLE_DOCS=no \
107 -G Ninja .. &amp;&amp;
108ninja</userinput></screen>
109
110 <para>
111 To test the results, issue: <command>ninja runtests</command>. Note that
112 the tests take an extremely long time to run.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>ninja install &amp;&amp;
120rm -v /usr/lib/libaom.a</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>-DBUILD_SHARED_LIBS=1</parameter>: This switch builds shared
129 versions of the libraries.
130 </para>
131
132 <para>
133 <parameter>-DENABLE_DOCS=no</parameter>: This switch disables building
134 the documentation because it fails due to an incompatibility with the
135 latest version of <xref role="nodep" linkend="doxygen"/>.
136 </para>
137
138 <para>
139 <option>-DENABLE_NASM=yes</option>: Use this switch if you have
140 <xref role="nodep" linkend="nasm"/> installed and wish to use it instead
141 of yasm.
142 </para>
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 None
156 </seg>
157 <seg>
158 libaom.so
159 </seg>
160 <seg>
161 /usr/include/aom
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="libaom-lib">
172 <term><filename class="libraryfile">libaom.so</filename></term>
173 <listitem>
174 <para>
175 contains functions that provide a reference implementation of the
176 AV1 codec
177 </para>
178 <indexterm zone="libaom libaom-lib">
179 <primary sortas="c-libaom">libaom.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183 </variablelist>
184 </sect2>
185</sect1>
Note: See TracBrowser for help on using the repository browser.