source: x/installing/libvdpau-va-gl.xml@ fe0192e

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 fe0192e 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.6 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-va-gl-download-http "https://github.com/i-rinat/libvdpau-va-gl/archive/v&libvdpau-va-gl-version;/libvdpau-va-gl-&libvdpau-va-gl-version;.tar.gz">
8 <!ENTITY libvdpau-va-gl-download-ftp " ">
9 <!ENTITY libvdpau-va-gl-md5sum "638244652a702d0262039890904f37ce">
10 <!ENTITY libvdpau-va-gl-size "120 KB">
11 <!ENTITY libvdpau-va-gl-buildsize "3.4 MB">
12 <!ENTITY libvdpau-va-gl-time "less than 0.1 SBU">
13]>
14
15 <sect2 id="libvdpau-va-gl" xreflabel="libvdpau-va-gl-&libvdpau-va-gl-version;">
16
17 <sect2info>
18 <date>$Date$</date>
19 </sect2info>
20
21 <title>libvdpau-va-gl-&libvdpau-va-gl-version;</title>
22
23 <indexterm zone="libvdpau-va-gl">
24 <primary sortas="a-libvdpau-va-gl">libvdpau-va-gl</primary>
25 </indexterm>
26
27 <sect3 role="package">
28 <title>Introduction to libvdpau-va-gl</title>
29
30 <para>
31 The <application>libvdpau-va-gl</application> package contains a library
32 which implements the VDPAU library. Libvdpau_va_gl uses OpenGL under the
33 hood to accelerate drawing and scaling and the VA-API (if available) to
34 accelerate video decoding. For now VA-API is available on some Intel
35 chips, and on some AMD video adapters with the help of the libvdpau
36 driver.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect4">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Libvdpau-va-gl Driver Download (HTTP): <ulink url="&libvdpau-va-gl-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Libvdpau-va-gl Driver Download (FTP): <ulink url="&libvdpau-va-gl-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Libvdpau-va-gl Driver Download MD5 sum: &libvdpau-va-gl-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Libvdpau-va-gl Driver Download size: &libvdpau-va-gl-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libvdpau-va-gl-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libvdpau-va-gl-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect4">libvdpau-va-gl Dependencies</bridgehead>
76
77 <bridgehead renderas="sect5">Required</bridgehead>
78 <para role="required">
79 <xref linkend="cmake"/>,
80 <xref linkend="ffmpeg"/>,
81 <xref linkend="libvdpau"/>, and
82 <xref linkend="libva"/>
83 </para>
84
85 <bridgehead renderas="sect5">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="doxygen"/>,
88 <xref linkend="graphviz"/>, and
89 <xref linkend="texlive"/> or <xref linkend="tl-installer"/>
90 </para>
91
92 <bridgehead renderas="sect5">Runtime Dependency</bridgehead>
93 <para role="optional">
94 <xref role="runtime" linkend="mesa"/>
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/libvdpau"/>
99 </para>
100 </sect3>
101
102 <sect3 role="installation">
103 <title>Installation of libvdpau-va-gl</title>
104
105 <para>
106 Install <application>libvdpau-va-gl</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>mkdir build &amp;&amp;
111cd build &amp;&amp;
112
113cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$XORG_PREFIX .. &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>. The tests must
118 be run from an Xorg environment.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect3>
128
129 <sect3 role="configuration">
130 <title>Configuration</title>
131
132 <para>
133 To allow libvdpau to find libvdpau-va-gl, set an environment variable.
134 As the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>echo "export VDPAU_DRIVER=va_gl" >> /etc/profile.d/xorg.sh</userinput></screen>
138
139 </sect3>
140
141 <sect3 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Library</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 None
152 </seg>
153 <seg>
154 libvdpau_va_gl.so
155 </seg>
156 <seg>
157 None
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="libvdpau-va-gl-lib">
168 <term><filename class="libraryfile">libvdpau_va_gl.so</filename></term>
169 <listitem>
170 <para>
171 contains functions to implement the OpenGL backend to
172 the VDPAU (Video Decode and Presentation API for Unix) API
173 </para>
174 <indexterm zone="libvdpau-va-gl libvdpau-va-gl-lib">
175 <primary sortas="c-libvdpau-va-gl">libvdpau.so</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect3>
183
184 </sect2>
Note: See TracBrowser for help on using the repository browser.