source: multimedia/libdriv/libass.xml@ 9d1401f

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 9d1401f was 9d1401f, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

Update to libass-0.17.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 "25f7435779aa28eb7dbd3f76f4d17d15">
10 <!ENTITY libass-size "396 KB">
11 <!ENTITY libass-buildsize "5.5 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"/> and
88 <ulink url="https://github.com/adah1972/libunibreak">libunibreak</ulink>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url='&blfs-wiki;/libass'/>
93 </para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of libass</title>
99
100 <para>
101 Install <application>libass</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 <para>
127 <option>--disable-fontconfig</option>: Use this switch if you didn't
128 install <application>Fontconfig</application>.
129 </para>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Library</segtitle>
139 <segtitle>Installed Directory</segtitle>
140
141 <seglistitem>
142 <seg>
143 None
144 </seg>
145 <seg>
146 libass.so
147 </seg>
148 <seg>
149 /usr/include/ass
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="libass-lib">
160 <term><filename class="libraryfile">libass.so</filename></term>
161 <listitem>
162 <para>
163 provides the functions used to render ASS/SSA subtitle format
164 </para>
165 <indexterm zone="libass libass-lib">
166 <primary sortas="c-libass">libass.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.