source: x/installing/libva.xml@ 0203015

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 0203015 was 0203015, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Fix url for intel-vaapi-driver

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18793 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.9 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 libva-http "http://www.freedesktop.org/software/vaapi/releases">
8
9 <!ENTITY libva-download-http "&libva-http;/libva/libva-&libva-version;.tar.bz2">
10 <!ENTITY libva-download-ftp " ">
11 <!ENTITY libva-md5sum "2ce6901495b64f4cc26dd0fb53eb5b14">
12 <!ENTITY libva-size "452 KB">
13 <!ENTITY libva-buildsize "7.1 MB">
14 <!ENTITY libva-time "0.2 SBU">
15
16 <!ENTITY libva-intel-driver-download-http "&libva-http;/libva-intel-driver/intel-vaapi-driver-&libva-intel-driver-version;.tar.bz2">
17 <!ENTITY libva-intel-driver-download-ftp " ">
18 <!ENTITY libva-intel-driver-md5sum "fd70a5f739b5d8a8dbf612843ebedf39">
19 <!ENTITY libva-intel-driver-size "1.9 MB">
20 <!ENTITY libva-intel-driver-buildsize "52 MB">
21 <!ENTITY libva-intel-driver-time "0.3 SBU">
22]>
23
24<sect2 id="libva" xreflabel="libva-&libva-version;">
25
26 <sect2info>
27 <othername>$LastChangedBy$</othername>
28 <date>$Date$</date>
29 </sect2info>
30
31 <title>libva-&libva-version;</title>
32
33 <indexterm zone="libva">
34 <primary sortas="a-libva">libva</primary>
35 </indexterm>
36
37 <sect3 role="package">
38 <title>Introduction to libva</title>
39
40 <para>
41 The <application>libva</application> package contains a library which
42 provides access to hardware accelerated video processing, using hardware
43 to accelerate video processing in order to offload the central
44 processing unit (CPU) to decode and encode compressed digital video. The VA
45 API video decode/encode interface is platform and window system
46 independent targeted at Direct Rendering Infrastructure (DRI) in the X
47 Window System however it can potentially also be used with direct
48 framebuffer and graphics sub-systems for video output. Accelerated
49 processing includes support for video decoding, video encoding,
50 subpicture blending, and rendering.
51 </para>
52
53 &lfs80_checked;
54 &gcc7_checked;
55
56 <bridgehead renderas="sect4">Package Information</bridgehead>
57 <itemizedlist spacing="compact">
58 <listitem>
59 <para>
60 Download (HTTP): <ulink url="&libva-download-http;"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download (FTP): <ulink url="&libva-download-ftp;"/>
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Download MD5 sum: &libva-md5sum;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Download size: &libva-size;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Estimated disk space required: &libva-buildsize;
81 </para>
82 </listitem>
83 <listitem>
84 <para>
85 Estimated build time: &libva-time;
86 </para>
87 </listitem>
88 </itemizedlist>
89
90 <bridgehead renderas="sect4">Additional Downloads</bridgehead>
91 <itemizedlist spacing="compact">
92 <listitem>
93 <para>
94 Intel Driver Download (HTTP): <ulink url="&libva-intel-driver-download-http;"/>
95 </para>
96 </listitem>
97 <listitem>
98 <para>
99 Intel Driver Download (FTP): <ulink url="&libva-intel-driver-download-ftp;"/>
100 </para>
101 </listitem>
102 <listitem>
103 <para>
104 Intel Driver Download MD5 sum: &libva-intel-driver-md5sum;
105 </para>
106 </listitem>
107 <listitem>
108 <para>
109 Intel Driver Download size: &libva-intel-driver-size;
110 </para>
111 </listitem>
112 <listitem>
113 <para>
114 Estimated disk space required: &libva-intel-driver-buildsize;
115 </para>
116 </listitem>
117 <listitem>
118 <para>
119 Estimated build time: &libva-intel-driver-time;
120 </para>
121 </listitem>
122 </itemizedlist>
123
124 <bridgehead renderas="sect4">libva Dependencies</bridgehead>
125
126 <bridgehead renderas="sect5">Required</bridgehead>
127 <para role="required">
128 <xref linkend="mesa"/>
129 </para>
130
131 <bridgehead renderas="sect5">Optional</bridgehead>
132 <para role="optional">
133 <xref linkend="doxygen"/> and
134 <xref linkend="wayland"/>
135 </para>
136
137 <para condition="html" role="usernotes">
138 User Notes: <ulink url="&blfs-wiki;/libva"/>
139 </para>
140 </sect3>
141
142 <sect3 role="installation">
143 <title>Installation of libva</title>
144
145 <para>
146 Install <application>libva</application> by running the following
147 commands:
148 </para>
149
150<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
151make</userinput></screen>
152
153 <para>
154 This package does not come with a test suite.
155 </para>
156
157 <para>
158 Now, as the <systemitem class="username">root</systemitem> user:
159 </para>
160
161<screen role="root"><userinput>make install</userinput></screen>
162
163 </sect3>
164
165 <sect3 role="installation">
166 <title>Installation of intel-vaapi-driver</title>
167
168 <para>
169 The <application>intel-vaapi-driver</application> is designed
170 specifically for video cards based on an Intel GPU.
171 Unpack the intel-vaapi tarball using the normal procedures
172 and install the driver by running the following commands:
173 </para>
174
175<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
176make</userinput></screen>
177
178 <para>
179 This package does not come with a test suite.
180 </para>
181
182 <para>
183 Now, as the <systemitem class="username">root</systemitem> user:
184 </para>
185
186<screen role="root"><userinput>make install</userinput></screen>
187
188 </sect3>
189
190 <sect3 role="content">
191 <title>Contents</title>
192
193 <segmentedlist>
194 <segtitle>Installed Programs</segtitle>
195 <segtitle>Installed Libraries</segtitle>
196 <segtitle>Installed Drivers</segtitle>
197 <segtitle>Installed Directory</segtitle>
198
199 <seglistitem>
200 <seg>
201 None
202 </seg>
203 <seg>
204 libva-drm.so,
205 libva-egl.so,
206 libva-glx.so,
207 libva.so,
208 libva-tpi.so,
209 libva-wayland.so, and
210 libva-x11.so
211 </seg>
212 <seg>
213 dummy_drv_video.so and
214 i965_drv_video.so
215 </seg>
216 <seg>
217 $XORG_PREFIX/include/va
218 </seg>
219 </seglistitem>
220 </segmentedlist>
221
222 <variablelist>
223 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
224 <?dbfo list-presentation="list"?>
225 <?dbhtml list-presentation="table"?>
226
227 <varlistentry id="libva-lib">
228 <term><filename class="libraryfile">libva.so</filename></term>
229 <listitem>
230 <para>
231 contains API functions which provide access to hardware
232 accelerated video processing.
233 </para>
234 <indexterm zone="libva libva-lib">
235 <primary sortas="c-libva">libva.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 </variablelist>
241
242 </sect3>
243
244</sect2>
Note: See TracBrowser for help on using the repository browser.