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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 fdaae04 was fdaae04, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to gnupg-2.1.16.
Update to gpgme-1.8.0.
Update to npth-1.3.
Update to pinentry-1.0.0.
Update some package titles to be the same as the tarball name.
Reorder the kf5 build order.

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

  • Property mode set to 100644
File size: 3.9 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 "514757933ff719a6b8206091f70e0221">
10 <!ENTITY gstreamer10-vaapi-size "952 KB">
11 <!ENTITY gstreamer10-vaapi-buildsize "56 MB">
12 <!ENTITY gstreamer10-vaapi-time "0.7 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 &lfs7a_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 <para>
94 Install <application>gstreamer-vaapi</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 Tests can be run manually in the <filename class="directory">tests
103 </filename> directory, after building them by running
104 <command>make tests</command>.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Library</segtitle>
120 <segtitle>Installed Directory</segtitle>
121
122 <seglistitem>
123 <seg>
124 None
125 </seg>
126 <seg>
127 /usr/lib/gstreamer-1.0/libgstvaapi.so
128 </seg>
129 <seg>
130 /usr/share/gtk-doc/html/gstreamer-vaapi-plugins-1.0
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.