source: multimedia/libdriv/libvdpau.xml

trunk
Last change on this file was e8b3f50, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Tags

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 libvdpau-version "1.5">
8
9 <!ENTITY libvdpau-download-http "https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/&libvdpau-version;/libvdpau-&libvdpau-version;.tar.bz2">
10 <!ENTITY libvdpau-download-ftp " ">
11 <!ENTITY libvdpau-md5sum "148a192110e7a49d62c0bf9ef916c099">
12 <!ENTITY libvdpau-size "140 KB">
13 <!ENTITY libvdpau-buildsize "4.6 MB (with tests)">
14 <!ENTITY libvdpau-time "less than 0.1 SBU (with tests)">
15]>
16
17 <sect1 id="libvdpau" xreflabel="libvdpau-&libvdpau-version;">
18 <?dbhtml filename="libvdpau.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libvdpau-&libvdpau-version;</title>
25
26 <indexterm zone="libvdpau">
27 <primary sortas="a-libvdpau">libvdpau</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libvdpau</title>
32
33 <para>
34 The <application>libvdpau</application> package contains a library which
35 implements the VDPAU library.
36 </para>
37
38 <para>
39 VDPAU (Video Decode and Presentation API for Unix) is an open source
40 library (libvdpau) and API originally designed by Nvidia for its GeForce
41 8 series and later GPU hardware targeted at the X Window System.
42 This VDPAU API allows video programs to offload portions of the video
43 decoding process and video post-processing to the GPU video-hardware.
44 </para>
45
46 <para>
47 Currently, the portions capable of being offloaded by VDPAU onto the GPU
48 are motion compensation (mo comp), inverse discrete cosine transform
49 (iDCT), VLD (variable-length decoding) and deblocking for MPEG-1, MPEG-2,
50 MPEG-4 ASP (MPEG-4 Part 2), H.264/MPEG-4 AVC and VC-1, WMV3/WMV9 encoded
51 videos. Which specific codecs of these that can be offloaded to the
52 GPU depends on the version of the GPU hardware; specifically,
53 to also decode MPEG-4 ASP (MPEG-4 Part 2), Xvid/OpenDivX (DivX 4), and
54 DivX 5 formats, a GeForce 200M (2xxM) Series (the eleventh generation of
55 Nvidia's GeForce graphics processing units) or newer GPU hardware is
56 required.
57 </para>
58
59 &lfs121_checked;
60
61 <bridgehead renderas="sect3">Package Information</bridgehead>
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para>
65 Download (HTTP): <ulink url="&libvdpau-download-http;"/>
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Download (FTP): <ulink url="&libvdpau-download-ftp;"/>
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Download MD5 sum: &libvdpau-md5sum;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Download size: &libvdpau-size;
81 </para>
82 </listitem>
83 <listitem>
84 <para>
85 Estimated disk space required: &libvdpau-buildsize;
86 </para>
87 </listitem>
88 <listitem>
89 <para>
90 Estimated build time: &libvdpau-time;
91 </para>
92 </listitem>
93 </itemizedlist>
94
95 <bridgehead renderas="sect3">libvdpau Dependencies</bridgehead>
96
97 <bridgehead renderas="sect4">Required</bridgehead>
98 <para role="required">
99 <xref linkend="xorg7-lib"/>
100 </para>
101
102 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
103 <!-- "nodep" to prevent BLFS tool from blindly installing all the
104 drivers -->
105 <para role='nodep'>
106 The VDPAU driver suitable for the hardware in your system:
107 <xref linkend='libvdpau-va-gl'/> (for Intel GPUs) and
108 <xref linkend='mesa'/> (providing the <literal>r600</literal>,
109 <literal>radeonsi</literal>, and <literal>nouveau</literal> VDPAU
110 drivers, for the ATI/AMD Radeon HD 2xxx GPUs and later, and
111 <ulink url='https://nouveau.freedesktop.org/VideoAcceleration.html'>
112supported
113 NVIDIA GPUs</ulink>; Mesa must be built after this package for these
114 drivers)
115 </para>
116
117 <bridgehead renderas="sect4">Optional</bridgehead>
118 <para role="optional">
119 <xref linkend="doxygen"/>,
120 <xref linkend="graphviz"/>, and
121 <xref linkend="texlive"/> or <xref linkend="tl-installer"/>
122 </para>
123
124 </sect2>
125
126 <sect2 role="installation">
127 <title>Installation of libvdpau</title>
128
129 <para>
130 Install <application>libvdpau</application> by running the following
131 commands:
132 </para>
133
134<screen><userinput>mkdir build &amp;&amp;
135cd build &amp;&amp;
136
137meson setup --prefix=$XORG_PREFIX .. &amp;&amp;
138ninja</userinput></screen>
139
140 <para>
141 To test the results, issue: <command>ninja test</command>.
142 There is only one test for this package, dlclose, and it is known to
143 fail on some systems.
144 </para>
145
146 <para>
147 Now, as the <systemitem class="username">root</systemitem> user:
148 </para>
149
150<screen role="root"><userinput>ninja install</userinput></screen>
151
152 <para>
153 If <application>doxygen</application> is present at build time
154 place the documentation in a versioned directory as the
155 <systemitem class="username">root</systemitem> user:
156 </para>
157
158<screen role="root"><userinput>[ -e $XORG_PREFIX/share/doc/libvdpau ] &amp;&amp; mv -v $XORG_PREFIX/share/doc/libvdpau{,&libvdpau-version;}</userinput></screen>
159
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Programs</segtitle>
167 <segtitle>Installed Library</segtitle>
168 <segtitle>Installed Directories</segtitle>
169
170 <seglistitem>
171 <seg>
172 None
173 </seg>
174 <seg>
175 libvdpau.so
176 </seg>
177 <seg>
178 $XORG_PREFIX/{include,lib}/vdpau
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect2">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="libvdpau-lib">
189 <term><filename class="libraryfile">libvdpau.so</filename></term>
190 <listitem>
191 <para>
192 contains functions to offload portions of the video decoding
193 process and video post-processing to the GPU video-hardware
194 </para>
195 <indexterm zone="libvdpau libvdpau-lib">
196 <primary sortas="c-libvdpau">libvdpau.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205 </sect1>
Note: See TracBrowser for help on using the repository browser.