source: multimedia/libdriv/libass.xml@ c39babd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c39babd was c39babd, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

unrar-5.1., libgtop-2.30.0, harfbuzz-0.9.28, goffice-0.10.15, gnumeric-1.12.15 and libass-0.11.2. Fixes to grilo-plugins-0.2.12, gst-plugins-base-0.10.36 and midori-0.5.8.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13016 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 "https://github.com/libass/libass/releases/download/&libass-version;/libass-&libass-version;.tar.xz">
9 <!ENTITY libass-download-ftp " ">
10 <!ENTITY libass-md5sum "701b761934de0eff7d45f58d7d13eaf6">
11 <!ENTITY libass-size "292 KB">
12 <!ENTITY libass-buildsize "4.1 MB">
13 <!ENTITY libass-time "less 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 &lfs75_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>./configure --prefix=/usr --disable-static &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/static-libraries.xml"/>
129
130 <para>
131 <option>--disable-fontconfig</option>: Use this switch if you didn't
132 install <application>Fontconfig</application>.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directory</segtitle>
144
145 <seglistitem>
146 <seg>
147 None
148 </seg>
149 <seg>
150 libass.so
151 </seg>
152 <seg>
153 /usr/include/ass
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="libass-lib">
164 <term><filename class="libraryfile">libass.so</filename></term>
165 <listitem>
166 <para>
167 provides the functions used to render ASS/SSA subtitle format.
168 </para>
169 <indexterm zone="libass libass-lib">
170 <primary sortas="c-libass">libass.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.