source: multimedia/libdriv/libass.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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