source: x/installing/libva.xml@ 0863931d

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0863931d was 5378451, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Update to libva-2.18.0

  • Property mode set to 100644
File size: 6.5 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-version "2.18.0">
8
9 <!ENTITY libva-download-http "https://github.com/intel/libva/releases/download/&libva-version;/libva-&libva-version;.tar.bz2">
10 <!ENTITY libva-download-ftp " ">
11 <!ENTITY libva-md5sum "b597a43395daebf65f23872b67bcd794">
12 <!ENTITY libva-size "496 KB">
13 <!ENTITY libva-buildsize "5.4 MB">
14 <!ENTITY libva-time "less than 0.1 SBU">
15]>
16
17 <sect2 id="libva" xreflabel="libva-&libva-version;">
18
19 <sect2info>
20 <date>$Date$</date>
21 </sect2info>
22
23 <title>libva-&libva-version;</title>
24
25 <indexterm zone="libva">
26 <primary sortas="a-libva">libva</primary>
27 </indexterm>
28
29 <sect3 role="package">
30 <title>Introduction to libva</title>
31
32 <para>
33 The <application>libva</application> package contains a library which
34 provides access to hardware accelerated video processing, using hardware
35 to accelerate video processing in order to offload the central
36 processing unit (CPU) to decode and encode compressed digital video. The VA
37 API video decode/encode interface is platform and window system
38 independent targeted at Direct Rendering Infrastructure (DRI) in the X
39 Window System however it can potentially also be used with direct
40 framebuffer and graphics sub-systems for video output. Accelerated
41 processing includes support for video decoding, video encoding,
42 subpicture blending, and rendering.
43 </para>
44
45 &lfs113_checked;
46
47 <bridgehead renderas="sect4">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&libva-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&libva-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &libva-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &libva-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &libva-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &libva-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect4">libva Dependencies</bridgehead>
82
83 <bridgehead renderas="sect5">Required</bridgehead>
84 <para role="required">
85 <xref linkend="libdrm"/>
86 </para>
87
88 <bridgehead renderas="sect5">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="mesa"/>
91 </para>
92
93 <bridgehead renderas="sect5">Recommended (Runtime)</bridgehead>
94 <!-- "nodep" to prevent BLFS tool from blindly installing all the
95 drivers -->
96 <para role='nodep'>
97 The VA API driver suitable for the hardware in your system:
98 <xref linkend='intel-vaapi-driver'/> (for Intel GPUs provided with
99 Haswell CPUs or earlier),
100 <xref linkend='intel-media-driver'/> (for Intel GPUs provided with
101 Broadwell CPUs or later),
102 <xref linkend='mesa'/> (providing the <literal>r600</literal>,
103 <literal>raedonsi</literal>, and <literal>nouveau</literal> VA API
104 drivers, for the ATI/AMD Raedon HD 2xxx GPUs and later, and
105 <ulink url='https://nouveau.freedesktop.org/VideoAcceleration.html'>
106supported
107 NVIDIA GPUs</ulink>; there is a circular dependency, read the Mesa page
108 for information on how to break it)
109 </para>
110
111 <bridgehead renderas="sect5">Optional</bridgehead>
112 <para role="optional">
113 <xref linkend="doxygen"/>,
114 <xref linkend="wayland"/>, and
115 <ulink url="https://gitlab.freedesktop.org/drm/igt-gpu-tools">intel-gpu-tools</ulink>
116 </para>
117
118 <para condition="html" role="usernotes">
119 User Notes: <ulink url="&blfs-wiki;/libva"/>
120 </para>
121 </sect3>
122
123 <sect3 role="installation">
124 <title>Installation of libva</title>
125 <!-- libva*.so.2 have been around for a long time...
126 <caution>
127 <para>
128 If you are reinstalling this package, you will need
129 to remove the older versions of the libraries. These are in the
130 form of libva*.so.1 and any symbolic links pointing to them. In
131 addition, any packages that use these files need to be rebuilt.
132 </para>
133 </caution>
134 -->
135 <para>
136 Install <application>libva</application> by running the following
137 commands:
138 </para>
139
140<screen><userinput>mkdir build &amp;&amp;
141cd build &amp;&amp;
142
143meson setup --prefix=$XORG_PREFIX --buildtype=release &amp;&amp;
144ninja</userinput></screen>
145
146 <para>
147 This package does not come with a test suite.
148 </para>
149
150 <para>
151 Now, as the <systemitem class="username">root</systemitem> user:
152 </para>
153
154<screen role="root"><userinput>ninja install</userinput></screen>
155
156 </sect3>
157
158 <sect3 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directory</segtitle>
165
166 <seglistitem>
167 <seg>
168 None
169 </seg>
170 <seg>
171 libva-drm.so,
172 libva-glx.so,
173 libva.so,
174 libva-wayland.so, and
175 libva-x11.so
176 </seg>
177 <seg>
178 $XORG_PREFIX/include/va
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="libva-lib">
189 <term><filename class="libraryfile">libva.so</filename></term>
190 <listitem>
191 <para>
192 contains API functions which provide access to hardware
193 accelerated video processing
194 </para>
195 <indexterm zone="libva libva-lib">
196 <primary sortas="c-libva">libva.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect3>
204
205 </sect2>
Note: See TracBrowser for help on using the repository browser.