source: x/installing/libva.xml@ f594857

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 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 nosym 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 f594857 was 9ea70da, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Update to libva-1.5.1 / libva-intel-driver-1.5.1.
Update to xf86-input-wacom-0.29.0.
Update to udisks-2.1.5.
Update to seahorse-3.14.1.
Update to mariadb-10.0.17

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

  • Property mode set to 100644
File size: 7.3 KB
RevLine 
[07584d8]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 " ">
[9ea70da]11 <!ENTITY libva-md5sum "d6d34cd725a0100a5e476e711838e1b1">
12 <!ENTITY libva-size "744 KB">
[a2d2f0c]13 <!ENTITY libva-buildsize "17 MB">
[2015f9d]14 <!ENTITY libva-time "0.2 SBU">
[07584d8]15
16 <!ENTITY libva-intel-driver-download-http "&libva-http;/libva-intel-driver/libva-intel-driver-&libva-intel-driver-version;.tar.bz2">
17 <!ENTITY libva-intel-driver-download-ftp " ">
[9ea70da]18 <!ENTITY libva-intel-driver-md5sum "93ba8b1fbe5322d3c3ef47d187f6951e">
19 <!ENTITY libva-intel-driver-size "1.0 MB">
20 <!ENTITY libva-intel-driver-buildsize "47 MB">
[ecd7e427]21 <!ENTITY libva-intel-driver-time "0.2 SBU">
[07584d8]22]>
23
[a8ece039]24<sect2 id="libva" xreflabel="libva-&libva-version;">
[07584d8]25
[a8ece039]26 <sect2info>
[07584d8]27 <othername>$LastChangedBy$</othername>
28 <date>$Date$</date>
[a8ece039]29 </sect2info>
[07584d8]30
31 <title>libva-&libva-version;</title>
32
33 <indexterm zone="libva">
34 <primary sortas="a-libva">libva</primary>
35 </indexterm>
36
[a8ece039]37 <sect3 role="package">
[07584d8]38 <title>Introduction to libva</title>
39
[a8ece039]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. 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.
[07584d8]51 </para>
52
[3240696]53 &lfs77_checked;
[07584d8]54
[a8ece039]55 <bridgehead renderas="sect4">Package Information</bridgehead>
[07584d8]56 <itemizedlist spacing="compact">
57 <listitem>
58 <para>
59 Download (HTTP): <ulink url="&libva-download-http;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download (FTP): <ulink url="&libva-download-ftp;"/>
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download MD5 sum: &libva-md5sum;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Download size: &libva-size;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated disk space required: &libva-buildsize;
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 Estimated build time: &libva-time;
85 </para>
86 </listitem>
87 </itemizedlist>
88
[a8ece039]89 <bridgehead renderas="sect4">Additional Downloads</bridgehead>
[07584d8]90 <itemizedlist spacing="compact">
91 <listitem>
92 <para>
93 Intel Driver Download (HTTP): <ulink url="&libva-intel-driver-download-http;"/>
94 </para>
95 </listitem>
96 <listitem>
97 <para>
98 Intel Driver Download (FTP): <ulink url="&libva-intel-driver-download-ftp;"/>
99 </para>
100 </listitem>
101 <listitem>
102 <para>
103 Intel Driver Download MD5 sum: &libva-intel-driver-md5sum;
104 </para>
105 </listitem>
106 <listitem>
107 <para>
108 Intel Driver Download size: &libva-intel-driver-size;
109 </para>
110 </listitem>
111 <listitem>
112 <para>
113 Estimated disk space required: &libva-intel-driver-buildsize;
114 </para>
115 </listitem>
116 <listitem>
117 <para>
118 Estimated build time: &libva-intel-driver-time;
119 </para>
120 </listitem>
121 </itemizedlist>
122
[a8ece039]123 <bridgehead renderas="sect4">libva Dependencies</bridgehead>
[07584d8]124
[a8ece039]125 <bridgehead renderas="sect5">Required</bridgehead>
[07584d8]126 <para role="required">
127 <xref linkend="mesalib"/>
128 </para>
129
[a8ece039]130 <bridgehead renderas="sect5">Optional</bridgehead>
[07584d8]131 <para role="optional">
132 <xref linkend="doxygen"/> and
133 <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
134 </para>
135
136 <para condition="html" role="usernotes">
137 User Notes: <ulink url="&blfs-wiki;/libva"/>
138 </para>
[a8ece039]139 </sect3>
[07584d8]140
[a8ece039]141 <sect3 role="installation">
[07584d8]142 <title>Installation of libva</title>
143
144 <para>
145 Install <application>libva</application> by running the following
146 commands:
147 </para>
148
[9ea70da]149<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
[07584d8]150make</userinput></screen>
151
152 <para>
153 This package does not come with a test suite.
154 </para>
155
156 <para>
157 Now, as the <systemitem class="username">root</systemitem> user:
158 </para>
159
160<screen role="root"><userinput>make install</userinput></screen>
161
[a8ece039]162 </sect3>
[07584d8]163
[a8ece039]164 <sect3 role="installation">
[07584d8]165 <title>Installation of libva-intel-driver</title>
166
167 <para>
[a8ece039]168 The <application>libva-intel-driver</application> is designed
169 specifically for video cards based on an Intel GPU.
170 Install the driver by running the following commands:
[07584d8]171 </para>
172
[cb68ca5]173<screen><userinput>mkdir -p m4 &amp;&amp;
[f0397f1d]174autoreconf -fi &amp;&amp;
[cb68ca5]175./configure $XORG_CONFIG &amp;&amp;
[07584d8]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
[a8ece039]188 </sect3>
[07584d8]189
[cb68ca5]190 <sect3 role="commands">
191 <title>Command Explanations</title>
192
193 <para>
194 <command>mkdir -p m4</command>: This command prevents an error
[2ef4b8b8]195 that may occur when running autoreconf.
[cb68ca5]196 </para>
197
198 <para>
[f0397f1d]199 <command>autoreconf -fi</command>: This command regenerates
[cb68ca5]200 the configure script to prevent a mandatory test for
201 wayland-scanner when configuring.
202 </para>
203
204 </sect3>
205
[a8ece039]206 <sect3 role="content">
[07584d8]207 <title>Contents</title>
208
209 <segmentedlist>
210 <segtitle>Installed Programs</segtitle>
211 <segtitle>Installed Libraries</segtitle>
212 <segtitle>Installed Drivers</segtitle>
213 <segtitle>Installed Directory</segtitle>
214
215 <seglistitem>
216 <seg>
[a2d2f0c]217 avcenc, h264encode, jpegenc, loadjpeg, mpeg2vaenc, mpeg2vldemo,
[22f1468]218 putsurface, putsurface_wayland, and vainfo
[07584d8]219 </seg>
220 <seg>
221 libva-drm.so, libva-egl.so, libva-glx.so, libva.so,
[22f1468]222 libva-tpi.so, libva-wayland.so, and libva-x11.so
[07584d8]223 </seg>
224 <seg>
225 dummy_drv_video.so and i965_drv_video.so
226 </seg>
227 <seg>
[a2d2f0c]228 $XORG_PREFIX/include/va
[07584d8]229 </seg>
230 </seglistitem>
231 </segmentedlist>
232
233 <variablelist>
234 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
235 <?dbfo list-presentation="list"?>
236 <?dbhtml list-presentation="table"?>
237
238 <varlistentry id="libva-lib">
239 <term><filename class="libraryfile">libva.so</filename></term>
240 <listitem>
241 <para>
242 contains API functions which provide access to hardware
243 accelerated video processing.
244 </para>
245 <indexterm zone="libva libva-lib">
246 <primary sortas="c-libva">libva.so</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 </variablelist>
252
[a8ece039]253 </sect3>
[07584d8]254
[a8ece039]255</sect2>
Note: See TracBrowser for help on using the repository browser.