source: multimedia/libdriv/gstreamer10-vaapi.xml@ 9dfe7f2

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods 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 9dfe7f2 was d78e102e, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Update gstreamer stack to version 1.20.5.
gstreamer
gst-plugins-base
gst-plugins-good
gst-plugins-bad
gst-plugins-ugly
gst-libav
gstreamer-vaapi

  • Property mode set to 100644
File size: 4.2 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 "5d3b1840a6c0a27f3f3e75bfdec9d0b4">
10 <!ENTITY gstreamer10-vaapi-size "784 KB">
11 <!ENTITY gstreamer10-vaapi-buildsize "15 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 &lfs112_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gstreamer10-vaapi-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gstreamer10-vaapi-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gstreamer10-vaapi-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gstreamer10-vaapi-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gstreamer10-vaapi-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gstreamer10-vaapi-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">gstreamer-vaapi Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtk3"/>,
76 <xref linkend="gstreamer10"/>,
77 <xref linkend="gst10-plugins-base"/>,
78 <xref linkend="gst10-plugins-bad"/>, and
79 <xref linkend="libva"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <ulink url="https://pypi.org/project/hotdoc">hotdoc</ulink>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/gstreamer10-vaapi"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of gstreamer-vaapi</title>
94
95 <para>
96 Install <application>gstreamer-vaapi</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103meson --prefix=/usr \
104 --buildtype=release \
105 -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ &amp;&amp;
106ninja</userinput></screen>
107
108
109 <para>
110 This package does not come with a vi working test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>ninja install</userinput></screen>
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/meson-buildtype-release.xml"/>
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directory</segtitle>
134
135 <seglistitem>
136 <seg>
137 None
138 </seg>
139 <seg>
140 libgstvaapi.so in /usr/lib/gstreamer-1.0
141 </seg>
142 <seg>
143 None
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.