source: multimedia/libdriv/gstreamer10-vaapi.xml@ 62c0ce6

10.0 10.1 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 62c0ce6 was 62c0ce6, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to x264-20200218
Tags for webkitgtk dependencies

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23580 af4574ff-66df-0310-9fd7-8a98e5e911e0

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