source: x/installing/libva.xml@ 8dfc5c3

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 8dfc5c3 was 8dfc5c3, checked in by Krejzi <krejzi@…>, 7 years ago

Fix some URLs

  • Switch to https:// scheme where possible to avoid redirects
  • Unify all kernel.org, Sourceforge and GNU URLs
  • Fix python and perl module URLs to be consistent
  • Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
  • Use upstream locations for some packages or better/shorter URLs if available
  • Add https:// URLs for gnupg packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19022 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-download-http "https://github.com/01org/libva/releases/download/&libva-version;/libva-&libva-version;.tar.bz2">
8 <!ENTITY libva-download-ftp " ">
9 <!ENTITY libva-md5sum "2ce6901495b64f4cc26dd0fb53eb5b14">
10 <!ENTITY libva-size "452 KB">
11 <!ENTITY libva-buildsize "7.1 MB">
12 <!ENTITY libva-time "0.2 SBU">
13
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">
16 <!ENTITY libva-intel-driver-download-ftp " ">
17 <!ENTITY libva-intel-driver-md5sum "fd70a5f739b5d8a8dbf612843ebedf39">
18 <!ENTITY libva-intel-driver-size "1.9 MB">
19 <!ENTITY libva-intel-driver-buildsize "52 MB">
20 <!ENTITY libva-intel-driver-time "0.3 SBU">
21]>
22
23<sect2 id="libva" xreflabel="libva-&libva-version;">
24
25 <sect2info>
26 <othername>$LastChangedBy$</othername>
27 <date>$Date$</date>
28 </sect2info>
29
30 <title>libva-&libva-version;</title>
31
32 <indexterm zone="libva">
33 <primary sortas="a-libva">libva</primary>
34 </indexterm>
35
36 <sect3 role="package">
37 <title>Introduction to libva</title>
38
39 <para>
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
43 processing unit (CPU) to decode and encode compressed digital video. The VA
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.
50 </para>
51
52 &lfs80_checked;
53 &gcc7_checked;
54
55 <bridgehead renderas="sect4">Package Information</bridgehead>
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
89 <bridgehead renderas="sect4">Additional Downloads</bridgehead>
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
123 <bridgehead renderas="sect4">libva Dependencies</bridgehead>
124
125 <bridgehead renderas="sect5">Required</bridgehead>
126 <para role="required">
127 <xref linkend="mesa"/>
128 </para>
129
130 <bridgehead renderas="sect5">Optional</bridgehead>
131 <para role="optional">
132 <xref linkend="doxygen"/> and
133 <xref linkend="wayland"/>
134 </para>
135
136 <para condition="html" role="usernotes">
137 User Notes: <ulink url="&blfs-wiki;/libva"/>
138 </para>
139 </sect3>
140
141 <sect3 role="installation">
142 <title>Installation of libva</title>
143
144 <para>
145 Install <application>libva</application> by running the following
146 commands:
147 </para>
148
149<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
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
162 </sect3>
163
164 <sect3 role="installation">
165 <title>Installation of intel-vaapi-driver</title>
166
167 <para>
168 The <application>intel-vaapi-driver</application> is designed
169 specifically for video cards based on an Intel GPU.
170 Unpack the intel-vaapi tarball using the normal procedures
171 and install the driver by running the following commands:
172 </para>
173
174<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
175make</userinput></screen>
176
177 <para>
178 This package does not come with a test suite.
179 </para>
180
181 <para>
182 Now, as the <systemitem class="username">root</systemitem> user:
183 </para>
184
185<screen role="root"><userinput>make install</userinput></screen>
186
187 </sect3>
188
189 <sect3 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Programs</segtitle>
194 <segtitle>Installed Libraries</segtitle>
195 <segtitle>Installed Drivers</segtitle>
196 <segtitle>Installed Directory</segtitle>
197
198 <seglistitem>
199 <seg>
200 None
201 </seg>
202 <seg>
203 libva-drm.so,
204 libva-egl.so,
205 libva-glx.so,
206 libva.so,
207 libva-tpi.so,
208 libva-wayland.so, and
209 libva-x11.so
210 </seg>
211 <seg>
212 dummy_drv_video.so and
213 i965_drv_video.so
214 </seg>
215 <seg>
216 $XORG_PREFIX/include/va
217 </seg>
218 </seglistitem>
219 </segmentedlist>
220
221 <variablelist>
222 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
223 <?dbfo list-presentation="list"?>
224 <?dbhtml list-presentation="table"?>
225
226 <varlistentry id="libva-lib">
227 <term><filename class="libraryfile">libva.so</filename></term>
228 <listitem>
229 <para>
230 contains API functions which provide access to hardware
231 accelerated video processing.
232 </para>
233 <indexterm zone="libva libva-lib">
234 <primary sortas="c-libva">libva.so</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 </variablelist>
240
241 </sect3>
242
243</sect2>
Note: See TracBrowser for help on using the repository browser.