source: multimedia/libdriv/libass.xml@ 18a8da63

10.0 10.1 11.0 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 18a8da63 was c0b9aa94, checked in by Thomas Trepl <thomas@…>, 4 years ago

Tag some multimedia libs/drivers

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

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