source: multimedia/libdriv/libvdpau-systemd.xml@ bc07d23

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since bc07d23 was bc07d23, checked in by Krejzi <krejzi@…>, 10 years ago

Move libvdpau to multimedia section. Introduce split libvdpau-va-gl.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13583 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 "http://people.freedesktop.org/~aplattner/vdpau/libvdpau-&libvdpau-version;.tar.gz">
8 <!ENTITY libvdpau-download-ftp " ">
9 <!ENTITY libvdpau-md5sum "acf68adc8b8ff4f72be6e8679abc284e">
10 <!ENTITY libvdpau-size "476 KB">
11 <!ENTITY libvdpau-buildsize "8.9 MB">
12 <!ENTITY libvdpau-time "0.1 SBU">
13]>
14
15<sect1 id="libvdpau" xreflabel="libvdpau-&libvdpau-version;">
16 <?dbhtml filename="libvdpau.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libvdpau-&libvdpau-version;</title>
24
25 <indexterm zone="libvdpau">
26 <primary sortas="a-libvdpau">libvdpau</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libvdpau</title>
31
32 <para>
33 The <application>libvdpau</application> package contains a library which
34 implements VDPAU.
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
40 GeForce 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 &lfs75_checked;
59
60 <bridgehead renderas="sect3">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="sect3">libvdpau Dependencies</bridgehead>
95
96 <bridgehead renderas="sect4">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"/>
106 </para>
107
108 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
109 <para role="optional">
110 <xref linkend="mesalib"/> (with the corresponding VDPAU driver) or
111 <xref linkend="libvdpau-va-gl"/>
112 </para>
113
114 <para condition="html" role="usernotes">
115 User Notes: <ulink url="&blfs-wiki;/libvdpau"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of libvdpau</title>
121
122 <para>
123 Install <application>libvdpau</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-static &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 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/static-libraries.xml"/>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 None
161 </seg>
162 <seg>
163 libvdpau.so
164 </seg>
165 <seg>
166 /usr/include/libvdpau and
167 /usr/lib/libvdpau
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 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.