source: multimedia/libdriv/libass.xml@ d19fb65

systemd-13485
Last change on this file since d19fb65 was d19fb65, checked in by DJ Lucas <dj@…>, 8 years ago

Merge changes from trunk Chpater 45 (systemd Chapter 37)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16886 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 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 libass-download-http "https://github.com/libass/libass/releases/download/&libass-version;/libass-&libass-version;.tar.xz">
8 <!ENTITY libass-download-ftp " ">
9 <!ENTITY libass-md5sum "43b5f379e70b3aef15b2435e21e5b73c">
10 <!ENTITY libass-size "312 KB">
11 <!ENTITY libass-buildsize "6.2 MB">
12 <!ENTITY libass-time "0.1 SBU">
13]>
14
15<sect1 id="libass" xreflabel="libass-&libass-version;">
16 <?dbhtml filename="libass.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libass-&libass-version;</title>
24
25 <indexterm zone="libass">
26 <primary sortas="a-libass">libass</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libass</title>
31
32 <para>
33 <application>libass</application> is a portable subtitle renderer for the
34 ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format that
35 allows for more advanced subtitles than the conventional SRT and similar
36 formats.
37 </para>
38
39 &lfs78_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libass-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libass-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libass-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libass-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libass-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libass-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libass Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="freetype2"/> and
80 <xref linkend="fribidi"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="fontconfig"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="harfbuzz"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url='&blfs-wiki;/libass'/>
95 </para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of libass</title>
101
102 <para>
103 Install <application>libass</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/static-libraries.xml"/>
127
128 <para>
129 <option>--disable-fontconfig</option>: Use this switch if you didn't
130 install <application>Fontconfig</application>.
131 </para>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Library</segtitle>
141 <segtitle>Installed Directory</segtitle>
142
143 <seglistitem>
144 <seg>
145 None
146 </seg>
147 <seg>
148 libass.so
149 </seg>
150 <seg>
151 /usr/include/ass
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="libass-lib">
162 <term><filename class="libraryfile">libass.so</filename></term>
163 <listitem>
164 <para>
165 provides the functions used to render ASS/SSA subtitle format.
166 </para>
167 <indexterm zone="libass libass-lib">
168 <primary sortas="c-libass">libass.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.