source: x/installing/libvdpau.xml@ 9a6d0d9

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 9a6d0d9 was 9a6d0d9, checked in by Xi Ruoyao <xry111@…>, 11 months ago

x: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 6.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 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 &lfs113_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 </sect3>
114
115 <sect3 role="installation">
116 <title>Installation of libvdpau</title>
117
118 <para>
119 Install <application>libvdpau</application> by running the following
120 commands:
121 </para>
122
123<screen><userinput>mkdir build &amp;&amp;
124cd build &amp;&amp;
125
126meson setup --prefix=$XORG_PREFIX .. &amp;&amp;
127ninja</userinput></screen>
128
129 <para>
130 To test the results, issue: <command>ninja test</command>.
131 There is only one test for this package, dlclose, and it is known to
132 fail on some systems.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>ninja install</userinput></screen>
140
141 <para>
142 If <application>doxygen</application> is present at build time
143 place the documentation in a versioned directory as the
144 <systemitem class="username">root</systemitem> user:
145 </para>
146
147<screen role="root"><userinput>[ -e $XORG_PREFIX/share/doc/libvdpau ] &amp;&amp; mv -v $XORG_PREFIX/share/doc/libvdpau{,&libvdpau-version;}</userinput></screen>
148
149 </sect3>
150
151 <sect3 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Library</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 None
162 </seg>
163 <seg>
164 libvdpau.so
165 </seg>
166 <seg>
167 $XORG_PREFIX/{include,lib}/vdpau
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="libvdpau-lib">
178 <term><filename class="libraryfile">libvdpau.so</filename></term>
179 <listitem>
180 <para>
181 contains functions to offload portions of the video decoding
182 process and video post-processing to the GPU video-hardware
183 </para>
184 <indexterm zone="libvdpau libvdpau-lib">
185 <primary sortas="c-libvdpau">libvdpau.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect3>
193
194 </sect2>
Note: See TracBrowser for help on using the repository browser.