source: multimedia/hwaccel/libva.xml@ a7eaa89

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a7eaa89 was a7eaa89, checked in by Krejzi <krejzi@…>, 11 years ago

revert some parts of previous two commits

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

  • Property mode set to 100644
File size: 6.4 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 "ca95b343050cf8feaf98dfe08ce0191b">
12 <!ENTITY libva-size "896 KB">
13 <!ENTITY libva-buildsize "20 MB">
14 <!ENTITY libva-time "0.2 SBU">
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 " ">
18 <!ENTITY libva-intel-driver-md5sum "afdd4c91ac552a14b4d0ce93b75c88bb">
19 <!ENTITY libva-intel-driver-size "840 KB">
20 <!ENTITY libva-intel-driver-buildsize "22 MB">
21 <!ENTITY libva-intel-driver-time "0.1 SBU">
22]>
23
24<sect1 id="libva" xreflabel="libva-&libva-version;">
25 <?dbhtml filename="libva.html"?>
26
27 <sect1info>
28 <othername>$LastChangedBy$</othername>
29 <date>$Date$</date>
30 </sect1info>
31
32 <title>libva-&libva-version;</title>
33
34 <indexterm zone="libva">
35 <primary sortas="a-libva">libva</primary>
36 </indexterm>
37
38 <sect2 role="package">
39 <title>Introduction to libva</title>
40
41 <para>
42 The <application>libva</application> package contains a library which
43 provides access to hardware accelerated video processing, using hardware
44 to accelerate video processing in order to offload the central processing
45 unit (CPU) to decode and encode compressed digital video.
46 </para>
47
48 &lfs73_checked;
49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>
54 Download (HTTP): <ulink url="&libva-download-http;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download (FTP): <ulink url="&libva-download-ftp;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download MD5 sum: &libva-md5sum;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download size: &libva-size;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated disk space required: &libva-buildsize;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated build time: &libva-time;
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
85 <itemizedlist spacing="compact">
86 <listitem>
87 <para>
88 Intel Driver Download (HTTP): <ulink url="&libva-intel-driver-download-http;"/>
89 </para>
90 </listitem>
91 <listitem>
92 <para>
93 Intel Driver Download (FTP): <ulink url="&libva-intel-driver-download-ftp;"/>
94 </para>
95 </listitem>
96 <listitem>
97 <para>
98 Intel Driver Download MD5 sum: &libva-intel-driver-md5sum;
99 </para>
100 </listitem>
101 <listitem>
102 <para>
103 Intel Driver Download size: &libva-intel-driver-size;
104 </para>
105 </listitem>
106 <listitem>
107 <para>
108 Estimated disk space required: &libva-intel-driver-buildsize;
109 </para>
110 </listitem>
111 <listitem>
112 <para>
113 Estimated build time: &libva-intel-driver-time;
114 </para>
115 </listitem>
116 </itemizedlist>
117
118 <bridgehead renderas="sect3">libva Dependencies</bridgehead>
119
120 <bridgehead renderas="sect4">Required</bridgehead>
121 <para role="required">
122 <xref linkend="mesalib"/>
123 </para>
124
125 <bridgehead renderas="sect4">Optional</bridgehead>
126 <para role="optional">
127 <xref linkend="doxygen"/> and
128 <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
129 </para>
130
131 <para condition="html" role="usernotes">
132 User Notes: <ulink url="&blfs-wiki;/libva"/>
133 </para>
134 </sect2>
135
136 <sect2 role="installation">
137 <title>Installation of libva</title>
138
139 <para>
140 Install <application>libva</application> by running the following
141 commands:
142 </para>
143
144<screen><userinput>./configure --prefix=/usr &amp;&amp;
145make</userinput></screen>
146
147 <para>
148 This package does not come with a test suite.
149 </para>
150
151 <para>
152 Now, as the <systemitem class="username">root</systemitem> user:
153 </para>
154
155<screen role="root"><userinput>make install</userinput></screen>
156
157 </sect2>
158
159 <sect2 role="installation">
160 <title>Installation of libva-intel-driver</title>
161
162 <para>
163 Install <application>libva-intel-driver</application> by running the
164 following commands:
165 </para>
166
167<screen><userinput>./configure --prefix=/usr &amp;&amp;
168make</userinput></screen>
169
170 <para>
171 This package does not come with a test suite.
172 </para>
173
174 <para>
175 Now, as the <systemitem class="username">root</systemitem> user:
176 </para>
177
178<screen role="root"><userinput>make install</userinput></screen>
179
180 </sect2>
181
182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Programs</segtitle>
187 <segtitle>Installed Libraries</segtitle>
188 <segtitle>Installed Drivers</segtitle>
189 <segtitle>Installed Directory</segtitle>
190
191 <seglistitem>
192 <seg>
193 avcenc, h264encode, loadjpeg, mpeg2vaenc, mpeg2vldemo,
194 putsurface, putsurface_wayland and vainfo
195 </seg>
196 <seg>
197 libva-drm.so, libva-egl.so, libva-glx.so, libva.so,
198 libva-tpi.so, libva-wayland.so and libva-x11.so
199 </seg>
200 <seg>
201 dummy_drv_video.so and i965_drv_video.so
202 </seg>
203 <seg>
204 /usr/include/va
205 </seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="libva-lib">
215 <term><filename class="libraryfile">libva.so</filename></term>
216 <listitem>
217 <para>
218 contains API functions which provide access to hardware
219 accelerated video processing.
220 </para>
221 <indexterm zone="libva libva-lib">
222 <primary sortas="c-libva">libva.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.