source: multimedia/libdriv/libass.xml@ b42891ad

11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b42891ad was b42891ad, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Package Updates.
Update to libatomic_ops-7.6.12.
Update to sudo-1.9.8.
Update to libass-0.15.2.
Update to libexif-0.6.23.
Update to ModemManager-1.18.0.

  • 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 "c85e78d2e35661ab4e6295681e075d16">
10 <!ENTITY libass-size "376 KB">
11 <!ENTITY libass-buildsize "5.4 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libass-&libass-version;</title>
23
24 <indexterm zone="libass">
25 <primary sortas="a-libass">libass</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libass</title>
30
31 <para>
32 <application>libass</application> is a portable subtitle renderer for the
33 ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format that
34 allows for more advanced subtitles than the conventional SRT and similar
35 formats.
36 </para>
37
38 &lfs110a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libass-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libass-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libass-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libass-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libass-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libass-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libass Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="freetype2"/>,
79 <xref linkend="fribidi"/>, and
80 <xref linkend="nasm"/>
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.