glfs/multimedia/libdriv/gstreamer10-vaapi.xml
Ken Moffat bb72b0a66b Tags:
Some AV stuff, and most of xfce.

I have omitted thunar, thunar-volman, xfburn as I do not use them.

I've also omitted xfce4-power-manager - works ok for me, but it
might be implicated in the intel backlight issue so I'm leaving it.
2023-08-20 00:02:46 +01:00

157 lines
4.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gstreamer10-vaapi-download-http "&gstreamer-dl;/gstreamer-vaapi/gstreamer-vaapi-&gstreamer-vaapi-version;.tar.xz">
<!ENTITY gstreamer10-vaapi-download-ftp " ">
<!ENTITY gstreamer10-vaapi-md5sum "362ecdcfb23a7cf73e757c7692153279">
<!ENTITY gstreamer10-vaapi-size "536 KB">
<!ENTITY gstreamer10-vaapi-buildsize "13 MB">
<!ENTITY gstreamer10-vaapi-time "0.3 SBU">
]>
<sect1 id="gstreamer10-vaapi" xreflabel="gstreamer-vaapi-&gstreamer-vaapi-version;">
<?dbhtml filename="gstreamer10-vaapi.html"?>
<title>gstreamer-vaapi-&gstreamer-vaapi-version;</title>
<indexterm zone="gstreamer10-vaapi">
<primary sortas="a-gstreamer10-vaapi">gstreamer-vaapi</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gstreamer-vaapi</title>
<para>
The <application>gstreamer-vaapi</application> package contains a
<application>gstreamer</application> plugin for hardware accelerated
video decode/encode for the prevailing coding standards today (MPEG-2,
MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
</para>
<note>
<para>
On systems without hardware acceleration (notably virtual machines
under <xref linkend="qemu"/>), this package may cause the X server
to crash. The BLFS team recommends not to install this package in
this case.
</para>
</note>
&lfs120_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gstreamer10-vaapi-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gstreamer10-vaapi-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gstreamer10-vaapi-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gstreamer10-vaapi-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gstreamer10-vaapi-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gstreamer10-vaapi-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gstreamer-vaapi Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk3"/>,
<xref linkend="gstreamer10"/>,
<xref linkend="gst10-plugins-base"/>,
<xref linkend="gst10-plugins-bad"/>, and
<xref linkend="libva"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="https://pypi.org/project/hotdoc">hotdoc</ulink>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of gstreamer-vaapi</title>
<para>
Install <application>gstreamer-vaapi</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson setup .. \
--prefix=/usr \
--buildtype=release \
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ &amp;&amp;
ninja</userinput></screen>
<para>
This package does not come with a working test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/meson-buildtype-release.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libgstvaapi.so in /usr/lib/gstreamer-1.0
</seg>
<seg>
None
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>