source: multimedia/libdriv/libva-systemd.xml@ 8a338353

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 8a338353 was 8a338353, checked in by Krejzi <krejzi@…>, 10 years ago

Move libva to multimedia section. Introduce libva-drivers page, add libva-vdpau-driver.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13581 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.1 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 "eb4db967f068854444b597071c66b480">
12 <!ENTITY libva-size "744 KB">
13 <!ENTITY libva-buildsize "18 MB">
14 <!ENTITY libva-time "0.3 SBU">
15]>
16
17<sect1 id="libva" xreflabel="libva-&libva-version;">
18 <?dbhtml filename="libva.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libva-&libva-version;</title>
26
27 <indexterm zone="libva">
28 <primary sortas="a-libva">libva</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libva</title>
33
34 <para>
35 The <application>libva</application> package contains a library which
36 provides access to hardware accelerated video processing, using hardware
37 to accelerate video processing in order to offload the central
38 processing unit (CPU) to decode and encode compressed digital video. VA
39 API video decode/encode interface is platform and window system
40 independent targeted at Direct Rendering Infrastructure (DRI) in the X
41 Window System however it can potentially also be used with direct
42 framebuffer and graphics sub-systems for video output. Accelerated
43 processing includes support for video decoding, video encoding,
44 subpicture blending, and rendering.
45 </para>
46
47 &lfs75_checked;
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>
53 Download (HTTP): <ulink url="&libva-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&libva-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &libva-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &libva-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &libva-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &libva-time;
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">libva Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="mesalib"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="doxygen"/> and
93 <xref linkend="wayland"/>
94 </para>
95
96 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
97 <para role="optional">
98 At least one of <xref linkend="libva-drivers"/>
99 </para>
100
101 <para condition="html" role="usernotes">
102 User Notes: <ulink url="&blfs-wiki;/libva"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of libva</title>
108
109 <para>
110 Install <application>libva</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/static-libraries.xml"/>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 avcenc, h264encode, loadjpeg, mpeg2vaenc, mpeg2vldemo,
148 putsurface, putsurface_wayland, and vainfo
149 </seg>
150 <seg>
151 libva-drm.so, libva-egl.so, libva-glx.so, libva.so,
152 libva-tpi.so, libva-wayland.so, and libva-x11.so
153 </seg>
154 <seg>
155 /usr/include/va
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="libva-lib">
166 <term><filename class="libraryfile">libva.so</filename></term>
167 <listitem>
168 <para>
169 contains API functions which provide access to hardware
170 accelerated video processing.
171 </para>
172 <indexterm zone="libva libva-lib">
173 <primary sortas="c-libva">libva.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.