source: x/installing/libva.xml@ c34cb2e5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 c34cb2e5 was c34cb2e5, checked in by DJ Lucas <dj@…>, 6 years ago

Various dependency fixes.

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

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