source: x/installing/libvdpau.xml@ 45ab6c7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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