source: x/installing/libvdpau.xml@ e5324803

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e5324803 was 58c3bfd, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Put packages.ent in book order

Also move Some Xorg driver entities to their respective files, since
this is what is done for the majority of Xorg drivers.

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