glfs/multimedia/libdriv/libass.xml
Bruce Dubbs 48bcac91a6 Tag dependencies for kf5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21997 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-19 01:01:59 +00:00

179 lines
4.6 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 libass-download-http "https://github.com/libass/libass/releases/download/&libass-version;/libass-&libass-version;.tar.xz">
<!ENTITY libass-download-ftp " ">
<!ENTITY libass-md5sum "5b8c23340654587b8a472cb74ee9366b">
<!ENTITY libass-size "348 KB">
<!ENTITY libass-buildsize "6.3 MB">
<!ENTITY libass-time "0.1 SBU">
]>
<sect1 id="libass" xreflabel="libass-&libass-version;">
<?dbhtml filename="libass.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libass-&libass-version;</title>
<indexterm zone="libass">
<primary sortas="a-libass">libass</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libass</title>
<para>
<application>libass</application> is a portable subtitle renderer for the
ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format that
allows for more advanced subtitles than the conventional SRT and similar
formats.
</para>
&lfs90_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&libass-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libass-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libass-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libass-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libass-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libass-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libass Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="freetype2"/>,
<xref linkend="fribidi"/>, and
<xref linkend="nasm"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="fontconfig"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="harfbuzz"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/libass'/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of libass</title>
<para>
Install <application>libass</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para>
<option>--disable-fontconfig</option>: Use this switch if you didn't
install <application>Fontconfig</application>.
</para>
</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>
libass.so
</seg>
<seg>
/usr/include/ass
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libass-lib">
<term><filename class="libraryfile">libass.so</filename></term>
<listitem>
<para>
provides the functions used to render ASS/SSA subtitle format.
</para>
<indexterm zone="libass libass-lib">
<primary sortas="c-libass">libass.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>