source: multimedia/libdriv/libass.xml@ 41c36b3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 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 41c36b3 was 41c36b3, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Tags

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

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