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

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 9d4a59a was a1bdb65, checked in by Douglas R. Reno <renodr@…>, 2 years ago

libvdpau-va-gl: Drop unneeded ffmpeg dependency.

  • 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 &lfs111_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="libvdpau"/>, and
81 <xref linkend="libva"/>
82 </para>
83
84 <bridgehead renderas="sect5">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="doxygen"/>,
87 <xref linkend="graphviz"/>, and
88 <xref linkend="texlive"/> or <xref linkend="tl-installer"/>
89 </para>
90
91 <bridgehead renderas="sect5">Runtime Dependency</bridgehead>
92 <para role="optional">
93 <xref role="runtime" linkend="mesa"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/libvdpau"/>
98 </para>
99 </sect3>
100
101 <sect3 role="installation">
102 <title>Installation of libvdpau-va-gl</title>
103
104 <para>
105 Install <application>libvdpau-va-gl</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$XORG_PREFIX .. &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 To test the results, issue: <command>make check</command>. The tests must
117 be run from an Xorg environment.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect3>
127
128 <sect3 role="configuration">
129 <title>Configuration</title>
130
131 <para>
132 To allow libvdpau to find libvdpau-va-gl, set an environment variable.
133 As the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>echo "export VDPAU_DRIVER=va_gl" >> /etc/profile.d/xorg.sh</userinput></screen>
137
138 </sect3>
139
140 <sect3 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Library</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 None
151 </seg>
152 <seg>
153 libvdpau_va_gl.so
154 </seg>
155 <seg>
156 None
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="libvdpau-va-gl-lib">
167 <term><filename class="libraryfile">libvdpau_va_gl.so</filename></term>
168 <listitem>
169 <para>
170 contains functions to implement the OpenGL backend to
171 the VDPAU (Video Decode and Presentation API for Unix) API
172 </para>
173 <indexterm zone="libvdpau-va-gl libvdpau-va-gl-lib">
174 <primary sortas="c-libvdpau-va-gl">libvdpau.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect3>
182
183 </sect2>
Note: See TracBrowser for help on using the repository browser.