source: multimedia/libdriv/gstreamer10-vaapi.xml@ 0945dd2d

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0945dd2d was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • Property mode set to 100644
File size: 4.5 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 gstreamer10-vaapi-download-http "&gstreamer-dl;/gstreamer-vaapi/gstreamer-vaapi-&gstreamer-vaapi-version;.tar.xz">
8 <!ENTITY gstreamer10-vaapi-download-ftp " ">
9 <!ENTITY gstreamer10-vaapi-md5sum "f254d25a8b1ef0a51cde8dc55d7d471c">
10 <!ENTITY gstreamer10-vaapi-size "528 KB">
11 <!ENTITY gstreamer10-vaapi-buildsize "12 MB">
12 <!ENTITY gstreamer10-vaapi-time "0.2 SBU">
13]>
14
15<sect1 id="gstreamer10-vaapi" xreflabel="gstreamer-vaapi-&gstreamer-vaapi-version;">
16 <?dbhtml filename="gstreamer10-vaapi.html"?>
17
18
19 <title>gstreamer-vaapi-&gstreamer-vaapi-version;</title>
20
21 <indexterm zone="gstreamer10-vaapi">
22 <primary sortas="a-gstreamer10-vaapi">gstreamer-vaapi</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to gstreamer-vaapi</title>
27
28 <para>
29 The <application>gstreamer-vaapi</application> package contains a
30 <application>gstreamer</application> plugin for hardware accelerated
31 video decode/encode for the prevailing coding standards today (MPEG-2,
32 MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
33 </para>
34
35 <note>
36 <para>
37 On systems without hardware acceleration (notably virtual machines
38 under <xref linkend="qemu"/>), this package may cause the X server
39 to crash. The BLFS team recommends not to install this package in
40 this case.
41 </para>
42 </note>
43
44 &lfs113_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&gstreamer10-vaapi-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&gstreamer10-vaapi-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &gstreamer10-vaapi-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &gstreamer10-vaapi-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &gstreamer10-vaapi-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &gstreamer10-vaapi-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">gstreamer-vaapi Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="gtk3"/>,
85 <xref linkend="gstreamer10"/>,
86 <xref linkend="gst10-plugins-base"/>,
87 <xref linkend="gst10-plugins-bad"/>, and
88 <xref linkend="libva"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <ulink url="https://pypi.org/project/hotdoc">hotdoc</ulink>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/gstreamer10-vaapi"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of gstreamer-vaapi</title>
103
104 <para>
105 Install <application>gstreamer-vaapi</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112meson setup .. \
113 --prefix=/usr \
114 --buildtype=release \
115 -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ &amp;&amp;
116ninja</userinput></screen>
117
118 <para>
119 This package does not come with a working test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>ninja install</userinput></screen>
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/meson-buildtype-release.xml"/>
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Library</segtitle>
142 <segtitle>Installed Directory</segtitle>
143
144 <seglistitem>
145 <seg>
146 None
147 </seg>
148 <seg>
149 libgstvaapi.so in /usr/lib/gstreamer-1.0
150 </seg>
151 <seg>
152 None
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.