source: x/installing/libvdpau.xml@ 82bdecf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 82bdecf was 82bdecf, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag Xorg and it's dependencies.
Some misc text tweaks.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21982 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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://people.freedesktop.org/~aplattner/vdpau/libvdpau-&libvdpau-version;.tar.bz2">-->
8 <!ENTITY libvdpau-download-http "https://gitlab.freedesktop.org/vdpau/libvdpau/uploads/14b620084c027d546fa0b3f083b800c6/libvdpau-&libvdpau-version;.tar.bz2">
9 <!ENTITY libvdpau-download-ftp " ">
10 <!ENTITY libvdpau-md5sum "7cca645c49d9cb11cba35516bfc21c1d">
11 <!ENTITY libvdpau-size "428 KB">
12 <!ENTITY libvdpau-buildsize "6.2 MB (with tests)">
13 <!ENTITY libvdpau-time "less than 0.1 SBU (with tests)">
14]>
15
16<sect2 id="libvdpau" xreflabel="libvdpau-&libvdpau-version;">
17
18 <sect2info>
19 <othername>$LastChangedBy$</othername>
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 &lfs90_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>./configure $XORG_CONFIG \
127 --docdir=/usr/share/doc/libvdpau-&libvdpau-version; &amp;&amp;
128make</userinput></screen>
129
130 <para>
131 To test the results, issue: <command>make check</command>.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>make 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 and
159 $XORG_PREFIX/share/doc/libvdpau-&libvdpau-version;
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="libvdpau-lib">
170 <term><filename class="libraryfile">libvdpau.so</filename></term>
171 <listitem>
172 <para>
173 contains functions to offload portions of the video decoding
174 process and video post-processing to the GPU video-hardware.
175 </para>
176 <indexterm zone="libvdpau libvdpau-lib">
177 <primary sortas="c-libvdpau">libvdpau.so</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect3>
185
186</sect2>
Note: See TracBrowser for help on using the repository browser.