source: multimedia/libdriv/gstreamer10-vaapi.xml@ eede1a3

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 eede1a3 was 3918112a, checked in by Xi Ruoyao <xry111@…>, 3 years ago

add xinclude for --buildtype=release

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